Home
last modified time | relevance | path

Searched refs:orig_address (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/arch/arm/kernel/
H A Dhibernate.c87 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
/linux-6.15/arch/sh/kernel/
H A Dasm-offsets.c32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/linux-6.15/arch/x86/kernel/
H A Dasm-offsets.c44 OFFSET(pbe_orig_address, pbe, orig_address); in common()
/linux-6.15/include/linux/
H A Dsuspend.h307 void *orig_address; /* original address of a page */ member
/linux-6.15/arch/xtensa/kernel/
H A Dasm-offsets.c158 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/linux-6.15/arch/arm64/kernel/
H A Dasm-offsets.c149 DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); in main()
/linux-6.15/arch/loongarch/kernel/
H A Dasm-offsets.c276 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
/linux-6.15/arch/mips/kernel/
H A Dasm-offsets.c340 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
/linux-6.15/arch/riscv/kernel/
H A Dasm-offsets.c131 OFFSET(HIBERN_PBE_ORIG, pbe, orig_address); in asm_offsets()
/linux-6.15/arch/powerpc/kernel/
H A Dasm-offsets.c328 OFFSET(pbe_orig_address, pbe, orig_address); in main()
/linux-6.15/kernel/power/
H A Dsnapshot.c2747 pbe->orig_address = page_address(page); in get_buffer()