Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dhibernate.c88 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
/linux-4.4.14/arch/sh/kernel/
Dasm-offsets.c31 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/linux-4.4.14/arch/x86/kernel/
Dasm-offsets.c41 OFFSET(pbe_orig_address, pbe, orig_address); in common()
/linux-4.4.14/arch/unicore32/kernel/
Dasm-offsets.c98 DEFINE(PBE_ORIN_ADDRESS, offsetof(struct pbe, orig_address)); in main()
/linux-4.4.14/include/linux/
Dsuspend.h293 void *orig_address; /* original address of a page */ member
/linux-4.4.14/arch/mips/kernel/
Dasm-offsets.c320 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
/linux-4.4.14/arch/powerpc/kernel/
Dasm-offsets.c377 DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address)); in main()
/linux-4.4.14/kernel/power/
Dsnapshot.c2444 pbe->orig_address = page_address(page); in get_buffer()