Home
last modified time | relevance | path

Searched refs:MIPS_SR_INT_IE (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpufunc.h332 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 Dpcb.h73 and a0, t0, MIPS_SR_INT_IE ;\
H A Dcpuregs.h220 #define MIPS_SR_INT_IE 0x00000001 macro
/f-stack/freebsd/mips/mips/
H A Dlocore.S101 … 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 Dswtch.S82 and v0, ~(MIPS_SR_INT_IE)
181 and a3, t0, ~(MIPS_SR_INT_IE)
201 and a3, t0, ~(MIPS_SR_INT_IE)
H A Docteon_cop2_swtch.S49 and t0, t0, ~MIPS_SR_INT_IE
151 and t0, t0, ~MIPS_SR_INT_IE
H A Dmpboot.S45 li a2, ~(MIPS_SR_INT_IE | MIPS_SR_EXL | MIPS_SR_KSU_USER | MIPS_SR_BEV) ; \
H A Dvm_machdep.c145 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 Dexception.S239 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 Dmachdep.c545 KASSERT((mips_rd_status() & MIPS_SR_INT_IE) != 0, in cpu_idle()
H A Dpm_machdep.c440 td->td_frame->sr = MIPS_SR_KSU_USER | MIPS_SR_EXL | MIPS_SR_INT_IE | in exec_setregs()
H A Dtrap.c551 if (trapframe->sr & MIPS_SR_INT_IE) { in trap()
/f-stack/freebsd/mips/nlm/hal/
H A Dhaldefs.h55 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 Dxlp_machdep.c652 KASSERT((stat & MIPS_SR_INT_IE) == 0, in platform_init_ap()