Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/machine/
H A Dpal_hibernate.h131 void pal_hib_restored_page(pal_hib_ctx_t *palHibCtx, pal_hib_restore_stage_t stage, ppnum_t ppnum);
/xnu-8792.41.9/osfmk/i386/
H A Dhibernate_restore.c118 pal_hib_restored_page(__unused pal_hib_ctx_t *ctx, __unused pal_hib_restore_stage_t stage, __unused… in pal_hib_restored_page() function
/xnu-8792.41.9/osfmk/arm64/
H A Dhibernate_restore.c92 pal_hib_restored_page(pal_hib_ctx_t *ctx, pal_hib_restore_stage_t stage, ppnum_t ppnum) in pal_hib_restored_page() function
/xnu-8792.41.9/iokit/Kernel/
H A DIOHibernateRestoreKernel.c804 pal_hib_restored_page(&palHibCtx, stage, ppnum); in hibernate_kernel_entrypoint()