Searched refs:ml_at_interrupt_context (Results 1 – 24 of 24) sorted by relevance
8 fun:ml_at_interrupt_context
20 fun:ml_at_interrupt_context
207 if (ml_at_interrupt_context()) { in trace_pc_guard()
84 extern boolean_t ml_at_interrupt_context(void);
66 assert(ml_at_interrupt_context() == TRUE); in mach_bridge_recv_timestamps()
1773 *icp = ml_at_interrupt_context(); in ml_get_power_state()
14 fun:ml_at_interrupt_context
421 ml_at_interrupt_context(void) in ml_at_interrupt_context() function1209 if (ml_at_interrupt_context() != 0) { in ml_stack_remaining()1223 if (ml_at_interrupt_context()) { in ml_stack_base()1233 if (ml_at_interrupt_context()) { in ml_stack_size()
381 boolean_t ml_at_interrupt_context(void);
116 flags |= !ml_at_interrupt_context() ? SAMPLE_FLAG_NON_INTERRUPT : 0; in kperf_lazy_wait_sample()
281 if (ml_at_interrupt_context()) { in kperf_kcallstack_sample()535 if (ml_at_interrupt_context()) { in chudxnu_task_read()1223 if (ml_at_interrupt_context()) {1249 if (!ml_at_interrupt_context() && kernel_task == task) {
148 #define CPU_ON_INTR(cpup) ml_at_interrupt_context() /* always invoked on current cpu */
89 return ml_at_interrupt_context() ? 1 : 0; in dtrace_getipl()
253 assert(ml_at_interrupt_context() == TRUE); in _backtrace_preamble()
636 assert(!ml_at_interrupt_context()); in __smr_enter()669 assert(!ml_at_interrupt_context()); in __smr_leave()1260 assert(!ml_at_interrupt_context()); in smr_synchronize()1459 assert(!ml_at_interrupt_context()); in smr_call()
244 if (ml_at_interrupt_context()) { in lck_mtx_check_irq()
1230 if (get_preemption_level() == 0 && !ml_at_interrupt_context()) { in panic_trap_to_debugger()
127 return (ml_at_interrupt_context() ? 1: 0); in dtrace_getipl()
93 boolean_t ml_at_interrupt_context(void);
1103 ml_at_interrupt_context(void) in ml_at_interrupt_context() function
720 if (!ml_at_interrupt_context() && observe_procfilt && in kdebug_emit_internal()1111 if (ml_at_interrupt_context()) { in kdebug_current_proc_enabled()
484 return ml_at_interrupt_context(); in atInterruptLevel()
1425 && !ml_at_interrupt_context() in genIOVMSegments()
493 uint_t intr = ml_at_interrupt_context(); /* Note: just one measly bit */ \