Searched refs:spl2 (Results 1 – 8 of 8) sorted by relevance
45 #define spl2() splbio() macro
124 #define spl2() _spl(PSL_S|PSL_IPL2) macro
133 int spl2(void);
704 ENTRY(spl2)
176 # define splscon spl2 XXX not used
1090 int spl1, spl2; in atastart() local1093 spl2 = splbio(); in atastart()1094 if (spl2 != spl1) { in atastart()1098 splx(spl2); in atastart()
276 int s = spl2(); in pccard_kthread()
778 spl2(); /* Give serial a chance... */ in esp_quick_dma_go()