Searched refs:spl (Results 1 - 25 of 129) sorted by relevance

123456

/darwin-on-arm/xnu/bsd/kern/
H A Dspl.c29 #include <machine/spl.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_sync.h37 #include <kern/spl.h>
H A Dspl.c30 #include <kern/spl.h>
34 * spl routines
H A Dtask_swap.c39 #include <kern/spl.h>
H A Dxpr.c63 #include <kern/spl.h>
H A Dast.h71 #include <kern/spl.h>
/darwin-on-arm/xnu/osfmk/arm64/
H A Dpmap.c116 #define SPLVM(spl) { \
117 spl = splhigh(); \
120 #define SPLX(spl) { \
121 splx(spl); \
129 #define PMAP_READ_LOCK(pmap, spl) { \
130 SPLVM(spl); \
135 #define PMAP_WRITE_LOCK(spl) { \
136 SPLVM(spl); \
140 #define PMAP_READ_UNLOCK(pmap, spl) { \
143 SPLX(spl); \
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_InitGlobals.c38 #include <machine/spl.h>
H A Daurp_gdata.c42 #include <machine/spl.h>
H A Dadsp_CLListen.c37 #include <machine/spl.h>
H A Dadsp_NewCID.c38 #include <machine/spl.h>
H A Dadsp_misc.c31 #include <machine/spl.h>
H A Daurp_cfg.c43 #include <machine/spl.h>
H A Dadsp_CLDeny.c38 #include <machine/spl.h>
H A Dadsp_Init.c42 #include <machine/spl.h>
H A Dadsp_Options.c38 #include <machine/spl.h>
H A Dadsp_Status.c39 #include <machine/spl.h>
H A Dadsp_TimerElem.c39 #include <machine/spl.h>
H A Dadsp_attention.c43 #include <machine/spl.h>
H A Daurp_rd.c42 #include <machine/spl.h>
H A Dddp_aep.c39 #include <machine/spl.h>
H A Daurp_tickle.c42 #include <machine/spl.h>
/darwin-on-arm/xnu/bsd/machine/
H A DMakefile21 signal.h spl.h types.h \
/darwin-on-arm/xnu/osfmk/console/
H A Dserial_general.c36 #include <kern/spl.h>
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.h719 #include <kern/spl.h>
743 spl_t spl; \
750 spl = splhigh(); \
764 splx(spl); \
792 spl_t spl; \
794 spl = splhigh(); \
798 splx(spl); \
803 spl_t spl; \
805 spl = splhigh(); \
809 splx(spl); \
[all...]

Completed in 50 milliseconds

123456