Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dldst_helper.c87 int ctx = mmu->tag_access & 0x1fffULL; in ultrasparc_tsb_pointer()
105 uint64_t va = mmu->tag_access >> (3 * page_size + 9); in ultrasparc_tsb_pointer()
1427 ret = ultrasparc_tag_target(env->immu.tag_access); in helper_ld_asi()
1437 ret = env->immu.tag_access; in helper_ld_asi()
1479 ret = ultrasparc_tag_target(env->dmmu.tag_access); in helper_ld_asi()
1497 ret = env->dmmu.tag_access; in helper_ld_asi()
1764 env->immu.tag_access = val; in helper_st_asi()
1786 replace_tlb_1bit_lru(env->itlb, env->immu.tag_access, in helper_st_asi()
1798 replace_tlb_entry(&env->itlb[i], env->immu.tag_access, in helper_st_asi()
1845 env->dmmu.tag_access = val; in helper_st_asi()
[all …]
H A Dmmu_helper.c631 env->dmmu.tag_access = (address & ~0x1fffULL) | context; in get_physical_address_data()
643 env->dmmu.tag_access = (address & ~0x1fffULL) | context; in get_physical_address_data()
704 env->immu.tag_access = (address & ~0x1fffULL) | context; in get_physical_address_code()
719 env->immu.tag_access = (address & ~0x1fffULL) | context; in get_physical_address_code()
795 "\n", env->dmmu.tag_access, env->dmmu.tsb_tag_target); in dump_mmu()
H A Dcpu.h395 uint64_t tag_access; member
/qemu/target/arm/tcg/
H A Dmte_helper.h48 int ptr_size, MMUAccessType tag_access,
H A Dmte_helper.c61 int ptr_size, MMUAccessType tag_access, in allocation_tag_mem_probe() argument
169 tag_access == MMU_DATA_STORE, attrs); in allocation_tag_mem_probe()
189 if (tag_access == MMU_DATA_STORE) { in allocation_tag_mem_probe()
200 int ptr_size, MMUAccessType tag_access, in allocation_tag_mem() argument
204 ptr_size, tag_access, false, ra); in allocation_tag_mem()