Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dhibernate.c87 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
/linux/arch/sh/kernel/
H A Dasm-offsets.c33 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/linux/arch/x86/kernel/
H A Dasm-offsets.c52 OFFSET(pbe_orig_address, pbe, orig_address); in common()
/linux/include/linux/
H A Dsuspend.h312 void *orig_address; /* original address of a page */ member
/linux/arch/xtensa/kernel/
H A Dasm-offsets.c159 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/linux/arch/arm64/kernel/
H A Dasm-offsets.c150 DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); in main()
/linux/arch/loongarch/kernel/
H A Dasm-offsets.c280 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
/linux/arch/mips/kernel/
H A Dasm-offsets.c342 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
/linux/arch/powerpc/kernel/
H A Dasm-offsets.c329 OFFSET(pbe_orig_address, pbe, orig_address); in main()
/linux/arch/riscv/kernel/
H A Dasm-offsets.c137 OFFSET(HIBERN_PBE_ORIG, pbe, orig_address); in asm_offsets()
/linux/kernel/power/
H A Dsnapshot.c2744 pbe->orig_address = page_address(page); in get_buffer()