/titanic_41/usr/src/uts/common/disp/ |
H A D | disp_lock.c | 79 if (CPU_ON_INTR(CPU) != 0) in disp_lock_exit_high() 94 if (CPU_ON_INTR(CPU) != 0) in disp_lock_exit() 108 if (CPU_ON_INTR(CPU) != 0) in disp_lock_exit_nopreempt() 122 if (CPU_ON_INTR(CPU) != 0) in thread_lock() 165 if (CPU_ON_INTR(CPU) != 0) in thread_lock_high()
|
H A D | disp.c | 867 ASSERT(CPU_ON_INTR(cp) == 0); /* not called with PIL > 10 */ in swtch() 887 ASSERT(CPU_ON_INTR(cp) == 0); /* not called with PIL > 10 */ in swtch() 975 ASSERT(CPU_ON_INTR(CPU) == 0); /* not called with PIL > 10 */ in swtch_from_zombie()
|
H A D | thread.c | 1732 if (CPU_ON_INTR(CPU)) { in servicing_interrupt() 1734 onintr = CPU_ON_INTR(CPU); in servicing_interrupt()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | cpu_event.c | 510 ASSERT(!CPU_ON_INTR(CPU)); in cpu_idle_register_callback() 568 ASSERT(!CPU_ON_INTR(CPU)); in cpu_idle_unregister_callback() 831 ASSERT(!CPU_ON_INTR(CPU)); in cpu_idle_prop_allocate_impl() 854 ASSERT(!CPU_ON_INTR(CPU)); in cpu_idle_prop_create_property() 900 ASSERT(!CPU_ON_INTR(CPU)); in cpu_idle_prop_destroy_property() 939 ASSERT(!CPU_ON_INTR(CPU)); in cpu_idle_prop_create_handle() 968 ASSERT(!CPU_ON_INTR(CPU)); in cpu_idle_prop_destroy_handle()
|
H A D | unix_bb.c | 106 if (CPU_ON_INTR(CPU)) {
|
H A D | mutex.c | 373 if (CPU_ON_INTR(cpup) && !panicstr) { in mutex_vector_enter() 375 if (CPU_ON_INTR(CPU)) in mutex_vector_enter()
|
H A D | condvar.c | 148 ASSERT(CPU_ON_INTR(CPU) == 0); in cv_block() 613 ASSERT(CPU_ON_INTR(CPU) == 0); in cv_signal() 641 ASSERT(CPU_ON_INTR(CPU) == 0); in cv_broadcast()
|
H A D | panic.c | 237 if (CPU_ON_INTR(cp) && cp->cpu_intr_thread != NULL) { in panicsys()
|
H A D | msacct.c | 182 ASSERT(!CPU_ON_INTR(cpu) && curthread->t_intr == NULL); in new_cpu_mstate() 688 if (!CPU_ON_INTR(t->t_cpu) && curthread->t_intr == NULL) { in new_mstate()
|
H A D | semaphore.c | 75 ASSERT(CPU_ON_INTR(CPU) == 0); \
|
H A D | printf.c | 87 on_intr = CPU_ON_INTR(CPU) || in cprintf()
|
H A D | clock_tick.c | 413 notick = ((cp->cpu_flags & CPU_QUIESCED) || CPU_ON_INTR(cp) || in clock_tick_process()
|
H A D | turnstile.c | 451 ASSERT(CPU_ON_INTR(CPU) == 0); in turnstile_block()
|
H A D | cpu.c | 548 if (CPU_ON_INTR(cp) || t->t_flag & T_INTR_THREAD || in thread_nomigrate() 681 CPU_ON_INTR(CPU) || t->t_flag & T_INTR_THREAD || in thread_allowmigrate() 684 if (CPU_ON_INTR(CPU) || (t->t_flag & T_INTR_THREAD) || in thread_allowmigrate()
|
H A D | clock.c | 586 CPU_ON_INTR(cp))) { in clock()
|
H A D | sunddi.c | 8673 ASSERT(CPU_ON_INTR(CPU) == 0); /* cannot be high level */ in ddi_umem_unlock()
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | archdep.c | 88 if ((on_intr = CPU_ON_INTR(CPU)) != 0) in getpcstack() 298 if ((on_intr = CPU_ON_INTR(cpu)) != 0) in traceback()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 149 on_intr = CPU_ON_INTR(CPU) || (spltoipl(s) > LOCK_LEVEL); in abort_sequence_enter()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | cpuvar.h | 274 #define CPU_ON_INTR(cpup) ((cpup)->cpu_intr_actv >> (LOCK_LEVEL + 1)) macro 288 ((cpup)->cpu_intr_actv & (1 << (level))) : (CPU_ON_INTR(cpup)))
|
/titanic_41/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 53 if ((on_intr = CPU_ON_INTR(CPU)) != 0) in dtrace_getpcstack() 513 if ((on_intr = CPU_ON_INTR(CPU)) != 0) in dtrace_getstackdepth()
|
/titanic_41/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_isa.c | 281 if ((on_intr = CPU_ON_INTR(CPU)) != 0) in dtrace_getpcstack() 710 if ((on_intr = CPU_ON_INTR(CPU)) != 0) in dtrace_getstackdepth()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 859 if ((on_intr = CPU_ON_INTR(CPU)) != 0) in getpcstack() 1335 if ((on_intr = CPU_ON_INTR(cpu)) != 0) in traceback()
|
/titanic_41/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 3142 CPU_ON_INTR(CPU)) { in dtrace_dif_variable() 3246 if (DTRACE_ANCHORED(mstate->dtms_probe) && CPU_ON_INTR(CPU)) in dtrace_dif_variable() 3266 if (DTRACE_ANCHORED(mstate->dtms_probe) && CPU_ON_INTR(CPU)) in dtrace_dif_variable() 3281 if (DTRACE_ANCHORED(mstate->dtms_probe) && CPU_ON_INTR(CPU)) in dtrace_dif_variable() 3293 if (DTRACE_ANCHORED(mstate->dtms_probe) && CPU_ON_INTR(CPU)) in dtrace_dif_variable() 3313 if (DTRACE_ANCHORED(mstate->dtms_probe) && CPU_ON_INTR(CPU)) in dtrace_dif_variable() 3333 if (DTRACE_ANCHORED(mstate->dtms_probe) && CPU_ON_INTR(CPU)) in dtrace_dif_variable() 3354 if (DTRACE_ANCHORED(mstate->dtms_probe) && CPU_ON_INTR(CPU)) in dtrace_dif_variable() 3376 if (DTRACE_ANCHORED(mstate->dtms_probe) && CPU_ON_INTR(CPU)) in dtrace_dif_variable() 6663 onintr = CPU_ON_INTR(CPU); in dtrace_probe() [all …]
|