Home
last modified time | relevance | path

Searched refs:XCALL_PIL (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/sun4/os/
H A Dx_call.c127 (void *)ipltospl(XCALL_PIL)); in xc_init()
136 xc_serv_inum = add_softintr(XCALL_PIL, (softintrfunc)xc_serv, 0, in xc_init()
138 xc_loop_inum = add_softintr(XCALL_PIL, (softintrfunc)xc_loop, 0, in xc_init()
232 return (splr(XCALL_PIL)); in spl_xcall()
496 ASSERT(getpil() < XCALL_PIL); in xc_one()
619 ASSERT(getpil() < XCALL_PIL); in xc_some()
698 ASSERT(getpil() < XCALL_PIL); in xc_all()
738 ASSERT(getpil() < XCALL_PIL); in xc_attention()
828 ASSERT(getpil() >= XCALL_PIL); in xc_dismissed()
913 ASSERT(getpil() == XCALL_PIL); in xc_serv()
[all …]
/titanic_41/usr/src/uts/sun4/ml/
H A Dxc.s97 cmp %g4, XCALL_PIL
99 movl %xcc, XCALL_PIL, %g4
/titanic_41/usr/src/uts/i86pc/sys/
H A Dxc_levels.h38 #define XCALL_PIL XC_HI_PIL /* alias for XC_HI_PIL */ macro
/titanic_41/usr/src/uts/sun4/sys/
H A Dx_call.h36 #define XCALL_PIL 13 /* prom uses 14, and error handling uses 15 */ macro
H A Dxc_impl.h92 opl = splr(XCALL_PIL); \
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_sc.c106 (void *)ipltospl(XCALL_PIL)); in sc_create()
H A Dpcisch.c1312 (void *)ipltospl(XCALL_PIL)); in pci_pbm_setup()
/titanic_41/usr/src/uts/sun4u/os/
H A Dcpr_impl.c476 if (pil < XCALL_PIL) in i_cpr_xcall()
480 setpil(XCALL_PIL - 1); in i_cpr_xcall()
/titanic_41/usr/src/uts/i86pc/os/
H A Dintr.c1606 return (splr(ipltospl(XCALL_PIL))); in spl_xcall()
/titanic_41/usr/src/uts/common/os/
H A Dcap_util.c193 #define IS_HIPIL() (getpil() >= XCALL_PIL)
H A Dkcpc.c101 #define IS_HIPIL() (getpil() >= XCALL_PIL)
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6943 old_pil = splr(XCALL_PIL); in hat_page_relocate()
6948 ASSERT(getpil() == XCALL_PIL); in hat_page_relocate()