| /xnu-8020.101.4/san/coverage/ ! |
| H A D | kcov-blacklist | 15 fun:ml_at_interrupt_context
|
| H A D | kcov-blacklist-arm64 | 10 fun:ml_at_interrupt_context
|
| H A D | kcov.c | 207 if (ml_at_interrupt_context()) { in trace_pc_guard()
|
| H A D | kcov_ksancov.c | 77 extern boolean_t ml_at_interrupt_context(void);
|
| /xnu-8020.101.4/san/memory/ ! |
| H A D | kasan-blacklist-arm64 | 14 fun:ml_at_interrupt_context
|
| /xnu-8020.101.4/osfmk/arm64/ ! |
| H A D | machine_remote_time.c | 66 assert(ml_at_interrupt_context() == TRUE); in mach_bridge_recv_timestamps()
|
| H A D | sleh.c | 1305 if (ml_at_interrupt_context()) { in handle_user_abort() 1498 if (ml_at_interrupt_context()) { in handle_kernel_abort()
|
| /xnu-8020.101.4/osfmk/i386/ ! |
| H A D | machine_routines.c | 419 ml_at_interrupt_context(void) in ml_at_interrupt_context() function 1098 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()
|
| H A D | machine_routines.h | 348 boolean_t ml_at_interrupt_context(void);
|
| /xnu-8020.101.4/osfmk/kperf/ ! |
| H A D | lazy.c | 121 flags |= !ml_at_interrupt_context() ? SAMPLE_FLAG_NON_INTERRUPT : 0; in kperf_lazy_wait_sample()
|
| H A D | callstack.c | 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) {
|
| H A D | action.c | 441 if (!ml_at_interrupt_context()) { in kperf_kdebug_handler()
|
| /xnu-8020.101.4/bsd/sys/ ! |
| H A D | dtrace_glue.h | 148 #define CPU_ON_INTR(cpup) ml_at_interrupt_context() /* always invoked on current cpu */
|
| /xnu-8020.101.4/bsd/dev/arm/ ! |
| H A D | dtrace_isa.c | 88 return ml_at_interrupt_context() ? 1 : 0; in dtrace_getipl()
|
| /xnu-8020.101.4/bsd/dev/arm64/ ! |
| H A D | dtrace_isa.c | 93 return ml_at_interrupt_context() ? 1 : 0; in dtrace_getipl()
|
| /xnu-8020.101.4/osfmk/kern/ ! |
| H A D | backtrace.c | 283 assert(ml_at_interrupt_context() == TRUE); in _backtrace_preamble()
|
| H A D | debug.c | 1015 if (get_preemption_level() == 0 && !ml_at_interrupt_context()) { in panic_trap_to_debugger()
|
| /xnu-8020.101.4/osfmk/arm/ ! |
| H A D | trap.c | 312 if (ml_at_interrupt_context()) { in sleh_abort()
|
| H A D | machine_routines.c | 682 *icp = ml_at_interrupt_context(); in ml_get_power_state()
|
| H A D | machine_routines.h | 82 boolean_t ml_at_interrupt_context(void);
|
| H A D | machine_routines_common.c | 1050 ml_at_interrupt_context(void) in ml_at_interrupt_context() function
|
| /xnu-8020.101.4/bsd/dev/i386/ ! |
| H A D | dtrace_isa.c | 127 return (ml_at_interrupt_context() ? 1: 0); in dtrace_getipl()
|
| /xnu-8020.101.4/bsd/kern/ ! |
| H A D | kdebug.c | 816 if (!ml_at_interrupt_context() && observe_procfilt && in kernel_debug_internal() 1324 if (ml_at_interrupt_context()) { in kdebug_current_proc_enabled()
|
| /xnu-8020.101.4/iokit/Kernel/ ! |
| H A D | IOPlatformExpert.cpp | 483 return ml_at_interrupt_context(); in atInterruptLevel()
|
| H A D | IODMACommand.cpp | 1412 && !ml_at_interrupt_context() in genIOVMSegments()
|