Searched refs:MIPS_COP_0_STATUS (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | octeon_cop2_swtch.S | 47 mfc0 t2, MIPS_COP_0_STATUS 50 mtc0 t0, MIPS_COP_0_STATUS 124 mtc0 t2, MIPS_COP_0_STATUS 142 mtc0 t2, MIPS_COP_0_STATUS 149 mfc0 t2, MIPS_COP_0_STATUS 152 mtc0 t0, MIPS_COP_0_STATUS 225 mtc0 t2, MIPS_COP_0_STATUS 243 mtc0 t2, MIPS_COP_0_STATUS
|
| H A D | mpboot.S | 42 mfc0 a0, MIPS_COP_0_STATUS ;\ 47 mtc0 a0, MIPS_COP_0_STATUS 51 mtc0 a0, MIPS_COP_0_STATUS 54 mtc0 zero, MIPS_COP_0_STATUS
|
| H A D | swtch.S | 81 mfc0 v0, MIPS_COP_0_STATUS 83 mtc0 v0, MIPS_COP_0_STATUS # disable interrupts 133 mfc0 k1, MIPS_COP_0_STATUS 136 mtc0 k0, MIPS_COP_0_STATUS # switch to user mode (when eret...) 155 mfc0 v0, MIPS_COP_0_STATUS 178 mfc0 t0, MIPS_COP_0_STATUS # t0 = saved status register 182 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts 198 mfc0 t0, MIPS_COP_0_STATUS # t0 = saved status register 202 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts
|
| H A D | exception.S | 206 mfc0 k0, MIPS_COP_0_STATUS 362 mtc0 k0, MIPS_COP_0_STATUS 395 mfc0 a0, MIPS_COP_0_STATUS 483 mtc0 t0, MIPS_COP_0_STATUS 515 mfc0 a0, MIPS_COP_0_STATUS 573 mfc0 t0, MIPS_COP_0_STATUS 575 mtc0 t1, MIPS_COP_0_STATUS 580 mfc0 t0, MIPS_COP_0_STATUS 584 mtc0 t1, MIPS_COP_0_STATUS 654 mfc0 a0, MIPS_COP_0_STATUS [all …]
|
| H A D | locore.S | 132 mfc0 t2, MIPS_COP_0_STATUS 135 mtc0 t2, MIPS_COP_0_STATUS
|
| H A D | support.S | 841 mfc0 v0, MIPS_COP_0_STATUS # Later the "real" spl value! 871 mtc0 v0, MIPS_COP_0_STATUS # Later the "real" spl value!
|
| /f-stack/freebsd/mips/include/ |
| H A D | pcb.h | 72 mfc0 t0, MIPS_COP_0_STATUS ;\ 75 mtc0 t0, MIPS_COP_0_STATUS ;\ 83 mfc0 t0, MIPS_COP_0_STATUS ;\ 85 mtc0 t0, MIPS_COP_0_STATUS ;\
|
| H A D | cpufunc.h | 271 MIPS_RW32_COP0(status, MIPS_COP_0_STATUS);
|
| H A D | cpuregs.h | 432 #define MIPS_COP_0_STATUS _(12) macro
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | mpreset.S | 85 mfc0 t0, MIPS_COP_0_STATUS 137 mfc0 t1, MIPS_COP_0_STATUS 195 mfc0 t1, MIPS_COP_0_STATUS
|