Searched refs:restore_pblist (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.1/arch/sparc/power/ |
| D | hibernate_asm.S | 51 sethi %hi(restore_pblist), %l0 52 ldx [%l0 + %lo(restore_pblist)], %l0
|
| /Linux-v6.1/arch/arm/kernel/ |
| D | hibernate.c | 86 for (pbe = restore_pblist; pbe; pbe = pbe->next) in arch_restore_image()
|
| /Linux-v6.1/arch/powerpc/kernel/ |
| D | swsusp_85xx.S | 112 lis r11,(restore_pblist)@h 113 ori r11,r11,restore_pblist@l
|
| D | swsusp_32.S | 209 lis r11,(restore_pblist - KERNELBASE)@h 210 ori r11,r11,restore_pblist@l
|
| D | swsusp_asm64.S | 142 LOAD_REG_ADDR(r11, restore_pblist)
|
| /Linux-v6.1/arch/sh/kernel/cpu/sh3/ |
| D | swsusp.S | 20 ! - copy restore_pblist pages 84 2: .long restore_pblist
|
| /Linux-v6.1/arch/mips/power/ |
| D | hibernate_asm.S | 32 PTR_L t0, restore_pblist
|
| /Linux-v6.1/arch/x86/power/ |
| D | hibernate_asm_32.S | 61 movl restore_pblist, %edx
|
| D | hibernate_asm_64.S | 112 movq restore_pblist(%rip), %rdx
|
| /Linux-v6.1/kernel/power/ |
| D | snapshot.c | 148 struct pbe *restore_pblist; variable 1541 restore_pblist = NULL; in swsusp_free() 2237 restore_pblist = NULL; in load_header() 2604 pbe->next = restore_pblist; in get_buffer() 2605 restore_pblist = pbe; in get_buffer() 2669 restore_pblist = NULL; in snapshot_write_next()
|
| /Linux-v6.1/arch/arm64/kernel/ |
| D | hibernate.c | 464 resume_hdr.reenter_kernel, restore_pblist, in swsusp_arch_resume()
|
| /Linux-v6.1/include/linux/ |
| D | suspend.h | 448 extern struct pbe *restore_pblist;
|
| /Linux-v6.1/arch/xtensa/kernel/ |
| D | entry.S | 2225 movi a2, restore_pblist
|