/src/sys/rump/librump/rumpkern/arch/x86/ |
rump_x86_spl.c | 41 spllower(int s) function in typeref:typename:void
|
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
|
intr.c | 57 spllower(int x) function in typeref:typename:void
|
/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)
|
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...] |
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...] |
/src/sys/rump/include/machine/ |
intr.h | 48 #define spllower(x) ((void)x) macro
|
intr.h | 48 #define spllower(x) ((void)x) macro
|
/src/sys/arch/alpha/alpha/ |
interrupt.c | 570 * spllower: 576 spllower(int const ipl) function in typeref:typename:void
|
interrupt.c | 570 * spllower: 576 spllower(int const ipl) function in typeref:typename:void
|
/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)
|
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/arch/hppa/hppa/ |
locore.S | 684 * int spllower(int ncpl); 686 ENTRY(spllower,HPPA_FRAME_SIZE) function 746 EXIT(spllower)
|
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
|
intr.c | 691 spllower(int ncpl) function in typeref:typename:int
|