| /linux/arch/arm/kernel/ |
| H A D | hibernate.c | 83 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/drivers/gpu/drm/lima/ |
| H A D | lima_vm.c | 40 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/arch/sh/kernel/ |
| H A D | asm-offsets.c | 32 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main() 33 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main() 34 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main()
|
| /linux/arch/x86/kernel/ |
| H A D | asm-offsets.c | 51 OFFSET(pbe_address, pbe, address); in common() 52 OFFSET(pbe_orig_address, pbe, orig_address); in common() 53 OFFSET(pbe_next, pbe, next); in common()
|
| /linux/arch/xtensa/kernel/ |
| H A D | asm-offsets.c | 158 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main() 159 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main() 160 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main() 161 DEFINE(PBE_SIZE, sizeof(struct pbe)); in main()
|
| /linux/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 277 OFFSET(PBE_ADDRESS, pbe, address); in output_pbe_defines() 278 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines() 279 OFFSET(PBE_NEXT, pbe, next); in output_pbe_defines() 280 DEFINE(PBE_SIZE, sizeof(struct pbe)); in output_pbe_defines()
|
| /linux/arch/arm64/kernel/ |
| H A D | asm-offsets.c | 150 DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); in main() 151 DEFINE(HIBERN_PBE_ADDR, offsetof(struct pbe, address)); in main() 152 DEFINE(HIBERN_PBE_NEXT, offsetof(struct pbe, next)); in main()
|
| /linux/arch/mips/kernel/ |
| H A D | asm-offsets.c | 341 OFFSET(PBE_ADDRESS, pbe, address); in output_pbe_defines() 342 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines() 343 OFFSET(PBE_NEXT, pbe, next); in output_pbe_defines() 344 DEFINE(PBE_SIZE, sizeof(struct pbe)); in output_pbe_defines()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_mem.c | 298 struct siw_pble *pble = &pbl->pbe[i]; in siw_pbl_get_buffer() 324 pbl = kzalloc(struct_size(pbl, pbe, num_buf), GFP_KERNEL); in siw_pbl_alloc()
|
| H A D | siw.h | 136 struct siw_pble pbe[] __counted_by(max_buf);
|
| /linux/drivers/perf/ |
| H A D | arm_brbe.c | 791 struct perf_branch_entry *pbe = &branch_stack->entries[nr_filtered]; in brbe_read_filtered_entries() local 793 if (!perf_entry_from_brbe_regset(i, pbe, event)) in brbe_read_filtered_entries() 796 if (!filter_branch_record(pbe, branch_sample_type, event_type_mask)) in brbe_read_filtered_entries()
|
| /linux/lib/zstd/common/ |
| H A D | cpu.h | 158 D(pbe, 31)
|
| /linux/arch/powerpc/kernel/ |
| H A D | asm-offsets.c | 328 OFFSET(pbe_address, pbe, address); in main() 329 OFFSET(pbe_orig_address, pbe, orig_address); in main() 330 OFFSET(pbe_next, pbe, next); in main()
|
| /linux/arch/riscv/kernel/ |
| H A D | asm-offsets.c | 132 OFFSET(HIBERN_PBE_ADDR, pbe, address); in asm_offsets() 133 OFFSET(HIBERN_PBE_ORIG, pbe, orig_address); in asm_offsets() 134 OFFSET(HIBERN_PBE_NEXT, pbe, next); in asm_offsets()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pci-defs.h | 449 uint32_t pbe:12; member 459 uint32_t pbe:12;
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 93 0x1, 0, edx, 31, pbe , Pending Break Enable
|