Home
last modified time | relevance | path

Searched refs:static_if (Results 1 – 12 of 12) sorted by relevance

/xnu-11417.140.69/osfmk/x86_64/
H A DMakefile16 static_if.h
/xnu-11417.140.69/osfmk/machine/
H A DMakefile29 static_if.h \
H A Dstatic_if.h122 #define static_if(n) ({ \ macro
/xnu-11417.140.69/osfmk/arm64/
H A DMakefile53 static_if.h \
/xnu-11417.140.69/osfmk/arm/
H A Dpreemption_disable.c271 if (static_if(sched_debug_pmc)) { in _preemption_disable_snap_start()
407 if (static_if(sched_debug_pmc)) { in _collect_preemption_disable_measurement()
H A Dlocks.h118 if (static_if(sched_debug_preemption_disable)) { \
H A Dmachine_routines_common.c878 if (static_if(sched_debug_pmc)) { in __ml_trigger_interrupts_disabled_handle()
890 if (static_if(sched_debug_pmc)) { in __ml_trigger_interrupts_disabled_handle()
1059 if (__probable(debug && static_if(sched_debug_interrupt_disable))) { in ml_set_interrupts_enabled_with_debug()
1088 if (__probable(debug && static_if(sched_debug_interrupt_disable))) { in ml_set_interrupts_enabled_with_debug()
H A Dmachine_routines.h114 if (static_if(sched_debug_pmc)) { \
124 …if (static_if(sched_debug_interrupt_disable) && os_atomic_load(&interrupt_masked_timeout, relaxed)…
136 …if (static_if(sched_debug_interrupt_disable) && os_atomic_load(&interrupt_masked_timeout, relaxed)…
/xnu-11417.140.69/san/memory/
H A Dkasan-denylist58 src:./osfmk/*/static_if.c
/xnu-11417.140.69/osfmk/conf/
H A Dfiles.x86_64120 osfmk/x86_64/static_if.c standard
H A Dfiles.arm64117 osfmk/arm64/static_if.c standard
/xnu-11417.140.69/osfmk/tests/
H A Dkernel_tests.c3304 if (static_if(key_true)) { in static_if_tests()
3317 if (static_if(key_true_to_false)) { in static_if_tests()
3330 if (static_if(key_false)) { in static_if_tests()
3343 if (static_if(key_false_to_true)) { in static_if_tests()