Home
last modified time | relevance | path

Searched refs:improbable_static_if (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/osfmk/arm64/
H A Dmte_xnu.h71 #define mte_kern_data_enabled() improbable_static_if(mte_config_kern_data_enabled)
73 #define mte_force_all_enabled() improbable_static_if(mte_config_force_all_enabled)
83 #define mte_debug_tco_state() improbable_static_if(mte_debug_tco_state)
95 #define mte_panic_on_non_canonical() improbable_static_if(mte_panic_on_non_canonical)
101 #define mte_panic_on_async_fault() improbable_static_if(mte_panic_on_async_fault)
/xnu-12377.81.4/osfmk/arm/
H A Dpreemption_disable.c134 if (improbable_static_if(sched_debug_preemption_disable)) { in _disable_preemption()
199 if (improbable_static_if(sched_debug_preemption_disable)) { in _enable_preemption()
/xnu-12377.81.4/osfmk/machine/
H A Dstatic_if.h148 #define improbable_static_if(n) __improbable(({ \ macro
/xnu-12377.81.4/osfmk/kern/
H A Dassert.h134 # define mach_assert_enabled() improbable_static_if(mach_assert)
H A Dlock_rw.h200 #define lck_rw_assert_enabled() improbable_static_if(lck_rw_assert)
/xnu-12377.81.4/osfmk/tests/
H A Dkernel_tests.c3319 if (improbable_static_if(key_true)) { in static_if_tests()
3332 if (improbable_static_if(key_true_to_false)) { in static_if_tests()
3345 if (improbable_static_if(key_false)) { in static_if_tests()
3358 if (improbable_static_if(key_false_to_true)) { in static_if_tests()