Searched defs:pcache (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | probe-file.c | 450 static int probe_cache__open(struct probe_cache *pcache, const char *target, in probe_cache__open() 510 static int probe_cache__load(struct probe_cache *pcache) in probe_cache__load() 571 struct probe_cache *pcache = zalloc(sizeof(*pcache)); in probe_cache__alloc() local 580 void probe_cache__purge(struct probe_cache *pcache) in probe_cache__purge() 590 void probe_cache__delete(struct probe_cache *pcache) in probe_cache__delete() 603 struct probe_cache *pcache = probe_cache__alloc(); in probe_cache__new() local 640 probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev) in probe_cache__find() 673 probe_cache__find_by_name(struct probe_cache *pcache, in probe_cache__find_by_name() 690 int probe_cache__add_entry(struct probe_cache *pcache, in probe_cache__add_entry() 907 int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname) in probe_cache__scan_sdt() [all …]
|
D | probe-file.h | 35 #define for_each_probe_cache_entry(entry, pcache) \ argument 81 #define probe_cache__delete(pcache) do {} while (0) argument
|
D | parse-events.c | 2874 struct probe_cache *pcache; in print_sdt_events() local
|
/linux-5.19.10/drivers/mtd/maps/ |
D | vmu-flash.c | 33 struct vmu_cache *pcache; member 117 struct vmu_cache *pcache; in maple_vmu_read_block() local 356 struct vmu_cache *pcache; in vmu_flash_read() local 423 struct vmu_cache *pcache; in vmu_flash_write() local 505 struct vmu_cache *pcache; in vmu_queryblocks() local
|
/linux-5.19.10/arch/riscv/kvm/ |
D | mmu.c | 138 struct kvm_mmu_memory_cache *pcache, in gstage_set_pte() 178 struct kvm_mmu_memory_cache *pcache, in gstage_map_page() 353 struct kvm_mmu_memory_cache pcache; in gstage_ioremap() local 619 struct kvm_mmu_memory_cache *pcache = &vcpu->arch.mmu_page_cache; in kvm_riscv_gstage_map() local
|
/linux-5.19.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 1201 static int fill_in_l1_pcache(struct crat_subtype_cache *pcache, in fill_in_l1_pcache() 1255 static int fill_in_l2_l3_pcache(struct crat_subtype_cache *pcache, in fill_in_l2_l3_pcache() 1408 struct crat_subtype_cache *pcache, in kfd_fill_gpu_cache_info()
|
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/ |
D | psp_v11_0.c | 575 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v11_0_memory_training() local
|
/linux-5.19.10/arch/mips/include/asm/sn/sn0/ |
D | hubio.h | 580 pcache: 1, /* entry belongs to partial cache */ member
|