Home
last modified time | relevance | path

Searched refs:spl7 (Results 1 – 14 of 14) sorted by relevance

/original-bsd/sys/luna68k/include/
H A Dparam.h139 #define spl7() _spl(PSL_S|PSL_IPL7) macro
149 #define splhigh() spl7()
150 #define splsched() spl7()
/original-bsd/sys/hp300/include/
H A Dparam.h139 #define spl7() _spl(PSL_S|PSL_IPL7) macro
149 #define splhigh() spl7()
150 #define splsched() spl7()
/original-bsd/sys/news3400/hbdev/
H A Dscsic.h27 #define splhi spl7 /* IPL 7 Be careful to use this.*/
/original-bsd/sys/tahoe/vba/
H A Dhd.c279 s = spl7();
358 int s = spl7();
488 q: s = spl7();
604 s = spl7();
773 s = spl7(); in hdcwatch()
H A Dvd.c155 s = spl7();
325 s = spl7();
403 int s = spl7();
565 s = spl7();
782 s = spl7(); in vdlock()
1104 s = spl7(); in vdwatch()
/original-bsd/sys/vax/datakit/
H A Dkmc.c112 s = spl7();
306 spl7();
499 s = spl7(); in kmcreset()
/original-bsd/sys/news3400/if/
H A Dif_lance.c489 s = spl7();
501 s = spl7();
/original-bsd/sys/vax/vax/
H A DLocore.c334 spl7() { return (0); } in spl7() function
H A Dtu.c48 #define spltu() ((cpu == VAX_750) ? spl7() : spl4())
/original-bsd/sys/deprecated/bbnnet/
H A Dicmp.c88 int s = spl7(); /* berkeley had spl6() */ in iptime()
/original-bsd/sys/vax/uba/
H A Duba.c32 #define spluba spl7 /* IPL 17 */
H A Dnp.c1497 s = spl7();
1535 s = spl7();
/original-bsd/sys/news3400/fb/
H A Dfb_start.c222 register int s = spl7();
266 s = spl7();
475 s = spl7();
523 s = spl7();
/original-bsd/sys/luna68k/stand/
H A Dlocore.s697 ENTRY(spl7)