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

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp_lock.c120 int s = splhigh();
145 curthread->t_oldspl = splhigh();
153 s = splhigh();
H A Ddisp.c754 (void) splhigh();
865 (void) splhigh(); /* block other scheduler action */
2174 * Returns with the thread unlocked and onproc but at splhigh (like disp()).
H A Dthread.c531 curthread->t_oldspl = splhigh(); /* get dispatcher spl */
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsparcv9_subr.s137 ALTENTRY(splhigh) function
152 SET_SIZE(splhigh)
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s188 int splhigh(void) { return (0); }
213 ALTENTRY(splhigh) function
219 SET_SIZE(splhigh)
/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c301 s = splhigh();
H A Dcpu.c792 s = splhigh();
1046 cpi->cp_spl = splhigh(); /* block dispatcher on this CPU */
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h274 int splhigh(void);
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dfpu.c138 s = splhigh();
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c336 (void) splhigh();
730 (void) splhigh();
894 * the spl is raised to high by splhigh(). Later when do_splx()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c308 * | set_base_spl() |->| *setlvlx() |->| splhigh() |->| sti() |->| swtch() |
819 (void) splhigh();
1082 (void) splhigh();
H A Dlgrpplat.c2514 ipl = splhigh();
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1158 int splhigh(void) { return (0); }
1211 ALTENTRY(splhigh) function
1219 SET_SIZE(splhigh)

Completed in 117 milliseconds