Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kernel/
Dhibernate.c88 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
/Linux-v4.19/arch/sh/kernel/
Dasm-offsets.c32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/Linux-v4.19/arch/x86/kernel/
Dasm-offsets.c48 OFFSET(pbe_orig_address, pbe, orig_address); in common()
/Linux-v4.19/arch/unicore32/kernel/
Dasm-offsets.c98 DEFINE(PBE_ORIN_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/Linux-v4.19/include/linux/
Dsuspend.h302 void *orig_address; /* original address of a page */ member
/Linux-v4.19/arch/arm64/kernel/
Dasm-offsets.c160 DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); in main()
/Linux-v4.19/arch/mips/kernel/
Dasm-offsets.c323 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
/Linux-v4.19/arch/powerpc/kernel/
Dasm-offsets.c362 OFFSET(pbe_orig_address, pbe, orig_address); in main()
/Linux-v4.19/kernel/power/
Dsnapshot.c2552 pbe->orig_address = page_address(page); in get_buffer()