Searched refs:headPage (Results 1 – 2 of 2) sorted by relevance
459 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()
370 ppnum_t headPage; member