Searched refs:ml_at_interrupt_context (Results 1 – 25 of 27) sorted by relevance
12
15 fun:ml_at_interrupt_context
10 fun:ml_at_interrupt_context
207 if (ml_at_interrupt_context()) { in trace_pc_guard()
77 extern boolean_t ml_at_interrupt_context(void);
14 fun:ml_at_interrupt_context
66 assert(ml_at_interrupt_context() == TRUE); in mach_bridge_recv_timestamps()
1312 if (ml_at_interrupt_context()) { in handle_user_abort()1504 if (ml_at_interrupt_context()) { in handle_kernel_abort()
419 ml_at_interrupt_context(void) in ml_at_interrupt_context() function1098 if (ml_at_interrupt_context() != 0) { in ml_stack_remaining()1112 if (ml_at_interrupt_context()) { in ml_stack_base()1122 if (ml_at_interrupt_context()) { in ml_stack_size()
348 boolean_t ml_at_interrupt_context(void);
121 flags |= !ml_at_interrupt_context() ? SAMPLE_FLAG_NON_INTERRUPT : 0; in kperf_lazy_wait_sample()
292 if (ml_at_interrupt_context()) { in kperf_kcallstack_sample()498 if (ml_at_interrupt_context()) { in chudxnu_task_read()1352 if (ml_at_interrupt_context()) {1378 if (!ml_at_interrupt_context() && kernel_task == task) {
441 if (!ml_at_interrupt_context()) { in kperf_kdebug_handler()
148 #define CPU_ON_INTR(cpup) ml_at_interrupt_context() /* always invoked on current cpu */
88 return ml_at_interrupt_context() ? 1 : 0; in dtrace_getipl()
93 return ml_at_interrupt_context() ? 1 : 0; in dtrace_getipl()
283 assert(ml_at_interrupt_context() == TRUE); in _backtrace_preamble()
1016 if (get_preemption_level() == 0 && !ml_at_interrupt_context()) { in panic_trap_to_debugger()
312 if (ml_at_interrupt_context()) { in sleh_abort()
682 *icp = ml_at_interrupt_context(); in ml_get_power_state()
82 boolean_t ml_at_interrupt_context(void);
1050 ml_at_interrupt_context(void) in ml_at_interrupt_context() function
127 return (ml_at_interrupt_context() ? 1: 0); in dtrace_getipl()
812 if (!ml_at_interrupt_context() && observe_procfilt && in kernel_debug_internal()1320 if (ml_at_interrupt_context()) { in kdebug_current_proc_enabled()
483 return ml_at_interrupt_context(); in atInterruptLevel()
1412 && !ml_at_interrupt_context() in genIOVMSegments()