Searched refs:nextFree (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.141.3/iokit/Kernel/ |
| H A D | IOHibernateRestoreKernel.c | 428 uint32_t nextFree = *pNextFree; in hibernate_page_list_grab() local 432 nextFreeInBank = nextFree + 1; in hibernate_page_list_grab() 442 debug_code(kIOHibernateRestoreCodeNoMemory, nextFree); in hibernate_page_list_grab() 446 return nextFree; in hibernate_page_list_grab() 453 …rnate_scratch_init(hibernate_scratch_t * scratch, hibernate_page_list_t * map, uint32_t * nextFree) in hibernate_scratch_init() argument 458 scratch->nextFree = nextFree; in hibernate_scratch_init() 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() 594 uint32_t nextFree; in hibernate_kernel_entrypoint() local 664 nextFree = 0; in hibernate_kernel_entrypoint() [all …]
|
| H A D | IOHibernateIO.cpp | 2377 gIOHibernateCurrentHeader->conflictCount, gIOHibernateCurrentHeader->nextFree); in hibernate_machine_init()
|
| /xnu-8796.141.3/osfmk/arm64/ |
| H A D | hibernate_restore.c | 87 pal_hib_resume_init(pal_hib_ctx_t *ctx, hibernate_page_list_t *map, uint32_t *nextFree) in pal_hib_resume_init() argument 156 uint32_t nextFree; member 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-8796.141.3/osfmk/machine/ |
| H A D | pal_hibernate.h | 121 void pal_hib_resume_init(pal_hib_ctx_t *palHibCtx, hibernate_page_list_t *map, uint32_t *nextFree);
|
| /xnu-8796.141.3/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 108 uint32_t nextFree; member 372 uint32_t *nextFree; member 475 …nate_scratch_init(hibernate_scratch_t * scratch, hibernate_page_list_t * map, uint32_t * nextFree);
|
| /xnu-8796.141.3/osfmk/i386/ |
| H A D | hibernate_restore.c | 113 …init(__unused pal_hib_ctx_t *ctx, __unused hibernate_page_list_t *map, __unused uint32_t *nextFree) in pal_hib_resume_init() argument
|