Home
last modified time | relevance | path

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

/Linux-v4.19/arch/unicore32/kernel/
Dhibernate_asm.S95 @ - prepare pc for resume, return from function without swsusp_save on resume
97 @ - call swsusp_save write suspend image
115 b swsusp_save @ no return
/Linux-v4.19/arch/sh/kernel/cpu/sh3/
Dswsusp.S92 ! - prepare pc for resume, return from function without swsusp_save on resume
94 ! - call swsusp_save write suspend image
143 4: .long swsusp_save
/Linux-v4.19/arch/arm/kernel/
Dhibernate.c63 ret = swsusp_save(); in arch_save_image()
/Linux-v4.19/arch/x86/power/
Dhibernate_asm_32.S27 call swsusp_save
Dhibernate_asm_64.S51 call swsusp_save
/Linux-v4.19/arch/mips/power/
Dhibernate_asm.S29 j swsusp_save
/Linux-v4.19/arch/sparc/power/
Dhibernate_asm.S39 call swsusp_save
/Linux-v4.19/kernel/power/
Dpower.h56 asmlinkage int swsusp_save(void);
Dsnapshot.c1960 asmlinkage __visible int swsusp_save(void) in swsusp_save() function
/Linux-v4.19/include/linux/
Dsuspend.h396 asmlinkage int swsusp_save(void);
/Linux-v4.19/arch/powerpc/kernel/
Dswsusp_asm64.S133 bl swsusp_save
Dswsusp_booke.S98 bl swsusp_save
Dswsusp_32.S124 bl swsusp_save
/Linux-v4.19/arch/s390/kernel/
Dswsusp.S102 brasl %r14,swsusp_save
/Linux-v4.19/arch/arm64/kernel/
Dhibernate.c295 ret = swsusp_save(); in swsusp_arch_suspend()