Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/kernel/
A Dhibernate.c83 struct pbe *pbe; in arch_restore_image() local
86 for (pbe = restore_pblist; pbe; pbe = pbe->next) in arch_restore_image()
87 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
/linux-6.3-rc2/drivers/gpu/drm/lima/
A Dlima_vm.c40 u32 pbe = LIMA_PBE(addr); in lima_vm_unmap_range() local
43 vm->bts[pbe].cpu[bte] = 0; in lima_vm_unmap_range()
49 u32 pbe = LIMA_PBE(va); in lima_vm_map_page() local
52 if (!vm->bts[pbe].cpu) { in lima_vm_map_page()
57 vm->bts[pbe].cpu = dma_alloc_wc( in lima_vm_map_page()
59 &vm->bts[pbe].dma, GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO); in lima_vm_map_page()
60 if (!vm->bts[pbe].cpu) in lima_vm_map_page()
63 pts = vm->bts[pbe].dma; in lima_vm_map_page()
64 pd = vm->pd.cpu + (pbe << LIMA_VM_NUM_PT_PER_BT_SHIFT); in lima_vm_map_page()
71 vm->bts[pbe].cpu[bte] = pa | LIMA_VM_FLAGS_CACHE; in lima_vm_map_page()
/linux-6.3-rc2/kernel/power/
A Dsnapshot.c2409 if (!pbe) { in get_highmem_page_buffer()
2430 highmem_pblist = pbe; in get_highmem_page_buffer()
2578 struct pbe *pbe; in get_buffer() local
2600 pbe = chain_alloc(ca, sizeof(struct pbe)); in get_buffer()
2601 if (!pbe) { in get_buffer()
2609 restore_pblist = pbe; in get_buffer()
2610 return pbe->address; in get_buffer()
2748 if (!pbe) in restore_highmem()
2755 while (pbe) { in restore_highmem()
2756 swap_two_pages_data(pbe->copy_page, pbe->orig_page, buf); in restore_highmem()
[all …]
/linux-6.3-rc2/arch/sh/kernel/
A Dasm-offsets.c31 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main()
32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
33 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main()
/linux-6.3-rc2/arch/x86/kernel/
A Dasm-offsets.c43 OFFSET(pbe_address, pbe, address); in common()
44 OFFSET(pbe_orig_address, pbe, orig_address); in common()
45 OFFSET(pbe_next, pbe, next); in common()
/linux-6.3-rc2/arch/xtensa/kernel/
A Dasm-offsets.c157 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main()
158 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
159 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main()
160 DEFINE(PBE_SIZE, sizeof(struct pbe)); in main()
/linux-6.3-rc2/include/linux/
A Dsuspend.h358 struct pbe { struct
361 struct pbe *next; argument
448 extern struct pbe *restore_pblist;
/linux-6.3-rc2/arch/loongarch/kernel/
A Dasm-offsets.c268 OFFSET(PBE_ADDRESS, pbe, address); in output_pbe_defines()
269 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
270 OFFSET(PBE_NEXT, pbe, next); in output_pbe_defines()
271 DEFINE(PBE_SIZE, sizeof(struct pbe)); in output_pbe_defines()
/linux-6.3-rc2/arch/arm64/kernel/
A Dasm-offsets.c169 DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); in main()
170 DEFINE(HIBERN_PBE_ADDR, offsetof(struct pbe, address)); in main()
171 DEFINE(HIBERN_PBE_NEXT, offsetof(struct pbe, next)); in main()
/linux-6.3-rc2/arch/mips/kernel/
A Dasm-offsets.c318 OFFSET(PBE_ADDRESS, pbe, address); in output_pbe_defines()
319 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines()
320 OFFSET(PBE_NEXT, pbe, next); in output_pbe_defines()
321 DEFINE(PBE_SIZE, sizeof(struct pbe)); in output_pbe_defines()
/linux-6.3-rc2/drivers/infiniband/sw/siw/
A Dsiw_mem.c330 struct siw_pble *pble = &pbl->pbe[i]; in siw_pbl_get_buffer()
356 pbl = kzalloc(struct_size(pbl, pbe, num_buf), GFP_KERNEL); in siw_pbl_alloc()
A Dsiw.h139 struct siw_pble pbe[]; member
A Dsiw_verbs.c1493 pble = pbl->pbe; in siw_map_mr_sg()
/linux-6.3-rc2/drivers/infiniband/hw/ocrdma/
A Docrdma_verbs.c818 struct ocrdma_pbe *pbe; in build_user_pbes() local
827 pbe = (struct ocrdma_pbe *)pbl_tbl->va; in build_user_pbes()
833 pbe->pa_lo = cpu_to_le32(pg_addr); in build_user_pbes()
834 pbe->pa_hi = cpu_to_le32(upper_32_bits(pg_addr)); in build_user_pbes()
836 pbe++; in build_user_pbes()
843 pbe = (struct ocrdma_pbe *)pbl_tbl->va; in build_user_pbes()
2032 struct ocrdma_pbe *pbe; in ocrdma_build_reg() local
2059 pbe = pbl_tbl->va; in ocrdma_build_reg()
2063 pbe->pa_lo = cpu_to_le32((u32) (buf_addr & PAGE_MASK)); in ocrdma_build_reg()
2066 pbe++; in ocrdma_build_reg()
[all …]
/linux-6.3-rc2/lib/zstd/common/
A Dcpu.h157 D(pbe, 31)
/linux-6.3-rc2/arch/powerpc/kernel/
A Dasm-offsets.c327 OFFSET(pbe_address, pbe, address); in main()
328 OFFSET(pbe_orig_address, pbe, orig_address); in main()
329 OFFSET(pbe_next, pbe, next); in main()
/linux-6.3-rc2/drivers/infiniband/hw/qedr/
A Dverbs.c628 struct regpair *pbe; in qedr_populate_pbls() local
641 pbe = (struct regpair *)pbl_tbl->va; in qedr_populate_pbls()
642 if (!pbe) { in qedr_populate_pbls()
652 pbe->lo = cpu_to_le32(pg_addr); in qedr_populate_pbls()
653 pbe->hi = cpu_to_le32(upper_32_bits(pg_addr)); in qedr_populate_pbls()
657 pbe++; in qedr_populate_pbls()
666 pbe = (struct regpair *)pbl_tbl->va; in qedr_populate_pbls()
3149 struct regpair *pbe; in qedr_set_page() local
3162 pbe = (struct regpair *)pbl_table->va; in qedr_set_page()
3163 pbe += mr->npages % pbes_in_page; in qedr_set_page()
[all …]
/linux-6.3-rc2/arch/mips/include/asm/octeon/
A Dcvmx-pci-defs.h449 uint32_t pbe:12; member
459 uint32_t pbe:12;
/linux-6.3-rc2/tools/arch/x86/kcpuid/
A Dcpuid.csv81 1, 0, EDX, 31, pbe, Pending Break Enable

Completed in 50 milliseconds