Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/sh3/
H A 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/arch/arm/kernel/
H A Dhibernate.c62 ret = swsusp_save(); in arch_save_image()
/linux/arch/mips/power/
H A Dhibernate_asm.S28 j swsusp_save
/linux/arch/x86/power/
H A Dhibernate_asm_32.S33 call swsusp_save
H A Dhibernate_asm_64.S97 call swsusp_save
/linux/arch/loongarch/power/
H A Dhibernate_asm.S30 b swsusp_save
/linux/arch/sparc/power/
H A Dhibernate_asm.S39 call swsusp_save
/linux/include/linux/
H A Dsuspend.h391 asmlinkage int swsusp_save(void);
/linux/arch/powerpc/kernel/
H A Dswsusp_85xx.S98 bl swsusp_save
H A Dswsusp_asm64.S125 bl swsusp_save
H A Dswsusp_32.S169 bl swsusp_save
/linux/arch/arm64/kernel/
H A Dhibernate.c355 ret = swsusp_save(); in swsusp_arch_suspend()
/linux/arch/riscv/kernel/
H A Dhibernate.c152 ret = swsusp_save(); in swsusp_arch_suspend()
/linux/arch/xtensa/kernel/
H A Dentry.S2211 abi_call swsusp_save
/linux/kernel/power/
H A Dsnapshot.c2111 asmlinkage __visible int swsusp_save(void) in swsusp_alloc()
2114 asmlinkage __visible int swsusp_save(void) swsusp_save() function