Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dldst_helper.c82 int ctx = mmu->tag_access & 0x1fffULL; in ultrasparc_tsb_pointer()
100 uint64_t va = mmu->tag_access >> (3 * page_size + 9); in ultrasparc_tsb_pointer()
1416 ret = ultrasparc_tag_target(env->immu.tag_access); in helper_ld_asi()
1426 ret = env->immu.tag_access; in helper_ld_asi()
1468 ret = ultrasparc_tag_target(env->dmmu.tag_access); in helper_ld_asi()
1486 ret = env->dmmu.tag_access; in helper_ld_asi()
1753 env->immu.tag_access = val; in helper_st_asi()
1775 replace_tlb_1bit_lru(env->itlb, env->immu.tag_access, in helper_st_asi()
1787 replace_tlb_entry(&env->itlb[i], env->immu.tag_access, in helper_st_asi()
1834 env->dmmu.tag_access = val; in helper_st_asi()
[all …]
H A Dmmu_helper.c627 env->dmmu.tag_access = (address & ~0x1fffULL) | context; in get_physical_address_data()
639 env->dmmu.tag_access = (address & ~0x1fffULL) | context; in get_physical_address_data()
700 env->immu.tag_access = (address & ~0x1fffULL) | context; in get_physical_address_code()
715 env->immu.tag_access = (address & ~0x1fffULL) | context; in get_physical_address_code()
791 "\n", env->dmmu.tag_access, env->dmmu.tsb_tag_target); in dump_mmu()
H A Dcpu.h394 uint64_t tag_access; member
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.h48 int ptr_size, MMUAccessType tag_access,
H A Dmte_helper.c56 int ptr_size, MMUAccessType tag_access, in allocation_tag_mem_probe() argument
163 tag_access == MMU_DATA_STORE, attrs); in allocation_tag_mem_probe()
183 if (tag_access == MMU_DATA_STORE) { in allocation_tag_mem_probe()
194 int ptr_size, MMUAccessType tag_access, in allocation_tag_mem() argument
198 ptr_size, tag_access, false, ra); in allocation_tag_mem()