Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/machine/
H A Dpal_hibernate.h121 void pal_hib_resume_init(pal_hib_ctx_t *palHibCtx, hibernate_page_list_t *map, uint32_t *nextFree);
131 void pal_hib_restored_page(pal_hib_ctx_t *palHibCtx, pal_hib_restore_stage_t stage, ppnum_t ppnum);
139 void pal_hib_patchup(pal_hib_ctx_t *palHibCtx);
/xnu-10002.1.13/iokit/Kernel/
H A DIOHibernateRestoreKernel.c602 pal_hib_ctx_t palHibCtx; in hibernate_kernel_entrypoint() local
667 pal_hib_resume_init(&palHibCtx, map, &nextFree); in hibernate_kernel_entrypoint()
804 pal_hib_restored_page(&palHibCtx, stage, ppnum); in hibernate_kernel_entrypoint()
831 pal_hib_patchup(&palHibCtx); in hibernate_kernel_entrypoint()