Lines Matching refs:dmmu

158         context = env1->dmmu.mmu_primary_context;  in demap_tlb()
161 context = env1->dmmu.mmu_secondary_context; in demap_tlb()
1468 ret = ultrasparc_tag_target(env->dmmu.tag_access); in helper_ld_asi()
1471 ret = env->dmmu.mmu_primary_context; in helper_ld_asi()
1474 ret = env->dmmu.mmu_secondary_context; in helper_ld_asi()
1477 ret = env->dmmu.sfsr; in helper_ld_asi()
1480 ret = env->dmmu.sfar; in helper_ld_asi()
1483 ret = env->dmmu.tsb; in helper_ld_asi()
1486 ret = env->dmmu.tag_access; in helper_ld_asi()
1489 ret = env->dmmu.virtual_watchpoint; in helper_ld_asi()
1492 ret = env->dmmu.physical_watchpoint; in helper_ld_asi()
1504 ret = ultrasparc_tsb_pointer(env, &env->dmmu, 0); in helper_ld_asi()
1511 ret = ultrasparc_tsb_pointer(env, &env->dmmu, 1); in helper_ld_asi()
1556 ret = env->dmmu.mmu_primary_context; in helper_ld_asi()
1559 ret = env->dmmu.mmu_secondary_context; in helper_ld_asi()
1675 env->dmmu.sun4v_tsb_pointers[idx] = val; in helper_st_asi()
1687 env->dmmu.sun4v_ctx_config[(asi & 8) >> 3] = val; in helper_st_asi()
1804 oldreg = env->dmmu.mmuregs[reg]; in helper_st_asi()
1812 env->dmmu.sfar = 0; in helper_st_asi()
1814 env->dmmu.sfsr = val; in helper_st_asi()
1817 env->dmmu.mmu_primary_context = val; in helper_st_asi()
1823 env->dmmu.mmu_secondary_context = val; in helper_st_asi()
1830 PRIx64 "\n", env->dmmu.tsb, val); in helper_st_asi()
1831 env->dmmu.tsb = val; in helper_st_asi()
1834 env->dmmu.tag_access = val; in helper_st_asi()
1837 env->dmmu.virtual_watchpoint = val; in helper_st_asi()
1840 env->dmmu.physical_watchpoint = val; in helper_st_asi()
1847 if (oldreg != env->dmmu.mmuregs[reg]) { in helper_st_asi()
1859 replace_tlb_1bit_lru(env->dtlb, env->dmmu.tag_access, in helper_st_asi()
1869 replace_tlb_entry(&env->dtlb[i], env->dmmu.tag_access, in helper_st_asi()
1900 env->dmmu.mmu_primary_context = val; in helper_st_asi()
1906 env->dmmu.mmu_secondary_context = val; in helper_st_asi()