Searched refs:pcache (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/ |
| A D | probe-file.h | 35 #define for_each_probe_cache_entry(entry, pcache) \ argument 36 list_for_each_entry(entry, &pcache->entries, node) 56 int probe_cache__add_entry(struct probe_cache *pcache, 59 int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname); 60 int probe_cache__commit(struct probe_cache *pcache); 61 void probe_cache__purge(struct probe_cache *pcache); 62 void probe_cache__delete(struct probe_cache *pcache); 63 int probe_cache__filter_purge(struct probe_cache *pcache, 65 struct probe_cache_entry *probe_cache__find(struct probe_cache *pcache, 67 struct probe_cache_entry *probe_cache__find_by_name(struct probe_cache *pcache, [all …]
|
| A D | probe-file.c | 505 pcache->fd = fd; in probe_cache__open() 571 struct probe_cache *pcache = zalloc(sizeof(*pcache)); in probe_cache__alloc() local 573 if (pcache) { in probe_cache__alloc() 577 return pcache; in probe_cache__alloc() 592 if (!pcache) in probe_cache__delete() 596 if (pcache->fd > 0) in probe_cache__delete() 597 close(pcache->fd); in probe_cache__delete() 598 free(pcache); in probe_cache__delete() 606 if (!pcache) in probe_cache__new() 621 return pcache; in probe_cache__new() [all …]
|
| A D | print-events.c | 175 struct probe_cache *pcache; in print_sdt_events() local 178 pcache = probe_cache__new(bid_nd->s, NULL); in print_sdt_events() 179 if (!pcache) in print_sdt_events() 181 list_for_each_entry(ent, &pcache->entries, node) { in print_sdt_events() 188 probe_cache__delete(pcache); in print_sdt_events()
|
| /linux/drivers/mtd/maps/ |
| A D | vmu-flash.c | 33 struct vmu_cache *pcache; member 124 pcache = card->parts[partition].pcache; in maple_vmu_read_block() 125 pcache->valid = 0; in maple_vmu_read_block() 128 if (!pcache->buffer) { in maple_vmu_read_block() 211 pcache->block = num; in maple_vmu_read_block() 213 pcache->valid = 1; in maple_vmu_read_block() 372 pcache = card->parts[partition].pcache; in vmu_flash_read() 469 pcache = card->parts[partition].pcache; in vmu_flash_write() 470 pcache->valid = 0; in vmu_flash_write() 552 if (!pcache) in vmu_queryblocks() [all …]
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| A D | kfd_topology.c | 1637 pcache = kfd_alloc_struct(pcache); in fill_in_l1_pcache() 1638 if (!pcache) in fill_in_l1_pcache() 1663 pcache->sibling_map[1] = in fill_in_l1_pcache() 1665 pcache->sibling_map[2] = in fill_in_l1_pcache() 1667 pcache->sibling_map[3] = in fill_in_l1_pcache() 1670 pcache->sibling_map_size = 4; in fill_in_l1_pcache() 1671 *props_ext = pcache; in fill_in_l1_pcache() 1706 pcache = kfd_alloc_struct(pcache); in fill_in_l2_l3_pcache() 1707 if (!pcache) in fill_in_l2_l3_pcache() 1725 pcache->cache_size /= mode; in fill_in_l2_l3_pcache() [all …]
|
| /linux/arch/riscv/kvm/ |
| A D | mmu.c | 138 struct kvm_mmu_memory_cache *pcache, in gstage_set_pte() argument 153 if (!pcache) in gstage_set_pte() 155 next_ptep = kvm_mmu_memory_cache_alloc(pcache); in gstage_set_pte() 178 struct kvm_mmu_memory_cache *pcache, in gstage_map_page() argument 219 return gstage_set_pte(kvm, level, pcache, gpa, &new_pte); in gstage_map_page() 354 struct kvm_mmu_memory_cache pcache = { in kvm_riscv_gstage_ioremap() local 373 ret = gstage_set_pte(kvm, 0, &pcache, addr, &pte); in kvm_riscv_gstage_ioremap() 382 kvm_mmu_free_memory_cache(&pcache); in kvm_riscv_gstage_ioremap() 606 ret = kvm_mmu_topup_memory_cache(pcache, gstage_pgd_levels); in kvm_riscv_gstage_map() 674 ret = gstage_map_page(kvm, pcache, gpa, hfn << PAGE_SHIFT, in kvm_riscv_gstage_map() [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | psp_v11_0.c | 446 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v11_0_memory_training() local 468 pcache[0], pcache[1], pcache[2], pcache[3], in psp_v11_0_memory_training() 477 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) { in psp_v11_0_memory_training() 483 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE && in psp_v11_0_memory_training() 484 pcache[3] == p2c_header[3])) { in psp_v11_0_memory_training()
|
| A D | psp_v14_0.c | 402 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v14_0_memory_training() local 424 pcache[0], pcache[1], pcache[2], pcache[3], in psp_v14_0_memory_training() 433 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) { in psp_v14_0_memory_training() 439 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE && in psp_v14_0_memory_training() 440 pcache[3] == p2c_header[3])) { in psp_v14_0_memory_training()
|
| A D | psp_v13_0.c | 514 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v13_0_memory_training() local 536 pcache[0], pcache[1], pcache[2], pcache[3], in psp_v13_0_memory_training() 545 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) { in psp_v13_0_memory_training() 551 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE && in psp_v13_0_memory_training() 552 pcache[3] == p2c_header[3])) { in psp_v13_0_memory_training()
|
| /linux/arch/mips/include/asm/sn/sn0/ |
| A D | hubio.h | 580 pcache: 1, /* entry belongs to partial cache */ member
|
Completed in 40 milliseconds