Searched refs:restore_pblist (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sparc/power/ |
| H A D | hibernate_asm.S | 51 sethi %hi(restore_pblist), %l0 52 ldx [%l0 + %lo(restore_pblist)], %l0
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | swsusp_booke.S | 112 lis r11,(restore_pblist)@h 113 ori r11,r11,restore_pblist@l
|
| H A D | swsusp_asm64.S | 83 .tc restore_pblist[TC],restore_pblist
|
| H A D | swsusp_32.S | 209 lis r11,(restore_pblist - KERNELBASE)@h 210 ori r11,r11,restore_pblist@l
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/ |
| H A D | swsusp.S | 20 ! - copy restore_pblist pages 84 2: .long restore_pblist
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | hibernate.c | 86 for (pbe = restore_pblist; pbe; pbe = pbe->next) in arch_restore_image()
|
| /OK3568_Linux_fs/kernel/arch/mips/power/ |
| H A D | hibernate_asm.S | 32 PTR_L t0, restore_pblist
|
| /OK3568_Linux_fs/kernel/arch/x86/power/ |
| H A D | hibernate_asm_32.S | 61 movl restore_pblist, %edx
|
| H A D | hibernate_asm_64.S | 65 movq restore_pblist(%rip), %rdx
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | snapshot.c | 114 struct pbe *restore_pblist; variable 1503 restore_pblist = NULL; in swsusp_free() 2199 restore_pblist = NULL; in load_header() 2566 pbe->next = restore_pblist; in get_buffer() 2567 restore_pblist = pbe; in get_buffer() 2631 restore_pblist = NULL; in snapshot_write_next()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | suspend.h | 453 extern struct pbe *restore_pblist;
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | hibernate.c | 715 resume_hdr.reenter_kernel, restore_pblist, in swsusp_arch_resume()
|