Home
last modified time | relevance | path

Searched refs:restore_pblist (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/power/
Dhibernate_asm.S51 sethi %hi(restore_pblist), %l0
52 ldx [%l0 + %lo(restore_pblist)], %l0
/kernel/linux/linux-5.10/arch/arm/kernel/
Dhibernate.c86 for (pbe = restore_pblist; pbe; pbe = pbe->next) in arch_restore_image()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dswsusp_asm64.S83 .tc restore_pblist[TC],restore_pblist
Dswsusp_booke.S112 lis r11,(restore_pblist)@h
113 ori r11,r11,restore_pblist@l
Dswsusp_32.S209 lis r11,(restore_pblist - KERNELBASE)@h
210 ori r11,r11,restore_pblist@l
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
Dswsusp.S20 ! - copy restore_pblist pages
84 2: .long restore_pblist
/kernel/linux/linux-5.10/arch/mips/power/
Dhibernate_asm.S32 PTR_L t0, restore_pblist
/kernel/linux/linux-5.10/arch/x86/power/
Dhibernate_asm_32.S61 movl restore_pblist, %edx
Dhibernate_asm_64.S65 movq restore_pblist(%rip), %rdx
/kernel/linux/linux-5.10/kernel/power/
Dsnapshot.c114 struct pbe *restore_pblist; variable
1495 restore_pblist = NULL; in swsusp_free()
2191 restore_pblist = NULL; in load_header()
2558 pbe->next = restore_pblist; in get_buffer()
2559 restore_pblist = pbe; in get_buffer()
2623 restore_pblist = NULL; in snapshot_write_next()
/kernel/linux/linux-5.10/include/linux/
Dsuspend.h446 extern struct pbe *restore_pblist;
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dhibernate.c710 resume_hdr.reenter_kernel, restore_pblist, in swsusp_arch_resume()