Home
last modified time | relevance | path

Searched refs:probable_static_if (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/arm64/
H A Dmte_xnu.h70 #define mte_kern_enabled() probable_static_if(mte_config_kern_enabled)
72 #define mte_user_enabled() probable_static_if(mte_config_user_enabled)
/xnu-12377.81.4/osfmk/machine/
H A Dstatic_if.h135 #define probable_static_if(n) __probable(({ \ macro
/xnu-12377.81.4/osfmk/tests/
H A Dkernel_tests.c3316 if (probable_static_if(key_true)) { in static_if_tests()
3329 if (probable_static_if(key_true_to_false)) { in static_if_tests()
3342 if (probable_static_if(key_false)) { in static_if_tests()
3355 if (probable_static_if(key_false_to_true)) { in static_if_tests()