Searched refs:orig_address (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/arm/kernel/ |
D | hibernate.c | 88 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
|
/linux-4.4.14/arch/sh/kernel/ |
D | asm-offsets.c | 31 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
|
/linux-4.4.14/arch/x86/kernel/ |
D | asm-offsets.c | 41 OFFSET(pbe_orig_address, pbe, orig_address); in common()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | asm-offsets.c | 98 DEFINE(PBE_ORIN_ADDRESS, offsetof(struct pbe, orig_address)); in main()
|
/linux-4.4.14/include/linux/ |
D | suspend.h | 293 void *orig_address; /* original address of a page */ member
|
/linux-4.4.14/arch/mips/kernel/ |
D | asm-offsets.c | 320 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | asm-offsets.c | 377 DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address)); in main()
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 2444 pbe->orig_address = page_address(page); in get_buffer()
|