Lines Matching full:hibernate
3 * Hibernate support specific for ARM64
12 #define pr_fmt(x) "hibernate: " x
38 * Hibernate core relies on this value being 0 on resume, and marks it
43 * kernel/power/hibernate.c
50 /* hyp-stub vectors, used to restore el2 during resume from hibernate. */
60 * Values that may not change over hibernate/resume. We put the build number
68 /* These values need to be know across a hibernate/restore. */
127 pr_err("Failing to hibernate on an unknown CPU.\n"); in arch_hibernation_header_save()
146 pr_crit("Hibernate image not generated by this kernel!\n"); in arch_hibernation_header_restore()
181 * This is used by hibernate to copy the code it needs to execute when
334 pr_err("Can't hibernate: no mechanism to offline secondary CPUs.\n"); in swsusp_arch_suspend()
394 * Setup then Resume from the hibernate image using swsusp_arch_suspend_exit().
396 * Memory allocated by get_safe_page() will be dealt with by the hibernate code,
455 * the resumed kernel. Load hibernate's temporary copy into el2. in swsusp_arch_resume()
472 pr_err("Failing to resume from hibernate on an unknown CPU.\n"); in hibernate_resume_nonboot_cpu_disable()