Searched refs:SR_EXL (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/arch/mips64/mips64/ |
H A D | exception.S | 183 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 D | mips64_machdep.c | 133 register_t protosr = SR_FR_32 | SR_XX | SR_UX | SR_KSU_USER | SR_EXL |
|
H A D | context.S | 300 ori t0, SR_EXL # restoring to user mode.
|
/openbsd/sys/arch/mips64/include/ |
H A D | mips_cpu.h | 72 #define SR_EXL 0x00000002 macro
|
/openbsd/sys/arch/octeon/octeon/ |
H A D | locore.S | 69 li v1, ~(SR_INT_ENAB | SR_ERL | SR_EXL)
|