Searched refs:hibernate_page_list_grab (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/iokit/Kernel/ |
| H A D | IOHibernateRestoreKernel.c | 426 hibernate_page_list_grab(hibernate_page_list_t * list, uint32_t * pNextFree) in hibernate_page_list_grab() function 459 scratch->headPage = hibernate_page_list_grab(scratch->map, scratch->nextFree); in hibernate_scratch_init() 489 *nextPage = hibernate_page_list_grab(scratch->map, scratch->nextFree); in hibernate_scratch_io() 665 hibernate_page_list_grab(map, &nextFree); in hibernate_kernel_entrypoint() 670 wkdmScratch = (uint8_t *)pal_hib_map(WKDM_AREA, ptoa_64(hibernate_page_list_grab(map, &nextFree))); in hibernate_kernel_entrypoint() 814 src = (uint32_t *)pal_hib_map(COPY_PAGE_AREA, ptoa_64(hibernate_page_list_grab(map, &nextFree))); in hibernate_kernel_entrypoint()
|
| /xnu-10002.41.9/osfmk/arm64/ |
| H A D | hibernate_restore.c | 190 ppnum_t ppnum = hibernate_page_list_grab(ctx->bitmap, &ctx->nextFree); in allocate_page() 350 hibernate_page_list_grab(ctx.bitmap, &ctx.nextFree); in pal_hib_resume_tramp()
|
| /xnu-10002.41.9/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 493 hibernate_page_list_grab(hibernate_page_list_t * list, uint32_t * pNextFree);
|