Searched refs:XCALL_PIL (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/sun4/os/ |
H A D | x_call.c | 127 (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 D | xc.s | 97 cmp %g4, XCALL_PIL 99 movl %xcc, XCALL_PIL, %g4
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | xc_levels.h | 38 #define XCALL_PIL XC_HI_PIL /* alias for XC_HI_PIL */ macro
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | x_call.h | 36 #define XCALL_PIL 13 /* prom uses 14, and error handling uses 15 */ macro
|
H A D | xc_impl.h | 92 opl = splr(XCALL_PIL); \
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_sc.c | 106 (void *)ipltospl(XCALL_PIL)); in sc_create()
|
H A D | pcisch.c | 1312 (void *)ipltospl(XCALL_PIL)); in pci_pbm_setup()
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 476 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 D | intr.c | 1606 return (splr(ipltospl(XCALL_PIL))); in spl_xcall()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | cap_util.c | 193 #define IS_HIPIL() (getpil() >= XCALL_PIL)
|
H A D | kcpc.c | 101 #define IS_HIPIL() (getpil() >= XCALL_PIL)
|
/titanic_41/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 6943 old_pil = splr(XCALL_PIL); in hat_page_relocate() 6948 ASSERT(getpil() == XCALL_PIL); in hat_page_relocate()
|