Searched refs:restore_pblist (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/arch/unicore32/include/mach/ |
D | pm.h | 37 extern int restore_image(pgd_t *resume_pg_dir, struct pbe *restore_pblist); 39 extern struct pbe *restore_pblist;
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | hibernate_asm.S | 22 @ restore_image(pgd_t *resume_pg_dir, struct pbe *restore_pblist) 24 @ r1: restore_pblist 25 @ copy restore_pblist pages
|
D | hibernate.c | 137 restore_image(resume_pg_dir, restore_pblist); in swsusp_arch_resume()
|
/linux-4.4.14/arch/sparc/power/ |
D | hibernate_asm.S | 50 sethi %hi(restore_pblist), %l0 51 ldx [%l0 + %lo(restore_pblist)], %l0
|
/linux-4.4.14/arch/arm/kernel/ |
D | hibernate.c | 87 for (pbe = restore_pblist; pbe; pbe = pbe->next) in arch_restore_image()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | swsusp_asm64.S | 83 .tc restore_pblist[TC],restore_pblist
|
D | swsusp_booke.S | 111 lis r11,(restore_pblist)@h 112 ori r11,r11,restore_pblist@l
|
D | swsusp_32.S | 164 lis r11,(restore_pblist - KERNELBASE)@h 165 ori r11,r11,restore_pblist@l
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | swsusp.S | 23 ! - copy restore_pblist pages 87 2: .long restore_pblist
|
/linux-4.4.14/arch/x86/power/ |
D | hibernate_asm_32.S | 41 movl restore_pblist, %edx
|
D | hibernate_asm_64.S | 75 movq restore_pblist(%rip), %rdx
|
/linux-4.4.14/arch/mips/power/ |
D | hibernate_asm.S | 33 PTR_L t0, restore_pblist
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 75 struct pbe *restore_pblist; variable 1361 restore_pblist = NULL; in swsusp_free() 2074 restore_pblist = NULL; in load_header() 2447 pbe->next = restore_pblist; in get_buffer() 2448 restore_pblist = pbe; in get_buffer() 2515 restore_pblist = NULL; in snapshot_write_next()
|
/linux-4.4.14/include/linux/ |
D | suspend.h | 386 extern struct pbe *restore_pblist;
|
/linux-4.4.14/arch/s390/kernel/ |
D | swsusp.S | 130 larl %r1,restore_pblist
|