HomeSort by: relevance | last modified time | path
    Searched refs:MIPS_SR_EXL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/mips/
mipsX_subr.S 154 li reg, MIPS_SR_EXL; mtc0 reg, MIPS_COP_0_STATUS
159 li reg, MIPS_SR_EXL | MIPS_SR_KX; mtc0 reg, MIPS_COP_0_STATUS
814 or v1, MIPS_SR_EXL # or in EXL bit
1032 li v0, ~(MIPS_SR_EXL|MIPS3_SR_NMI)
1177 and v0, v1, MIPS_SR_EXL # grab exception level bit
1251 or v0, MIPS_SR_EXL # set exception mode
1422 and t0, a0, MIPS_SR_EXL|MIPS_SR_KSU_MASK # bits to clear
1428 lui t0, %hi(~(MIPS_SR_COP_1_BIT|MIPS_SR_EXL|MIPS_SR_KSU_MASK))
1429 addiu t0, %lo(~(MIPS_SR_COP_1_BIT|MIPS_SR_EXL|MIPS_SR_KSU_MASK))
1543 and v0, v1, MIPS_SR_EXL|MIPS_SR_KSU_MASK # bits to clea
    [all...]
  /src/sys/arch/mips/include/
cpuregs.h 315 #define MIPS_SR_EXL MIPS3_SR_EXL

Completed in 15 milliseconds