HomeSort by: relevance | last modified time | path
    Searched refs:spllower (Results 1 - 17 of 17) sorted by relevancy

  /src/share/man/man9/man9.i386/
Makefile 7 MLINKS+=splraise.9 spllower.9
  /src/sys/arch/usermode/include/
intr.h 38 void spllower(int);
40 #define spl0() spllower(IPL_NONE)
41 #define splx(x) spllower(x)
  /src/sys/rump/librump/rumpkern/arch/x86/
rump_x86_spl.c 41 spllower(int s) function in typeref:typename:void
  /src/sys/arch/usermode/usermode/
intr.c 57 spllower(int x) function in typeref:typename:void
  /src/sys/arch/hppa/include/
intr.h 156 /* splraise()/spllower() are in locore.S */
158 void spllower(int);
163 #define spl0() spllower(0)
164 #define splx(x) spllower(x)
  /src/sys/arch/ia64/include/
intr.h 11 static __inline void spllower(int dummy) { } function in typeref:typename:void
18 #define spl0() spllower(IPL_NONE)
21 #define splx(x) spllower(x)
  /src/sys/rump/include/machine/
intr.h 48 #define spllower(x) ((void)x) macro
  /src/sys/arch/powerpc/include/
intr.h 73 int spllower(int);
121 #define spl0() spllower(0)
  /src/sys/arch/x86/include/
intr.h 94 void *is_recurse; /* entry for spllower */
155 void spllower(int);
170 #define spl0() spllower(IPL_NONE)
171 #define splx(x) spllower(x)
  /src/sys/arch/alpha/include/
intr.h 151 void spllower(int);
153 #define splx(s) spllower(s)
154 #define spl0() spllower(ALPHA_PSL_IPL_0)
  /src/sys/arch/amd64/amd64/
spl.S 270 * void spllower(int s);
272 ENTRY(spllower) function
298 END(spllower)
317 IDTVEC(spllower)
340 IDTVEC_END(spllower)
  /src/sys/arch/i386/i386/
spl.S 72 * void spllower(int s);
74 * spllower() for i486 and Pentium. Must be the same size as cx8_spllower(),
78 ENTRY(spllower) function
108 END(spllower)
110 STRONG_ALIAS(spllower, cx8_spllower)
116 * spllower() optimized for Pentium Pro and later, which have long pipelines
118 * spllower(), ie 96 bytes. Does not need to restore eflags/IE as is patched
188 IDTVEC(spllower)
262 1: .asciz "SPLLOWER: INTERRUPT ENABLED"
264 IDTVEC_END(spllower)
    [all...]
i386_trap.S 501 call _C_LABEL(spllower)
locore.S 1818 call _C_LABEL(spllower)
  /src/sys/arch/alpha/alpha/
interrupt.c 570 * spllower:
576 spllower(int const ipl) function in typeref:typename:void
  /src/sys/arch/hppa/hppa/
locore.S 684 * int spllower(int ncpl);
686 ENTRY(spllower,HPPA_FRAME_SIZE) function
746 EXIT(spllower)
  /src/sys/arch/powerpc/pic/
intr.c 691 spllower(int ncpl) function in typeref:typename:int

Completed in 22 milliseconds