Home
last modified time | relevance | path

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

/openbsd/sys/arch/mips64/mips64/
H A Dinterrupt.c206 pcb->pcb_context.val[11] = (pcb->pcb_regs.sr & ~SR_INT_MASK) | in splinit()
207 (idle_mask & SR_INT_MASK); in splinit()
H A Dvm_machdep.c118 pcb->pcb_context.val[11] = (pcb->pcb_regs.sr & ~SR_INT_MASK) | in cpu_fork()
119 (idle_mask & SR_INT_MASK); in cpu_fork()
H A Dcp0access.S128 LI v1, ~SR_INT_MASK
130 and v0, a0, SR_INT_MASK
H A Dmips64_machdep.c150 tf->sr = protosr | (idle_mask & SR_INT_MASK); in setregs()
/openbsd/sys/arch/mips64/include/
H A Dmips_cpu.h88 #define SR_INT_MASK 0x0000ff00 macro