Searched refs:orig_address (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/arch/arm/kernel/ |
A D | hibernate.c | 87 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | asm-offsets.c | 32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | asm-offsets.c | 44 OFFSET(pbe_orig_address, pbe, orig_address); in common()
|
/linux-6.3-rc2/include/linux/ |
A D | suspend.h | 360 void *orig_address; /* original address of a page */ member
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | asm-offsets.c | 158 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | asm-offsets.c | 169 DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); in main()
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | asm-offsets.c | 269 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | asm-offsets.c | 319 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | asm-offsets.c | 328 OFFSET(pbe_orig_address, pbe, orig_address); in main()
|
/linux-6.3-rc2/kernel/power/ |
A D | snapshot.c | 2605 pbe->orig_address = page_address(page); in get_buffer()
|
Completed in 13 milliseconds