Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/machine/
H A Dpal_hibernate.h66 typedef struct pal_hib_ctx pal_hib_ctx_t; typedef
121 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-11215.61.5/osfmk/i386/
H A Dhibernate_restore.c113 pal_hib_resume_init(__unused pal_hib_ctx_t *ctx, __unused hibernate_page_list_t *map, __unused uint… in pal_hib_resume_init()
118 pal_hib_restored_page(__unused pal_hib_ctx_t *ctx, __unused pal_hib_restore_stage_t stage, __unused… in pal_hib_restored_page()
123 pal_hib_patchup(__unused pal_hib_ctx_t *ctx) in pal_hib_patchup()
/xnu-11215.61.5/osfmk/arm64/
H A Dhibernate_restore.c89 pal_hib_resume_init(pal_hib_ctx_t *ctx, hibernate_page_list_t *map, uint32_t *nextFree) in pal_hib_resume_init()
96 pal_hib_restored_page(pal_hib_ctx_t *ctx, pal_hib_restore_stage_t stage, ppnum_t ppnum) in pal_hib_restored_page()
103 pal_hib_patchup(pal_hib_ctx_t *ctx) in pal_hib_patchup()
/xnu-11215.61.5/iokit/Kernel/
H A DIOHibernateRestoreKernel.c602 pal_hib_ctx_t palHibCtx; in hibernate_kernel_entrypoint()