Home
last modified time | relevance | path

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

/xnu-12377.81.4/san/memory/
H A Dkasan-denylist55 # Exclude static_if dependencies
56 src:./osfmk/*/static_if.c
/xnu-12377.81.4/osfmk/x86_64/
H A DMakefile16 static_if.h
/xnu-12377.81.4/osfmk/kern/
H A Dsched_hygiene.h81 #define ML_TIMEOUT_PMC_FLAGS (static_if(sched_debug_pmc) ? TF_SAMPLE_PMC : 0)
H A Dkalloc.h209 static_if(kexts_enroll_data_shared) ? KHEAP_DATA_SHARED : KHEAP_DATA_BUFFERS
/xnu-12377.81.4/san/coverage/
H A Dkcov-denylist38 src:./osfmk/*/static_if.c
H A Dkcov-denylist-arm6430 src:./osfmk/arm64/static_if.c
/xnu-12377.81.4/osfmk/machine/
H A DMakefile29 static_if.h \
H A Dstatic_if.h126 #define static_if(n) ({ \ macro
/xnu-12377.81.4/osfmk/arm64/
H A DMakefile57 static_if.h \
/xnu-12377.81.4/osfmk/arm/
H A Dlocks.h119 if (static_if(sched_debug_preemption_disable)) { \
H A Dmachine_routines.h118 if (static_if(sched_debug_interrupt_disable)) { in ml_interrupt_masked_debug_start()
130 if (static_if(sched_debug_interrupt_disable)) { in ml_interrupt_masked_debug_end()
H A Dmachine_routines_common.c1086 if (__probable(debug && static_if(sched_debug_interrupt_disable))) { in ml_set_interrupts_enabled_with_debug()
1112 if (__probable(debug && static_if(sched_debug_interrupt_disable))) { in ml_set_interrupts_enabled_with_debug()
/xnu-12377.81.4/osfmk/conf/
H A Dfiles.x86_64120 osfmk/x86_64/static_if.c standard
H A Dfiles.arm64118 osfmk/arm64/static_if.c standard
/xnu-12377.81.4/osfmk/tests/
H A Dkernel_tests.c3313 if (static_if(key_true)) { in static_if_tests()
3326 if (static_if(key_true_to_false)) { in static_if_tests()
3339 if (static_if(key_false)) { in static_if_tests()
3352 if (static_if(key_false_to_true)) { in static_if_tests()