Searched refs:MIPS_SR_INT_IE (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/mips/include/ |
| H A D | cpufunc.h | 332 mips_wr_status(s & ~MIPS_SR_INT_IE); in intr_disable() 334 return (s & MIPS_SR_INT_IE); in intr_disable() 343 mips_wr_status(s | MIPS_SR_INT_IE); in intr_enable() 351 if (ie == MIPS_SR_INT_IE) { in intr_restore()
|
| H A D | pcb.h | 73 and a0, t0, MIPS_SR_INT_IE ;\
|
| H A D | cpuregs.h | 220 #define MIPS_SR_INT_IE 0x00000001 macro
|
| /f-stack/freebsd/mips/mips/ |
| H A D | locore.S | 101 … li t0, ~(MIPS_SR_DE | MIPS_SR_SR | MIPS_SR_ERL | MIPS_SR_EXL | MIPS_SR_INT_IE | MIPS_SR_COP_2_BIT) 107 li t0, ~(MIPS_SR_BEV | MIPS_SR_SR | MIPS_SR_INT_IE)
|
| H A D | swtch.S | 82 and v0, ~(MIPS_SR_INT_IE) 181 and a3, t0, ~(MIPS_SR_INT_IE) 201 and a3, t0, ~(MIPS_SR_INT_IE)
|
| H A D | octeon_cop2_swtch.S | 49 and t0, t0, ~MIPS_SR_INT_IE 151 and t0, t0, ~MIPS_SR_INT_IE
|
| H A D | mpboot.S | 45 li a2, ~(MIPS_SR_INT_IE | MIPS_SR_EXL | MIPS_SR_KSU_USER | MIPS_SR_BEV) ; \
|
| H A D | vm_machdep.c | 145 td2->td_md.md_saved_intr = MIPS_SR_INT_IE; in cpu_fork() 399 td->td_md.md_saved_intr = MIPS_SR_INT_IE; in cpu_copy_thread() 404 (MIPS_SR_INT_IE | MIPS_HARD_INT_MASK)); in cpu_copy_thread()
|
| H A D | exception.S | 239 li a2, ~(MIPS_SR_INT_IE | MIPS_SR_EXL | MIPS_SR_KSU_USER) ; \ 248 li a2, ~(MIPS_SR_INT_IE | MIPS_SR_EXL | MIPS_SR_KSU_USER) ; \ 255 li a2, ~(MIPS_SR_INT_IE | MIPS_SR_EXL | MIPS_SR_KSU_USER) ; \ 476 and t0, a0, ~(MIPS_SR_COP_1_BIT | MIPS_SR_EXL | MIPS_SR_KSU_MASK | MIPS_SR_INT_IE) 574 xori t1, t0, MIPS_SR_INT_IE 581 ori t1, t0, MIPS_SR_INT_IE 743 and t0, a0, ~(MIPS_SR_COP_1_BIT | MIPS_SR_EXL | MIPS_SR_INT_IE | MIPS_SR_KSU_MASK) 772 or a0, a0, MIPS_SR_INT_IE
|
| H A D | machdep.c | 545 KASSERT((mips_rd_status() & MIPS_SR_INT_IE) != 0, in cpu_idle()
|
| H A D | pm_machdep.c | 440 td->td_frame->sr = MIPS_SR_KSU_USER | MIPS_SR_EXL | MIPS_SR_INT_IE | in exec_setregs()
|
| H A D | trap.c | 551 if (trapframe->sr & MIPS_SR_INT_IE) { in trap()
|
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | haldefs.h | 55 mips_wr_status((sr & ~MIPS_SR_INT_IE) | MIPS_SR_KX); in nlm_save_flags_kx() 63 mips_wr_status((sr & ~MIPS_SR_INT_IE) | MIPS_SR_COP_2_BIT); in nlm_save_flags_cop2()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_machdep.c | 652 KASSERT((stat & MIPS_SR_INT_IE) == 0, in platform_init_ap()
|