Home
last modified time | relevance | path

Searched full:hibernate (Results 1 – 25 of 134) sorted by relevance

123456

/linux/arch/arm64/kernel/
H A Dhibernate.c3 * 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
[all …]
H A Dhibernate-asm.S3 * Hibernate low-level support
19 * Resume from hibernate
H A DMakefile59 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
/linux/tools/testing/selftests/cpufreq/
H A Dmain.sh26 hibernate: hibernate/resume,
28 hibernate_rtc: hibernate/resume back using the RTC wakeup alarm,
81 t) # --func_type (Function to perform: basic, suspend, hibernate,
123 "hibernate")
124 do_suspend "hibernate" 1
132 do_suspend "hibernate" 1 rtc
H A Dcpufreq.sh204 # $1: "suspend" or "hibernate", $2: loop count
217 elif [ $1 = "hibernate" ]; then
/linux/arch/sparc/power/
H A DMakefile2 # Makefile for Sparc-specific hibernate files.
4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
H A Dhibernate.c3 * hibernate.c: Hibernaton support specific for sparc64.
11 #include <asm/hibernate.h>
/linux/drivers/regulator/
H A Dmcp16502.c30 * Performance, Active, Low-power, Hibernate.
48 * The PMIC's Low-power and Hibernate modes are used during standby/suspend.
50 * will transition to Hibernate when the PWRHLD line is set to low by the MPU.
78 * @MCP16502_REG_HIB: hibernate state register
156 * Used to prepare transitioning into hibernate or resuming from it.
177 * @opmode: the PMIC's operating mode ACTIVE, Low-power, Hibernate
230 * @opmode: the PMIC's operating mode: Active/Low-power/Hibernate
/linux/Documentation/ABI/testing/
H A Dsysfs-class-chromeos26 - "hibernate": Hibernate the EC.
/linux/arch/arm64/mm/
H A Dtrans_pgd.c4 * Transitional page tables for kexec and hibernate
6 * This file derived from: arch/arm64/kernel/hibernate.c
15 * another: such as during hibernate restore, and kexec reboots. During these
17 * hibernate and kexec can overwrite the current page tables during transition.
/linux/Documentation/power/
H A Dsuspend-and-cpuhotplug.rst226 d. Handling microcode update during suspend/hibernate:
242 hibernate/restore cycle.]
245 as part of the suspend/hibernate cycle (cpuhp_tasks_frozen is set),
252 hotplug will not be done in-between suspend/resume or hibernate/restore
H A Ddrivers-testing.rst33 b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and
39 d) Attempt to hibernate with the driver compiled directly into the kernel
/linux/include/linux/mfd/wm8350/
H A Dpmic.h610 /* DCDC Low power (Hibernate) mode */
619 /* DCDC Low Power (Hibernate) signal */
625 /* LDO Low power (Hibernate) mode */
629 /* LDO Low Power (Hibernate) signal */
737 /* hibernate configs */
/linux/arch/powerpc/platforms/pseries/
H A Dsuspend.c23 * Check to ensure we are in a valid state to hibernate
127 static DEVICE_ATTR(hibernate, 0644, show_hibernate, store_hibernate);
/linux/arch/riscv/kernel/
H A DMakefile93 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
H A Dhibernate.c53 * @hartid: to make sure same boot_cpu executes the hibernate/restore code.
121 pr_crit("Hibernate image not generated by this kernel!\n"); in arch_hibernation_header_restore()
408 pr_err("Failing to resume from hibernate on an unknown CPU\n"); in hibernate_resume_nonboot_cpu_disable()
/linux/arch/x86/power/
H A Dcpu.c92 * We save it here, but restore it only in the hibernate case. in __save_processor_state()
305 * during hibernate image restoration, because it is likely that the in hibernate_resume_nonboot_cpu_disable()
310 * have been overwritten by hibernate image data). in hibernate_resume_nonboot_cpu_disable()
330 * When bsp_check() is called in hibernate and suspend, cpu hotplug
H A DMakefile12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
H A Dhibernate.c134 pr_crit("Unrecognized hibernate image header format!\n"); in arch_hibernation_header_restore()
143 pr_crit("Hibernate inconsistent memory map detected!\n"); in arch_hibernation_header_restore()
/linux/kernel/power/
H A Dhibernate.c3 * kernel/power/hibernate.c - Hibernation (a.k.a suspend-to-disk) support.
100 * hibernation_set_ops - Set the global hibernate operations.
177 * Use the platform driver to prepare the system for creating a hibernate image,
218 * platform_pre_restore - Prepare for hibernate image restoration.
734 * hibernate - Carry out system hibernation, including saving the image.
736 int hibernate(void) in hibernate() function
1063 * hibernation_snapshot() which returns to hibernate(). Otherwise, the routine
1483 __setup("hibernate=", hibernate_setup);
H A DMakefile17 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o
/linux/arch/mips/power/
H A DMakefile2 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
/linux/arch/loongarch/power/
H A DMakefile4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
/linux/kernel/configs/
H A Dnopm.config10 # Triggers enablement via hibernate callbacks
/linux/arch/sparc/include/asm/
H A Dhibernate.h3 * hibernate.h: Hibernaton support specific for sparc64.

123456