Searched refs:splhigh (Results 1 - 25 of 558) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/vax/include/
H A Dprofile.h49 * Note that we assume splhigh() and splx() cannot call mcount()
52 #define MCOUNT_ENTER s = splhigh()
/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380var.h40 s = splhigh();
50 s = splhigh();
60 s = splhigh();
70 s = splhigh();
/netbsd-current/sys/arch/sh3/include/
H A Dprofile.h70 #define MCOUNT_ENTER s = splhigh()
/netbsd-current/sys/arch/amiga/include/
H A Dintr.h92 #define splhigh() spl7() macro
95 #define splhigh() splraise4() macro
104 #define splhigh() _spllkm7() macro
/netbsd-current/sys/arch/dreamcast/dreamcast/
H A Dautoconf.c41 splhigh();
/netbsd-current/sys/arch/evbsh3/evbsh3/
H A Dautoconf.c44 splhigh();
/netbsd-current/sys/arch/amigappc/include/
H A Dintr.h50 #define spl7() splhigh()
/netbsd-current/sys/arch/atari/dev/
H A Dym2149reg.h105 int _os = splhigh(); \
118 int _s = splhigh(); \
126 int _s = splhigh(); \
134 int _s = splhigh(); \
142 int _s = splhigh(); \
150 int _s = splhigh(); \
/netbsd-current/sys/arch/sun3/sun3/
H A Denable.c52 s = splhigh();
69 s = splhigh();
/netbsd-current/sys/arch/sun3/sun3x/
H A Denable.c66 s = splhigh();
84 s = splhigh();
/netbsd-current/sys/arch/arm/arm32/
H A Darm32_reboot.c194 int s = splhigh();
205 splhigh();
/netbsd-current/sys/arch/sbmips/sbmips/
H A Dautoconf.c49 (void)splhigh();
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dclock.c80 s = splhigh();
/netbsd-current/sys/arch/evbmips/sbmips/
H A Dautoconf.c49 (void)splhigh();
/netbsd-current/sys/dev/onewire/
H A Donewire_bitbang.c83 s = splhigh();
111 s = splhigh();
142 s = splhigh();
167 s = splhigh();
/netbsd-current/sys/arch/evbmips/mipssim/
H A Dautoconf.c51 (void)splhigh();
/netbsd-current/sys/arch/hpcsh/dev/hd6446x/
H A Dhd6446xintc.c64 s = splhigh();
87 s = splhigh();
104 s = splhigh();
/netbsd-current/sys/arch/evbmips/atheros/
H A Dautoconf.c54 (void)splhigh();
/netbsd-current/sys/arch/sparc/include/
H A Dprofile.h90 * SPARC, we just splhigh/splx as those do not recursively invoke mcount.
92 #define MCOUNT_ENTER s = splhigh()
/netbsd-current/sys/rump/include/machine/
H A Dintr.h53 #define splhigh() 0 macro
/netbsd-current/sys/arch/riscv/riscv/
H A Dautoconf.c52 (void) splhigh();
/netbsd-current/sys/arch/sandpoint/isa/
H A Disaclock.c154 s = splhigh(); /* FIXME */
181 s = splhigh(); /* FIXME */
/netbsd-current/sys/arch/mips/mips/
H A Dspl_stubs.c43 int splhigh(void) __section(".stub");
61 splhigh(void) function
/netbsd-current/sys/arch/ia64/include/
H A Dintr.h17 #define splhigh() splraise(IPL_HIGH) macro
20 #define spllock() splhigh()
/netbsd-current/sys/dev/ofw/
H A Dopenfirmio.c136 s = splhigh();
147 s = splhigh();
167 s = splhigh();
183 s = splhigh();
201 s = splhigh();
227 s = splhigh();
250 s = splhigh();
261 s = splhigh();

Completed in 310 milliseconds

1234567891011>>