Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/kernel/power/
Dsnapshot.c75 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/
Dpm.h37 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/
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()
/linux-4.4.14/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()
/linux-4.4.14/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)
/linux-4.4.14/include/linux/
Dsuspend.h291 struct pbe { struct
294 struct pbe *next; argument
386 extern struct pbe *restore_pblist;
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c904 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/
Dasm-offsets.c319 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/
Dasm-offsets.c376 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/
Dcvmx-pci-defs.h562 uint32_t pbe:12; member
572 uint32_t pbe:12;