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

/macosx-10.5.8/xnu-1228.15.4/bsd/machine/
H A Dspl.h40 extern unsigned int splhigh(void);
56 #define splstatclock() splhigh()
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dspl.c40 splhigh( function
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dspl.h35 #define splhigh() (spl_t) ml_set_interrupts_enabled(FALSE) macro
H A Dspl.c38 splhigh( function
H A Dxpr.c105 s = splhigh();
224 xpr_dump_spl = splhigh();
270 s = splhigh();
H A Ddebug.c215 s = splhigh();
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dconsole_feed.c55 /* console feed lock should be taken at splhigh */
75 s = splhigh();
89 s = splhigh();
120 s = splhigh();
153 s = splhigh();
196 s = splhigh();
222 * under interrupt (even splhigh)
241 s = splhigh();
H A Dmappings.c806 s = splhigh(); /* Don't bother from now on */
844 s = splhigh(); /* Don't bother from now on */
936 s = splhigh(); /* Don't bother from now on */
1036 s = splhigh(); /* Don't bother from now on */
1226 s = splhigh(); /* Don't bother from now on */
1314 s = splhigh(); /* Don't bother from now on */
1367 s = splhigh(); /* Don't bother from now on */
1417 s = splhigh(); /* Don't bother from now on */
1509 s = splhigh(); /* Make sure interruptions are disabled */
1630 s = splhigh(); /* Do
[all...]
H A Dserial_io.c284 s = splhigh();
319 * must be splhigh since it may be called from another routine under spl
328 spl_t s = splhigh();
416 * use splhigh since we might be doing a printf in high spl'd code
431 s = splhigh();
501 s = splhigh();
H A Dpmap.c683 s = splhigh();
700 s = splhigh();
794 s = splhigh();
1217 spl = splhigh(); /* We can't allow any loss of control here */
1257 spl = splhigh(); /* We can't allow any loss of control here */
1345 s = splhigh(); /* No interruptions here */
1364 s = splhigh(); /* No interruptions here */
1720 s = splhigh(); /* Make sure interruptions are disabled */
H A Dmodel_dep.c586 spl = splhigh(); /* No interruptions from here on */
H A Dvmachmon.c908 s = splhigh(); /* Make sure interrupts are off */
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_spl.c36 spl_t splhigh() { return PE_set_spl(8); } function
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h610 spl = splhigh(); \
619 spl = splhigh(); \
640 spl = splhigh(); \
656 spl = splhigh(); \
688 spl = splhigh(); \
723 int s = splhigh(); \
735 int s = splhigh(); \
H A Dpmap.c928 spl = splhigh();
981 s = splhigh();
1034 s = splhigh();
1184 s = splhigh();
1234 s = splhigh();
1644 s = splhigh();
1674 s = splhigh();
1683 s = splhigh();
3077 spl = splhigh();
3164 spl = splhigh();
[all...]
H A Ddb_interface.c254 s = splhigh();
406 s = splhigh();
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/ppc/
H A Dserial_console.c137 s=splhigh();
170 s=splhigh(); /* Don't bother me */
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkext_net.c73 s = splhigh();
109 s = splhigh();
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dvideo_console.c370 s = splhigh( );
435 s = splhigh( );
1243 s = splhigh();
1603 s = splhigh();
1638 s = splhigh();
2133 s = splhigh();
2177 s = splhigh();
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c308 return splhigh();
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c455 return (splhigh());

Completed in 166 milliseconds