Searched refs:MIPS_SR_COP_USABILITY (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/mips/include/
H A Dcpuregs.h275 * MIPS_SR_COP_USABILITY Control the usability of the four coprocessors.
286 #define MIPS_SR_COP_USABILITY 0xf0000000 macro
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S402 and a0, a0, (MIPS_SR_INT_MASK|MIPS_SR_COP_USABILITY)
404 and a1, a1, ~(MIPS_SR_INT_MASK|MIPS_SR_COP_USABILITY)
657 and a0, a0, (MIPS_SR_INT_MASK|MIPS_SR_COP_USABILITY)
659 and a1, a1, ~(MIPS_SR_INT_MASK|MIPS_SR_COP_USABILITY)

Completed in 389 milliseconds