| /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/kernel/power/ |
| H A D | snapshot.c | 150 struct pbe *restore_pblist; 2507 struct highmem_pbe *pbe; in get_highmem_page_buffer() local 2522 pbe = chain_alloc(ca, sizeof(struct highmem_pbe)); in get_highmem_page_buffer() 2523 if (!pbe) { in get_highmem_page_buffer() 2527 pbe->orig_page = page; in get_highmem_page_buffer() 2536 pbe->copy_page = tmp; in get_highmem_page_buffer() 2542 pbe->copy_page = virt_to_page(kaddr); in get_highmem_page_buffer() 2544 pbe->next = highmem_pblist; in get_highmem_page_buffer() 2545 highmem_pblist = pbe; in get_highmem_page_buffer() 2598 #define PBES_PER_LINKED_PAGE (LINKED_PAGE_DATA_SIZE / sizeof(struct pbe)) [all …]
|
| /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/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 | 279 OFFSET(PBE_ADDRESS, pbe, address); in output_pbe_defines() 280 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines() 281 OFFSET(PBE_NEXT, pbe, next); in output_pbe_defines() 282 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/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/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_flex(*pbl, pbe, num_buf); in siw_pbl_alloc()
|
| H A D | siw.h | 136 struct siw_pble pbe[] __counted_by(max_buf);
|
| /linux/lib/zstd/common/ |
| H A D | cpu.h | 158 D(pbe, 31)
|
| /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
|