Home
last modified time | relevance | path

Searched refs:swsusp_save (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/arch/unicore32/kernel/
Dhibernate_asm.S92 @ - prepare pc for resume, return from function without swsusp_save on resume
94 @ - call swsusp_save write suspend image
112 b swsusp_save @ no return
/Linux-v5.4/arch/sh/kernel/cpu/sh3/
Dswsusp.S89 ! - prepare pc for resume, return from function without swsusp_save on resume
91 ! - call swsusp_save write suspend image
140 4: .long swsusp_save
/Linux-v5.4/arch/arm/kernel/
Dhibernate.c62 ret = swsusp_save(); in arch_save_image()
/Linux-v5.4/arch/mips/power/
Dhibernate_asm.S28 j swsusp_save
/Linux-v5.4/arch/x86/power/
Dhibernate_asm_32.S33 call swsusp_save
Dhibernate_asm_64.S50 call swsusp_save
/Linux-v5.4/kernel/power/
Dpower.h56 asmlinkage int swsusp_save(void);
Dsnapshot.c1968 asmlinkage __visible int swsusp_save(void) in swsusp_save() function
/Linux-v5.4/arch/sparc/power/
Dhibernate_asm.S39 call swsusp_save
/Linux-v5.4/arch/powerpc/kernel/
Dswsusp_asm64.S132 bl swsusp_save
Dswsusp_booke.S98 bl swsusp_save
Dswsusp_32.S167 bl swsusp_save
/Linux-v5.4/include/linux/
Dsuspend.h451 asmlinkage int swsusp_save(void);
/Linux-v5.4/arch/s390/kernel/
Dswsusp.S103 brasl %r14,swsusp_save
/Linux-v5.4/arch/arm64/kernel/
Dhibernate.c301 ret = swsusp_save(); in swsusp_arch_suspend()