Searched refs:splr (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsparcv9_subr.s45 * XXX4U: bring splr inline
48 b splr; \
236 * splr()
238 * splr is like splx but will only raise the priority and never drop it
251 splr(int level)
258 * splr(psr_pri_field)
259 * splr is like splx but will only raise the priority and never drop it
262 ENTRY(splr) function
270 SET_SIZE(splr)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_call.c83 int save_spl = splr(ipltospl(XC_HI_PIL));
H A Dx_call.c476 save_spl = splr(ipltospl(XC_HI_PIL));
634 int save_spl = splr(ipltospl(XC_HI_PIL));
H A Dintr.c109 * splr() to raise the priority level and splx() to lower it. One should not
1569 splr(int newpri) function
1606 return (splr(ipltospl(XCALL_PIL)));
/illumos-gate/usr/src/uts/common/os/
H A Dmutex.c493 s = splr(lp->m_spin.m_minspl);
704 *old_pil_addr = (ushort_t)splr(new_pil);
715 old_pil = splr(new_pil);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcbe.c164 return (splr(ipltospl(ipl)));
303 s = splr(ipltospl(XC_HI_PIL));
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s252 * splr()
254 * splr is like splx but will only raise the priority and never drop it
265 splr(int level)
269 ENTRY(splr) function
271 SET_SIZE(splr)
H A Dlock_prim.s272 extern int splr(int);
276 old_pil = splr(new_pil);
/illumos-gate/usr/src/uts/sun4/io/
H A Dcbe.c156 return (splr(ipl));
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h92 opl = splr(XCALL_PIL); \
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h273 int splr(int);
/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c232 return (splr(XCALL_PIL));
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dlock_prim.s296 call splr /* raise priority level */
324 call splr /* raise priority level */
H A Di86_subr.s1177 jmp splr /* redirect to splr */
1189 call splr; /* invoke common splr code */ \
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6840 old_pil = splr(XCALL_PIL);

Completed in 732 milliseconds