Searched defs:pcache (Results 1 – 8 of 8) sorted by relevance
/linux/tools/perf/util/ |
A D | probe-file.c | 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 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() 1008 int probe_cache__commit(struct probe_cache *pcache) in probe_cache__commit() 1044 int probe_cache__filter_purge(struct probe_cache *pcache, in probe_cache__filter_purge() 1059 static int probe_cache__show_entries(struct probe_cache *pcache, in probe_cache__show_entries() [all …]
|
A D | probe-file.h | 35 #define for_each_probe_cache_entry(entry, pcache) \ argument 81 #define probe_cache__delete(pcache) do {} while (0) argument
|
A D | parse-events.c | 2795 struct probe_cache *pcache; in print_sdt_events() local
|
/linux/arch/riscv/kvm/ |
A D | mmu.c | 86 static int stage2_cache_topup(struct kvm_mmu_page_cache *pcache, in stage2_cache_topup() 104 static void stage2_cache_flush(struct kvm_mmu_page_cache *pcache) in stage2_cache_flush() 110 static void *stage2_cache_alloc(struct kvm_mmu_page_cache *pcache) in stage2_cache_alloc() 174 struct kvm_mmu_page_cache *pcache, in stage2_set_pte() 212 struct kvm_mmu_page_cache *pcache, in stage2_map_page() 387 struct kvm_mmu_page_cache pcache = { 0, }; in stage2_ioremap() local 649 struct kvm_mmu_page_cache *pcache = &vcpu->arch.mmu_page_cache; in kvm_riscv_stage2_map() local
|
/linux/drivers/mtd/maps/ |
A 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/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_crat.c | 1197 static int fill_in_l1_pcache(struct crat_subtype_cache *pcache, in fill_in_l1_pcache() 1251 static int fill_in_l2_l3_pcache(struct crat_subtype_cache *pcache, in fill_in_l2_l3_pcache() 1330 struct crat_subtype_cache *pcache, in kfd_fill_gpu_cache_info()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | psp_v11_0.c | 623 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v11_0_memory_training() local
|
/linux/arch/mips/include/asm/sn/sn0/ |
A D | hubio.h | 580 pcache: 1, /* entry belongs to partial cache */ member
|
Completed in 28 milliseconds