Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/arm/kernel/
Dhibernate.c62 ret = swsusp_save(); in arch_save_image()
/kernel/linux/linux-5.10/arch/mips/power/
Dhibernate_asm.S28 j swsusp_save
/kernel/linux/linux-5.10/arch/x86/power/
Dhibernate_asm_32.S33 call swsusp_save
Dhibernate_asm_64.S50 call swsusp_save
/kernel/linux/linux-5.10/kernel/power/
Dpower.h56 asmlinkage int swsusp_save(void);
Dsnapshot.c1975 asmlinkage __visible int swsusp_save(void) in swsusp_save() function
/kernel/linux/linux-5.10/arch/sparc/power/
Dhibernate_asm.S39 call swsusp_save
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dswsusp_booke.S98 bl swsusp_save
Dswsusp_asm64.S132 bl swsusp_save
Dswsusp_32.S167 bl swsusp_save
/kernel/linux/linux-5.10/include/linux/
Dsuspend.h453 asmlinkage int swsusp_save(void);
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dhibernate.c421 ret = swsusp_save(); in swsusp_arch_suspend()