Home
last modified time | relevance | path

Searched defs:spl2 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/amigappc/include/
H A Dintr.h45 #define spl2() splbio() macro
/netbsd-src/sys/arch/m68k/include/
H A Dpsl.h124 #define spl2() _spl(PSL_S|PSL_IPL2) macro
/netbsd-src/sys/dev/ata/
H A Data.c1090 int spl1, spl2; in atastart() local