Home
last modified time | relevance | path

Searched refs:cpu_resume (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dpm.c23 L1_PPTB_mskBASE)) + pgd_index((unsigned int)cpu_resume); in nds32_suspend2ram()
25 p4dv = p4d_offset(pgdv, (unsigned int)cpu_resume); in nds32_suspend2ram()
26 pudv = pud_offset(p4dv, (unsigned int)cpu_resume); in nds32_suspend2ram()
27 pmdv = pmd_offset(pudv, (unsigned int)cpu_resume); in nds32_suspend2ram()
28 ptev = pte_offset_map(pmdv, (unsigned int)cpu_resume); in nds32_suspend2ram()
31 | ((unsigned int)cpu_resume & 0x00000fff); in nds32_suspend2ram()
H A Dsleep.S13 .globl cpu_resume symbol
87 cpu_resume: label
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dhibernate.c64 _soft_restart(virt_to_idmap(cpu_resume), false); in arch_save_image()
89 _soft_restart(virt_to_idmap(cpu_resume), false); in arch_restore_image()
H A Dsleep.S140 ENTRY(cpu_resume)
171 ENDPROC(cpu_resume)
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dsleep.S17 .globl cpu_resume symbol
102 ENTRY(cpu_resume)
116 ENDPROC(cpu_resume)
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dsleep.S16 .globl cpu_resume symbol
132 ENTRY(cpu_resume)
148 ENDPROC(cpu_resume)
/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A Dpmsu_ll.S43 b cpu_resume
51 b cpu_resume
/OK3568_Linux_fs/kernel/arch/arm/mach-exynos/
H A Dsleep.S43 b cpu_resume
106 b cpu_resume
/OK3568_Linux_fs/kernel/arch/arm/mach-tegra/
H A Dreset-handler.S40 bne cpu_resume @ no
80 b cpu_resume
109 b cpu_resume
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsleep.S101 SYM_CODE_START(cpu_resume)
110 SYM_CODE_END(cpu_resume)
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dsuspend.h8 extern void cpu_resume(void);
/OK3568_Linux_fs/kernel/arch/arm/mach-s5pv210/
H A Dsleep.S31 b cpu_resume
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dsuspend.h12 extern void cpu_resume(void);
/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dresume-imx6.S23 b cpu_resume
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsuspend.h16 void cpu_resume(void);
/OK3568_Linux_fs/kernel/arch/arm/mach-tango/
H A Dpm.c10 tango_suspend(__pa_symbol(cpu_resume)); in tango_pm_powerdown()
/OK3568_Linux_fs/kernel/arch/arm/mach-highbank/
H A Dpm.c22 return psci_ops.cpu_suspend(HIGHBANK_SUSPEND_PARAM, __pa(cpu_resume)); in highbank_suspend_finish()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsuspend.h41 extern void cpu_resume(void);
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcpuidle-calxeda.c31 return psci_ops.cpu_suspend(CALXEDA_IDLE_PARAM, __pa(cpu_resume)); in calxeda_idle_finish()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dsleep-s3c24xx.S69 b cpu_resume
H A Dsleep-s3c64xx.S69 b cpu_resume
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dpm.c76 PSPR = __pa_symbol(cpu_resume); in sa11x0_pm_enter()
/OK3568_Linux_fs/kernel/arch/arm/mach-sunxi/
H A Dheadsmp.S80 b cpu_resume
/OK3568_Linux_fs/kernel/arch/arm/mach-prima2/
H A Dpm.c56 u32 wakeup_entry = __pa_symbol(cpu_resume); in sirfsoc_pre_suspend_power_off()
/OK3568_Linux_fs/kernel/drivers/firmware/psci/
H A Dpsci.c337 return psci_ops.cpu_suspend(power_state, __pa_function(cpu_resume)); in psci_suspend_finisher()
356 __pa_function(cpu_resume), 0, 0); in psci_system_suspend()

12