Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dldst_helper.c427 int fault_type; in sparc_raise_mmu_fault() local
443 fault_type = (env->mmuregs[3] & 0x1c) >> 2; in sparc_raise_mmu_fault()
444 if ((fault_type > 4) || (fault_type == 0)) { in sparc_raise_mmu_fault()
465 if (fault_type == ((env->mmuregs[3] & 0x1c)) >> 2) { in sparc_raise_mmu_fault()