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

/darwin-on-arm/xnu/bsd/machine/
H A Dspl.h41 extern unsigned int splhigh(void);
57 #define splstatclock() splhigh()
/darwin-on-arm/xnu/osfmk/machine/
H A Dspl.h41 extern unsigned int splhigh(void);
57 #define splstatclock() splhigh()
/darwin-on-arm/xnu/bsd/kern/
H A Dspl.c40 splhigh( function
/darwin-on-arm/xnu/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.c104 s = splhigh();
H A Ddebug.c241 s = splhigh();
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c539 s = splhigh();
589 s = splhigh();
717 s = splhigh();
1109 spl = splhigh();
1376 s = splhigh();
1406 s = splhigh();
1415 s = splhigh();
1809 spl = splhigh();
1896 spl = splhigh();
1900 spl = splhigh();
[all...]
H A Dpmap.h750 spl = splhigh(); \
794 spl = splhigh(); \
805 spl = splhigh(); \
H A Dpmap_x86_common.c1520 spl = splhigh();
/darwin-on-arm/xnu/bsd/net/
H A Dkext_net.c73 s = splhigh();
109 s = splhigh();
/darwin-on-arm/xnu/osfmk/arm64/
H A Dpmap.c117 spl = splhigh(); \
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c384 s = splhigh( );
458 s = splhigh( );
1293 s = splhigh();
1674 s = splhigh();
1709 s = splhigh();
2436 s = splhigh();
2482 s = splhigh();
2541 s = splhigh( );
2951 s = splhigh();
2993 s = splhigh();
[all...]
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c286 return splhigh();
/darwin-on-arm/xnu/osfmk/arm/
H A Dtrap.c667 spl_t spl = splhigh();
H A Dpmap.c216 #define SPLVM(spl) spl = splhigh();
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c304 return splhigh();
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c307 return splhigh();
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c810 spl = splhigh();
1978 s = splhigh(); /* Make sure interruptions are disabled */

Completed in 79 milliseconds