Home
last modified time | relevance | path

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

/xnu-11417.121.6/iokit/Kernel/
H A DIOHibernateRestoreKernel.c486 ppnum_t *nextPage = (ppnum_t *)(scratch->curPage + scratch->curPagePos); in hibernate_scratch_io() local
489 *nextPage = hibernate_page_list_grab(scratch->map, scratch->nextFree); in hibernate_scratch_io()
491 scratch->curPage = (uint8_t *)pal_hib_map(SCRATCH_AREA, ptoa_64(*nextPage)); in hibernate_scratch_io()