Searched defs:splx (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsparcv9_subr.s53 * XXX4U: bring splx inline
56 b splx; \
211 * splx - set PIL back to that indicated by the old %PSR passed as an argument,
220 splx(int level)
226 ENTRY(splx) function
231 SET_SIZE(splx)
238 * splr is like splx but will only raise the priority and never drop it
259 * splr is like splx but will only raise the priority and never drop it
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s230 * splx - set PIL back to that indicated by the old %pil passed as an argument,
238 splx(int level)
243 ENTRY(splx) function
247 SET_SIZE(splx)
254 * splr is like splx but will only raise the priority and never drop it
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1164 splx(int level)
1183 call do_splx; /* invoke common splx code */ \
1228 /* splx implementation */
1229 ENTRY(splx) function
1230 jmp do_splx /* redirect to common splx code */
1231 SET_SIZE(splx)

Completed in 66 milliseconds