Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dldst_helper.c490 if (env->lsu & (IMMU_E)) { in sparc_raise_mmu_fault()
1725 env->lsu = val & (DMMU_E | IMMU_E); in helper_st_asi()
H A Dcpu.h495 #define IMMU_E 0x4 macro
H A Dmmu_helper.c831 if ((env->lsu & IMMU_E) == 0) { in dump_mmu()
H A Dcpu.c735 ? (env->lsu & IMMU_E) == 0 || (env->pstate & PS_RED) != 0 in sparc_cpu_mmu_index()