Home
last modified time | relevance | path

Searched refs:XC_HI_PIL (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/i86pc/sys/
H A Dxc_levels.h37 #define XC_HI_PIL 15 /* cross call with service function */ macro
38 #define XCALL_PIL XC_HI_PIL /* alias for XC_HI_PIL */
H A Dclock.h98 ipltospl(XC_HI_PIL), oldsplp)
/titanic_41/usr/src/uts/i86pc/os/
H A Dx_call.c476 save_spl = splr(ipltospl(XC_HI_PIL)); in xc_common()
528 send_dirint(c, XC_HI_PIL); in xc_common()
611 send_dirint(c, XC_HI_PIL); in xc_priority_common()
634 int save_spl = splr(ipltospl(XC_HI_PIL)); in xc_priority()
H A Dmp_call.c83 int save_spl = splr(ipltospl(XC_HI_PIL)); in cpu_call()
H A Dmp_machdep.c1157 (void) add_avintr((void *)NULL, XC_HI_PIL, xc_serv, "xc_intr", in mach_smpinit()
1158 (*pops->psm_get_ipivect)(XC_HI_PIL, PSM_INTR_IPI_HI), in mach_smpinit()
/titanic_41/usr/src/uts/i86pc/io/
H A Dcbe.c303 s = splr(ipltospl(XC_HI_PIL)); in cbe_hres_tick()
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c200 if (ipl != XC_HI_PIL) in apix_dispatch_pending_autovect()
829 if (avp->av_prilevel != XC_HI_PIL) in apix_dispatch_by_vector()
H A Dapix.c773 if (ipl == XC_HI_PIL) in apix_setspl()