Searched refs:restore_pblist (Results 1 – 15 of 15) sorted by relevance
/linux/arch/sparc/power/ |
H A D | hibernate_asm.S | 51 sethi %hi(restore_pblist), %l0 52 ldx [%l0 + %lo(restore_pblist)], %l0
|
/linux/arch/powerpc/kernel/ |
H A D | swsusp_85xx.S | 112 lis r11,(restore_pblist)@h 113 ori r11,r11,restore_pblist@l
|
H A D | swsusp_32.S | 211 lis r11,(restore_pblist - KERNELBASE)@h 212 ori r11,r11,restore_pblist@l
|
H A D | swsusp_asm64.S | 142 LOAD_REG_ADDR(r11, restore_pblist)
|
/linux/arch/riscv/kernel/ |
H A D | hibernate-asm.S | 49 REG_L s4, restore_pblist
|
/linux/arch/arm/kernel/ |
H A D | hibernate.c | 86 for (pbe = restore_pblist; pbe; pbe = pbe->next) in arch_restore_image()
|
/linux/arch/sh/kernel/cpu/sh3/ |
H A D | swsusp.S | 20 ! - copy restore_pblist pages 84 2: .long restore_pblist
|
/linux/arch/mips/power/ |
H A D | hibernate_asm.S | 32 PTR_L t0, restore_pblist
|
/linux/arch/x86/power/ |
H A D | hibernate_asm_32.S | 61 movl restore_pblist, %edx
|
H A D | hibernate_asm_64.S | 112 movq restore_pblist(%rip), %rdx
|
/linux/arch/loongarch/power/ |
H A D | hibernate_asm.S | 34 la.pcrel t0, restore_pblist
|
/linux/kernel/power/ |
H A D | snapshot.c | 150 struct pbe *restore_pblist; variable 1631 restore_pblist = NULL; in swsusp_free() 2343 restore_pblist = NULL; in load_header() 2751 pbe->next = restore_pblist; in get_buffer() 2752 restore_pblist = pbe; in get_buffer() 2822 restore_pblist = NULL; in snapshot_write_next()
|
/linux/include/linux/ |
H A D | suspend.h | 392 extern struct pbe *restore_pblist;
|
/linux/arch/arm64/kernel/ |
H A D | hibernate.c | 469 resume_hdr.reenter_kernel, restore_pblist, in swsusp_arch_resume()
|
/linux/arch/xtensa/kernel/ |
H A D | entry.S | 2225 movi a2, restore_pblist
|