Searched refs:ipltospl (Results 1 - 25 of 58) sorted by relevance
123
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | spl.h | 37 #define ipltospl(n) (n) macro
|
H A D | machlock.h | 66 #define SPIN_LOCK(pl) ((pl) > ipltospl(LOCK_LEVEL))
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | spl.h | 39 #define ipltospl(n) (n) macro
|
H A D | machlock.h | 63 #define SPIN_LOCK(pl) ((pl) > ipltospl(LOCK_LEVEL))
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_call.c | 83 int save_spl = splr(ipltospl(XC_HI_PIL));
|
H A D | pci_cfgspace.c | 111 (ddi_iblock_cookie_t)ipltospl(15)); 113 (ddi_iblock_cookie_t)ipltospl(DISP_LEVEL)); 115 (ddi_iblock_cookie_t)ipltospl(15));
|
H A D | x_call.c | 476 save_spl = splr(ipltospl(XC_HI_PIL)); 634 int save_spl = splr(ipltospl(XC_HI_PIL));
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | clock.h | 98 ipltospl(XC_HI_PIL), oldsplp)
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | panic.c | 311 splx(ipltospl(CLOCK_LEVEL)); 380 splx(ipltospl(CLOCK_LEVEL)); 391 splx(ipltospl(CLOCK_LEVEL)); 409 splx(MIN(s, ipltospl(CLOCK_LEVEL)));
|
H A D | unix_bb.c | 117 lock_set_spl(&unix_bb_lock, ipltospl(NMI_LEVEL), &s);
|
H A D | softint.c | 191 (void *)ipltospl(SPL8));
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | clock.h | 168 ipltospl(CBE_HIGH_PIL), oldsplp)
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_sc.c | 106 (void *)ipltospl(XCALL_PIL));
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | cbe.c | 164 return (splr(ipltospl(ipl))); 303 s = splr(ipltospl(XC_HI_PIL));
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | zsdev.h | 271 #define ZS_PL ipltospl(SPL3) /* translates to SPARC IPL 6 */ 272 #define ZS_PL_HI ipltospl(SPLTTY) /* translates to SPARC IPL 12 */
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_cpu_states.c | 293 if (spl == ipltospl(PIL_14)) { 312 } else if (spl == ipltospl(PIL_15)) {
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | disp_lock.c | 88 lock_set_spl(lp, ipltospl(DISP_LEVEL), &curthread->t_oldspl);
|
/illumos-gate/usr/src/uts/common/ipp/ |
H A D | ipp_impl.h | 117 (void *)ipltospl(LOCK_LEVEL)); \
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 244 if ((s = getpil()) < ipltospl(12))
|
H A D | mp_states.c | 55 mutex_init(&cpu_idle_lock, NULL, MUTEX_SPIN, (void *)ipltospl(PIL_15));
|
/illumos-gate/usr/src/uts/intel/ia32/os/ |
H A D | cpc_subr.c | 65 return (ipltospl(APIC_PCINT_IPL));
|
/illumos-gate/usr/src/uts/intel/amd64/ml/ |
H A D | amd64.il | 62 .inline ipltospl,0
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | ia32.il | 64 .inline ipltospl,0
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | evtchn.c | 341 mutex_init(&ec_lock, NULL, MUTEX_SPIN, (void *)ipltospl(SPL7));
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_pbm.c | 131 (void *)(uintptr_t)ipltospl(spltoipl(
|
Completed in 120 milliseconds
123