Searched refs:orig_address (Results 1 – 8 of 8) sorted by relevance
/linux/arch/arm/kernel/ |
A D | hibernate.c | 87 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
|
/linux/arch/sh/kernel/ |
A D | asm-offsets.c | 32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
|
/linux/arch/x86/kernel/ |
A D | asm-offsets.c | 45 OFFSET(pbe_orig_address, pbe, orig_address); in common()
|
/linux/include/linux/ |
A D | suspend.h | 359 void *orig_address; /* original address of a page */ member
|
/linux/arch/arm64/kernel/ |
A D | asm-offsets.c | 156 DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); in main()
|
/linux/arch/mips/kernel/ |
A D | asm-offsets.c | 324 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
|
/linux/arch/powerpc/kernel/ |
A D | asm-offsets.c | 326 OFFSET(pbe_orig_address, pbe, orig_address); in main()
|
/linux/kernel/power/ |
A D | snapshot.c | 2604 pbe->orig_address = page_address(page); in get_buffer()
|
Completed in 15 milliseconds