Home
last modified time | relevance | path

Searched refs:access_cache (Results 1 – 1 of 1) sorted by relevance

/qemu/contrib/plugins/
H A Dcache.c356 static bool access_cache(Cache *cache, uint64_t addr) in access_cache() function
406 hit_in_l1 = access_cache(l1_dcaches[cache_idx], effective_addr); in vcpu_mem_access()
421 if (!access_cache(l2_ucaches[cache_idx], effective_addr)) { in vcpu_mem_access()
441 hit_in_l1 = access_cache(l1_icaches[cache_idx], insn_addr); in vcpu_insn_exec()
456 if (!access_cache(l2_ucaches[cache_idx], insn_addr)) { in vcpu_insn_exec()