Searched refs:pcache (Results 1 – 8 of 8) sorted by relevance
/linux/tools/perf/util/ |
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 | 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 | parse-events.c | 2795 struct probe_cache *pcache; in print_sdt_events() local 2815 pcache = probe_cache__new(nd->s, NULL); in print_sdt_events() 2816 if (!pcache) in print_sdt_events() 2818 list_for_each_entry(ent, &pcache->entries, node) { in print_sdt_events() 2832 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/arch/riscv/kvm/ |
A D | mmu.c | 92 if (pcache->nobjs >= min) in stage2_cache_topup() 94 while (pcache->nobjs < max) { in stage2_cache_topup() 98 pcache->objects[pcache->nobjs++] = page; in stage2_cache_topup() 106 while (pcache && pcache->nobjs) in stage2_cache_flush() 107 free_page((unsigned long)pcache->objects[--pcache->nobjs]); in stage2_cache_flush() 114 if (!pcache) in stage2_cache_alloc() 117 BUG_ON(!pcache->nobjs); in stage2_cache_alloc() 118 p = pcache->objects[--pcache->nobjs]; in stage2_cache_alloc() 174 struct kvm_mmu_page_cache *pcache, in stage2_set_pte() argument 398 ret = stage2_cache_topup(&pcache, in stage2_ioremap() [all …]
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_crat.c | 1239 pcache->sibling_map[1] = in fill_in_l1_pcache() 1241 pcache->sibling_map[2] = in fill_in_l1_pcache() 1243 pcache->sibling_map[3] = in fill_in_l1_pcache() 1293 pcache->sibling_map[k] = in fill_in_l2_l3_pcache() 1295 pcache->sibling_map[k+1] = in fill_in_l2_l3_pcache() 1297 pcache->sibling_map[k+2] = in fill_in_l2_l3_pcache() 1299 pcache->sibling_map[k+3] = in fill_in_l2_l3_pcache() 1330 struct crat_subtype_cache *pcache, in kfd_fill_gpu_cache_info() argument 1463 ret = fill_in_l1_pcache(pcache, in kfd_fill_gpu_cache_info() 1476 pcache++; in kfd_fill_gpu_cache_info() [all …]
|
/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 645 pcache[0], pcache[1], pcache[2], pcache[3], in psp_v11_0_memory_training() 654 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) { in psp_v11_0_memory_training() 660 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE && in psp_v11_0_memory_training() 661 pcache[3] == p2c_header[3])) { in psp_v11_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 41 milliseconds