/linux-4.4.14/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()
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 75 struct pbe *restore_pblist; 2226 struct highmem_pbe *pbe; in get_highmem_page_buffer() local 2239 pbe = chain_alloc(ca, sizeof(struct highmem_pbe)); in get_highmem_page_buffer() 2240 if (!pbe) { in get_highmem_page_buffer() 2244 pbe->orig_page = page; in get_highmem_page_buffer() 2253 pbe->copy_page = tmp; in get_highmem_page_buffer() 2258 pbe->copy_page = virt_to_page(kaddr); in get_highmem_page_buffer() 2260 pbe->next = highmem_pblist; in get_highmem_page_buffer() 2261 highmem_pblist = pbe; in get_highmem_page_buffer() 2331 #define PBES_PER_LINKED_PAGE (LINKED_PAGE_DATA_SIZE / sizeof(struct pbe)) [all …]
|
/linux-4.4.14/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;
|
/linux-4.4.14/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()
|
/linux-4.4.14/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()
|
/linux-4.4.14/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)
|
/linux-4.4.14/include/linux/ |
D | suspend.h | 291 struct pbe { struct 294 struct pbe *next; argument 386 extern struct pbe *restore_pblist;
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 904 struct ocrdma_pbe *pbe; in build_user_pbes() local 913 pbe = (struct ocrdma_pbe *)pbl_tbl->va; in build_user_pbes() 922 pbe->pa_lo = in build_user_pbes() 926 pbe->pa_hi = in build_user_pbes() 933 pbe++; in build_user_pbes() 945 pbe = (struct ocrdma_pbe *)pbl_tbl->va; in build_user_pbes() 2154 struct ocrdma_pbe *pbe; in ocrdma_build_reg() local 2181 pbe = pbl_tbl->va; in ocrdma_build_reg() 2185 pbe->pa_lo = cpu_to_le32((u32) (buf_addr & PAGE_MASK)); in ocrdma_build_reg() 2186 pbe->pa_hi = cpu_to_le32((u32) upper_32_bits(buf_addr)); in ocrdma_build_reg() [all …]
|
/linux-4.4.14/arch/mips/kernel/ |
D | asm-offsets.c | 319 OFFSET(PBE_ADDRESS, pbe, address); in output_pbe_defines() 320 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines() 321 OFFSET(PBE_NEXT, pbe, next); in output_pbe_defines() 322 DEFINE(PBE_SIZE, sizeof(struct pbe)); in output_pbe_defines()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | asm-offsets.c | 376 DEFINE(pbe_address, offsetof(struct pbe, address)); in main() 377 DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address)); in main() 378 DEFINE(pbe_next, offsetof(struct pbe, next)); in main()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 562 uint32_t pbe:12; member 572 uint32_t pbe:12;
|