Searched defs:pcache (Results 1 – 10 of 10) sorted by relevance
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() local580 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() local673 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 …]
35 #define for_each_probe_cache_entry(entry, pcache) \ argument81 #define probe_cache__delete(pcache) do {} while (0) argument
175 struct probe_cache *pcache; in print_sdt_events() local
33 struct vmu_cache *pcache; member117 struct vmu_cache *pcache; in maple_vmu_read_block() local356 struct vmu_cache *pcache; in vmu_flash_read() local423 struct vmu_cache *pcache; in vmu_flash_write() local505 struct vmu_cache *pcache; in vmu_queryblocks() local
138 struct kvm_mmu_memory_cache *pcache, in gstage_set_pte()178 struct kvm_mmu_memory_cache *pcache, in gstage_map_page()354 struct kvm_mmu_memory_cache pcache = { in kvm_riscv_gstage_ioremap() local600 struct kvm_mmu_memory_cache *pcache = &vcpu->arch.mmu_page_cache; in kvm_riscv_gstage_map() local
446 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v11_0_memory_training() local
402 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v14_0_memory_training() local
514 uint32_t *pcache = (uint32_t *)ctx->sys_cache; in psp_v13_0_memory_training() local
1625 struct kfd_cache_properties *pcache = NULL; in fill_in_l1_pcache() local1690 struct kfd_cache_properties *pcache = NULL; in fill_in_l2_l3_pcache() local
580 pcache: 1, /* entry belongs to partial cache */ member
Completed in 30 milliseconds