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

123456

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dspl.c29 #include <machine/spl.h>
/macosx-10.5.8/xnu-1228.15.4/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 Dast.c79 #include <kern/spl.h>
H A Dast.h71 #include <kern/spl.h>
/macosx-10.5.8/xnu-1228.15.4/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>
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h597 #include <kern/spl.h>
608 spl_t spl; \
610 spl = splhigh(); \
613 splx(spl); \
617 spl_t spl; \
619 spl = splhigh(); \
621 splx(spl); \
638 spl_t spl; \
640 spl = splhigh(); \
642 splx(spl); \
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/machine/
H A DMakefile21 signal.h spl.h types.h \
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dserial_general.c37 #include <kern/spl.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmodel_dep.c104 #include <kern/spl.h>
584 spl_t spl; local
586 spl = splhigh(); /* No interruptions from here on */
596 splx(spl);
602 splx(spl);
652 splx(spl);
659 splx(spl);

Completed in 81 milliseconds

123456