Searched refs:MIPS_SR_COP_1_BIT (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | locore.S | 119 li t1, MIPS_SR_COP_1_BIT
|
| H A D | exception.S | 476 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 D | trap.c | 975 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 D | beri_mp.c | 230 status |= (MIPS_SR_COP_0_BIT | MIPS_SR_COP_1_BIT); in platform_init_ap()
|
| /f-stack/freebsd/mips/include/ |
| H A D | cpuregs.h | 209 #define MIPS_SR_COP_1_BIT 0x20000000 macro
|