HomeSort by: relevance | last modified time | path
    Searched defs:spl1 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amigappc/include/
intr.h 44 #define spl1() splbio() macro
  /src/sys/arch/luna68k/stand/boot/
locore.S 91 #define SPL1 0x2100 /* PSL_S | PSL_IPL1 */
606 movw #SPL1,%sr | prevent others from servicing int
697 ENTRY(spl1) function
700 movw #SPL1,%sr
  /src/sys/arch/m68k/include/
psl.h 123 #define spl1() _spl(PSL_S|PSL_IPL1) macro
  /src/sys/dev/ata/
ata.c 1090 int spl1, spl2; local in function:atastart
1092 spl1 = splbio();
1094 if (spl2 != spl1) {
1099 splx(spl1);

Completed in 78 milliseconds