HomeSort by: relevance | last modified time | path
    Searched refs:splhigh (Results 1 - 25 of 558) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/mac68k/dev/
ncr5380var.h 40 s = splhigh();
50 s = splhigh();
60 s = splhigh();
70 s = splhigh();
  /src/sys/arch/vax/include/
profile.h 49 * Note that we assume splhigh() and splx() cannot call mcount()
52 #define MCOUNT_ENTER s = splhigh()
  /src/sys/arch/sh3/include/
profile.h 70 #define MCOUNT_ENTER s = splhigh()
  /src/sys/arch/amiga/include/
intr.h 92 #define splhigh() spl7() macro
95 #define splhigh() splraise4() macro
104 #define splhigh() _spllkm7() macro
  /src/sys/arch/amigappc/include/
intr.h 50 #define spl7() splhigh()
  /src/sys/arch/dreamcast/dreamcast/
autoconf.c 41 splhigh();
  /src/sys/arch/evbsh3/evbsh3/
autoconf.c 44 splhigh();
  /src/sys/arch/atari/dev/
ym2149reg.h 105 int _os = splhigh(); \
118 int _s = splhigh(); \
126 int _s = splhigh(); \
134 int _s = splhigh(); \
142 int _s = splhigh(); \
150 int _s = splhigh(); \
  /src/sys/arch/arm/arm32/
arm32_reboot.c 194 int s = splhigh();
205 splhigh();
  /src/sys/arch/sun3/sun3/
enable.c 52 s = splhigh();
69 s = splhigh();
  /src/sys/arch/sun3/sun3x/
enable.c 66 s = splhigh();
84 s = splhigh();
  /src/sys/arch/evbmips/mipssim/
autoconf.c 51 (void)splhigh();
  /src/sys/arch/evbmips/sbmips/
autoconf.c 49 (void)splhigh();
  /src/sys/arch/luna68k/luna68k/
clock.c 80 s = splhigh();
  /src/sys/arch/sbmips/sbmips/
autoconf.c 49 (void)splhigh();
  /src/sys/dev/onewire/
onewire_bitbang.c 83 s = splhigh();
111 s = splhigh();
142 s = splhigh();
167 s = splhigh();
  /src/sys/arch/hpcsh/dev/hd6446x/
hd6446xintc.c 64 s = splhigh();
87 s = splhigh();
104 s = splhigh();
  /src/sys/arch/evbmips/atheros/
autoconf.c 54 (void)splhigh();
  /src/sys/arch/sparc/include/
profile.h 90 * SPARC, we just splhigh/splx as those do not recursively invoke mcount.
92 #define MCOUNT_ENTER s = splhigh()
  /src/sys/rump/include/machine/
intr.h 53 #define splhigh() 0 macro
  /src/sys/arch/riscv/riscv/
autoconf.c 52 (void)splhigh();
  /src/sys/arch/hpcmips/hpcmips/
hpcapm_machdep.c 83 splhigh();
115 splhigh();
  /src/sys/arch/luna68k/dev/
siovar.h 86 s = splhigh();
100 s = splhigh();
  /src/sys/arch/mips/mips/
spl_stubs.c 43 int splhigh(void) __section(".stub");
61 splhigh(void) function in typeref:typename:int
  /src/sys/arch/sandpoint/isa/
isaclock.c 154 s = splhigh(); /* FIXME */
181 s = splhigh(); /* FIXME */

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>