Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dlocore.S119 li t1, MIPS_SR_COP_1_BIT
H A Dexception.S476 and t0, a0, ~(MIPS_SR_COP_1_BIT | MIPS_SR_EXL | MIPS_SR_KSU_MASK | MIPS_SR_INT_IE)
743 and t0, a0, ~(MIPS_SR_COP_1_BIT | MIPS_SR_EXL | MIPS_SR_INT_IE | MIPS_SR_KSU_MASK)
1108 or t1, t0, MIPS_SR_COP_1_BIT | MIPS_SR_FR
1110 or t1, t0, MIPS_SR_COP_1_BIT
1195 and t0, t0, ~MIPS_SR_COP_1_BIT
H A Dtrap.c975 td->td_frame->sr |= MIPS_SR_COP_1_BIT | MIPS_SR_FR; in trap()
977 td->td_frame->sr |= MIPS_SR_COP_1_BIT; in trap()
/f-stack/freebsd/mips/beri/
H A Dberi_mp.c230 status |= (MIPS_SR_COP_0_BIT | MIPS_SR_COP_1_BIT); in platform_init_ap()
/f-stack/freebsd/mips/include/
H A Dcpuregs.h209 #define MIPS_SR_COP_1_BIT 0x20000000 macro