Home
last modified time | relevance | path

Searched refs:getpil (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c497 ASSERT(getpil() < XCALL_PIL); in xc_one()
620 ASSERT(getpil() < XCALL_PIL); in xc_some()
699 ASSERT(getpil() < XCALL_PIL); in xc_all()
739 ASSERT(getpil() < XCALL_PIL); in xc_attention()
829 ASSERT(getpil() >= XCALL_PIL); in xc_dismissed()
914 ASSERT(getpil() == XCALL_PIL); in xc_serv()
955 ASSERT(getpil() == XCALL_PIL); in xc_loop()
H A Dcpu_states.c234 if (getpil() > LOCK_LEVEL) { in debug_enter()
244 if ((s = getpil()) < ipltospl(12)) in debug_enter()
H A Dprom_subr.c310 ASSERT(getpil() == PIL_MAX); in kern_preprom()
H A Dtrap.c1865 getpil()) >= DISP_LEVEL) { in kpreempt()
/illumos-gate/usr/src/uts/sparc/sys/
H A Darchsystm.h49 extern uint_t getpil(void);
/illumos-gate/usr/src/uts/intel/sys/
H A Darchsystm.h44 extern int getpil(void);
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_debug.c242 if (getpil() > LOCK_LEVEL) in px_dbg()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c2099 ASSERT(curthread->t_preempt || getpil() >= LOCK_LEVEL); in cpu_sep_enable()
2110 ASSERT(curthread->t_preempt || getpil() >= LOCK_LEVEL); in cpu_sep_disable()
2125 ASSERT(curthread->t_preempt || getpil() >= LOCK_LEVEL); in cpu_asysc_enable()
2137 ASSERT(curthread->t_preempt || getpil() >= LOCK_LEVEL); in cpu_asysc_disable()
H A Dintr.c1658 getpil(void) in getpil() function
H A Dtrap.c1558 if (getpil() >= DISP_LEVEL) { in kpreempt()
/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c216 ASSERT(getpil() >= DISP_LEVEL); in softcall_choose_cpu()
H A Dcpu.c575 getpil() >= DISP_LEVEL) { in thread_nomigrate()
708 getpil() >= DISP_LEVEL); in thread_allowmigrate()
711 getpil() >= DISP_LEVEL) in thread_allowmigrate()
H A Dcap_util.c193 #define IS_HIPIL() (getpil() >= XCALL_PIL)
H A Dkcpc.c104 #define IS_HIPIL() (getpil() >= XCALL_PIL)
/illumos-gate/usr/src/uts/intel/os/
H A Ddesctbls.c1131 ASSERT(curthread->t_preempt != 0 || getpil() >= DISP_LEVEL); in brand_interpositioning_enable()
1186 ASSERT(curthread->t_preempt != 0 || getpil() >= DISP_LEVEL); in brand_interpositioning_disable()
H A Dsundep.c654 ASSERT(curthread->t_preempt != 0 || getpil() >= DISP_LEVEL); in reset_sregs()
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara2_pcbe.c424 ASSERT(getpil() >= DISP_LEVEL); in ni2_pcbe_overflow_bitmap()
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c475 pil = getpil(); in i_cpr_xcall()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1057 ASSERT(getpil() >= DISP_LEVEL); in thread_on_queue()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1002 ASSERT(getpil() > LOCK_LEVEL); in cpu_ce_scrub_mem_err()
H A Dus3_common.c3006 ASSERT(curthread->t_preempt > 0 || getpil() >= DISP_LEVEL); in ce_ptnr_select()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6841 ASSERT(getpil() == XCALL_PIL); in hat_page_relocate()
7307 ASSERT(getpil() == PIL_MAX); in hat_pagereload()