Home
last modified time | relevance | path

Searched defs:spl1 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/amigappc/include/
H A Dintr.h44 #define spl1() splbio() macro
/netbsd-src/sys/arch/m68k/include/
H A Dpsl.h123 #define spl1() _spl(PSL_S|PSL_IPL1) macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d2808 auto spl1 = spl0.save; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d3040 auto spl1 = spl0.save; variable
/netbsd-src/sys/dev/ata/
H A Data.c1090 int spl1, spl2; in atastart() local