Home
last modified time | relevance | path

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

/qemu/contrib/plugins/
H A Dcache.c391 uint64_t effective_addr; in vcpu_mem_access() local
402 effective_addr = hwaddr ? qemu_plugin_hwaddr_phys_addr(hwaddr) : vaddr; in vcpu_mem_access()
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()
474 uint64_t effective_addr = sys ? (uintptr_t) qemu_plugin_insn_haddr(insn) : in vcpu_tb_trans() local
483 data = g_hash_table_lookup(miss_ht, &effective_addr); in vcpu_tb_trans()
488 data->addr = effective_addr; in vcpu_tb_trans()