Home
last modified time | relevance | path

Searched refs:oldspl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/mips/mips/
H A Dlock_stubs_llsc.S264 sltu v1, ta2, ta1 # v1 = cpl < oldspl
323 sltu v1, a1, a0 # v1 = cpl < oldspl
330 beq a0, a1, 1f # if oldspl == cpl
H A Dlock_stubs_ras.S427 * and overwrite the oldspl value with a bogus value.
450 sltu v1, a1, a0 # v1 = cpl < oldspl
457 beq a0, a1, 1f # if oldspl == cpl
/netbsd-src/sys/dev/wscons/
H A Dwsmouse.c575 int oldspl; in wsmouse_repeat() local
580 oldspl = spltty(); in wsmouse_repeat()
587 splx(oldspl); in wsmouse_repeat()
619 splx(oldspl); in wsmouse_repeat()
/netbsd-src/sys/kern/
H A Dkern_synch.c614 int oldspl; in mi_switch() local
766 oldspl = MUTEX_SPIN_OLDSPL(ci); in mi_switch()
864 splx(oldspl); in mi_switch()