Searched refs:pal_hib_patchup (Results 1 – 5 of 5) sorted by relevance
139 void pal_hib_patchup(pal_hib_ctx_t *palHibCtx);
123 pal_hib_patchup(__unused pal_hib_ctx_t *ctx) in pal_hib_patchup() function
201 * `pal_hib_patchup()` is called to perform platform-specific post-resume fixups202 - On Intel, `pal_hib_patchup()` is a no-op.203 - On ARM64, `pal_hib_patchup()` is responsible for validating the HMAC of the204 wired pages. `pal_hib_patchup()` also fixes up other state (such as some
103 pal_hib_patchup(pal_hib_ctx_t *ctx) in pal_hib_patchup() function
831 pal_hib_patchup(&palHibCtx); in hibernate_kernel_entrypoint()