HomeSort by relevance Sort by last modified time
    Searched defs:splx (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/
sparcv9_subr.s 53 * 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
  /onnv/onnv-gate/usr/src/uts/sparc/v9/ml/
sparcv9_subr.s 230 * 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
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 1152 splx(int level)
1171 call do_splx; /* invoke common splx code */ \
1216 /* splx implementation */
1217 ENTRY(splx) function
1218 jmp do_splx /* redirect to common splx code */
1219 SET_SIZE(splx)
    [all...]

Completed in 120 milliseconds