Home
last modified time | relevance | path

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

/openbsd/sys/arch/mips64/mips64/
H A Dexception.S183 and t0, a1, ~(SR_COP_1_BIT | SR_EXL | SR_INT_ENAB | SR_KSU_MASK)
212 and t0, a1, ~(SR_COP_1_BIT | SR_EXL | SR_INT_ENAB | SR_KSU_MASK)
254 ori t0, SR_EXL # restoring to user mode.
288 and t0, a1, ~(SR_COP_1_BIT | SR_EXL | SR_INT_ENAB | SR_KSU_MASK)
322 and t0, a1, ~(SR_COP_1_BIT | SR_EXL | SR_INT_ENAB | SR_KSU_MASK)
354 ori t0, SR_EXL # restoring to user mode.
H A Dmips64_machdep.c133 register_t protosr = SR_FR_32 | SR_XX | SR_UX | SR_KSU_USER | SR_EXL |
H A Dcontext.S300 ori t0, SR_EXL # restoring to user mode.
/openbsd/sys/arch/mips64/include/
H A Dmips_cpu.h72 #define SR_EXL 0x00000002 macro
/openbsd/sys/arch/octeon/octeon/
H A Dlocore.S69 li v1, ~(SR_INT_ENAB | SR_ERL | SR_EXL)