Home
last modified time | relevance | path

Searched refs:pal_hib_patchup (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/osfmk/machine/
H A Dpal_hibernate.h139 void pal_hib_patchup(pal_hib_ctx_t *palHibCtx);
/xnu-12377.61.12/osfmk/i386/
H A Dhibernate_restore.c123 pal_hib_patchup(__unused pal_hib_ctx_t *ctx) in pal_hib_patchup() function
/xnu-12377.61.12/doc/lifecycle/
H A Dhibernation.md201 * `pal_hib_patchup()` is called to perform platform-specific post-resume fixups
202 - On Intel, `pal_hib_patchup()` is a no-op.
203 - On ARM64, `pal_hib_patchup()` is responsible for validating the HMAC of the
204 wired pages. `pal_hib_patchup()` also fixes up other state (such as some
/xnu-12377.61.12/osfmk/arm64/
H A Dhibernate_restore.c103 pal_hib_patchup(pal_hib_ctx_t *ctx) in pal_hib_patchup() function
/xnu-12377.61.12/iokit/Kernel/
H A DIOHibernateRestoreKernel.c831 pal_hib_patchup(&palHibCtx); in hibernate_kernel_entrypoint()