Home
last modified time | relevance | path

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

/qemu/contrib/plugins/
H A Dcache.c395 bool hit_in_l1; in vcpu_mem_access() local
406 hit_in_l1 = access_cache(l1_dcaches[cache_idx], effective_addr); in vcpu_mem_access()
407 if (!hit_in_l1) { in vcpu_mem_access()
415 if (hit_in_l1 || !use_l2) { in vcpu_mem_access()
435 bool hit_in_l1; in vcpu_insn_exec() local
441 hit_in_l1 = access_cache(l1_icaches[cache_idx], insn_addr); in vcpu_insn_exec()
442 if (!hit_in_l1) { in vcpu_insn_exec()
450 if (hit_in_l1 || !use_l2) { in vcpu_insn_exec()