Searched refs:effective_addr (Results 1 – 1 of 1) sorted by relevance
391 uint64_t effective_addr; in vcpu_mem_access() local402 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; in vcpu_tb_trans() local477 effective_addr = (uint64_t) qemu_plugin_insn_haddr(insn); in vcpu_tb_trans()479 effective_addr = (uint64_t) qemu_plugin_insn_vaddr(insn); in vcpu_tb_trans()488 data = g_hash_table_lookup(miss_ht, GUINT_TO_POINTER(effective_addr)); in vcpu_tb_trans()493 data->addr = effective_addr; in vcpu_tb_trans()494 g_hash_table_insert(miss_ht, GUINT_TO_POINTER(effective_addr), in vcpu_tb_trans()