Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/kernel/
Dhibernate.c87 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
/Linux-v5.4/arch/sh/kernel/
Dasm-offsets.c32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/Linux-v5.4/arch/x86/kernel/
Dasm-offsets.c48 OFFSET(pbe_orig_address, pbe, orig_address); in common()
/Linux-v5.4/arch/unicore32/kernel/
Dasm-offsets.c95 DEFINE(PBE_ORIN_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/Linux-v5.4/arch/arm64/kernel/
Dasm-offsets.c118 DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); in main()
/Linux-v5.4/include/linux/
Dsuspend.h357 void *orig_address; /* original address of a page */ member
/Linux-v5.4/arch/mips/kernel/
Dasm-offsets.c326 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
/Linux-v5.4/arch/powerpc/kernel/
Dasm-offsets.c370 OFFSET(pbe_orig_address, pbe, orig_address); in main()
/Linux-v5.4/kernel/power/
Dsnapshot.c2560 pbe->orig_address = page_address(page); in get_buffer()