Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dhibernate.c84 struct pbe *pbe; in arch_restore_image() local
87 for (pbe = restore_pblist; pbe; pbe = pbe->next) in arch_restore_image()
88 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
/arch/unicore32/include/mach/
Dpm.h37 extern int restore_image(pgd_t *resume_pg_dir, struct pbe *restore_pblist);
39 extern struct pbe *restore_pblist;
/arch/x86/kernel/
Dasm-offsets.c40 OFFSET(pbe_address, pbe, address); in common()
41 OFFSET(pbe_orig_address, pbe, orig_address); in common()
42 OFFSET(pbe_next, pbe, next); in common()
/arch/sh/kernel/
Dasm-offsets.c30 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main()
31 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
32 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main()
/arch/unicore32/kernel/
Dasm-offsets.c97 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main()
98 DEFINE(PBE_ORIN_ADDRESS, offsetof(struct pbe, orig_address)); in main()
99 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main()
Dhibernate_asm.S22 @ restore_image(pgd_t *resume_pg_dir, struct pbe *restore_pblist)
/arch/mips/kernel/
Dasm-offsets.c321 OFFSET(PBE_ADDRESS, pbe, address); in output_pbe_defines()
322 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
323 OFFSET(PBE_NEXT, pbe, next); in output_pbe_defines()
324 DEFINE(PBE_SIZE, sizeof(struct pbe)); in output_pbe_defines()
/arch/powerpc/kernel/
Dasm-offsets.c379 DEFINE(pbe_address, offsetof(struct pbe, address)); in main()
380 DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address)); in main()
381 DEFINE(pbe_next, offsetof(struct pbe, next)); in main()
/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h562 uint32_t pbe:12; member
572 uint32_t pbe:12;