Home
last modified time | relevance | path

Searched refs:getsr (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/arch/m68k/include/
Dpsl.h82 getsr(void) in getsr() function
/netbsd/src/sys/arch/sun3/sun3/
Dclock.c217 if ((getsr() & PSL_IPL) < PSL_IPL7) in set_clk_mode()
Dpmap.c254 if ((getsr() & PSL_IPL) < PSL_IPL4) \
/netbsd/src/sys/arch/sun2/sun2/
Dclock.c230 if ((getsr() & PSL_IPL) < PSL_IPL7) in set_clk_mode()
Dpmap.c247 if ((getsr() & PSL_IPL) < PSL_IPL4) \
/netbsd/src/sys/arch/sun3/sun3x/
Dclock.c325 if ((getsr() & PSL_IPL) < PSL_IPL7) in set_clk_mode()
/netbsd/src/sys/arch/m68k/m68k/
Dm68k_intr.c424 const int ipl = (getsr() >> 8) & 7; in m68k_intr_vectored()