Home
last modified time | relevance | path

Searched refs:headPage (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/
H A DIOHibernateRestoreKernel.c459 scratch->headPage = hibernate_page_list_grab(scratch->map, scratch->nextFree); in hibernate_scratch_init()
460 scratch->curPage = (uint8_t *)pal_hib_map(SCRATCH_AREA, ptoa_64(scratch->headPage)); in hibernate_scratch_init()
469 result.headPage = scratch->headPage; in hibernate_scratch_start_read()
470 result.curPage = (uint8_t *)pal_hib_map(SCRATCH_AREA, ptoa_64(result.headPage)); in hibernate_scratch_start_read()
794 if (!conflictList.headPage) { in hibernate_kernel_entrypoint()
/xnu-12377.61.12/iokit/IOKit/
H A DIOHibernatePrivate.h573 ppnum_t headPage; member