Searched refs:pbe (Results 1 – 9 of 9) sorted by relevance
/arch/arm/kernel/ |
D | hibernate.c | 84 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/ |
D | pm.h | 37 extern int restore_image(pgd_t *resume_pg_dir, struct pbe *restore_pblist); 39 extern struct pbe *restore_pblist;
|
/arch/x86/kernel/ |
D | asm-offsets.c | 40 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/ |
D | asm-offsets.c | 30 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/ |
D | asm-offsets.c | 97 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()
|
D | hibernate_asm.S | 22 @ restore_image(pgd_t *resume_pg_dir, struct pbe *restore_pblist)
|
/arch/mips/kernel/ |
D | asm-offsets.c | 321 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/ |
D | asm-offsets.c | 379 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/ |
D | cvmx-pci-defs.h | 562 uint32_t pbe:12; member 572 uint32_t pbe:12;
|