Searched refs:probable_static_if (Results 1 – 3 of 3) sorted by relevance
70 #define mte_kern_enabled() probable_static_if(mte_config_kern_enabled)72 #define mte_user_enabled() probable_static_if(mte_config_user_enabled)
135 #define probable_static_if(n) __probable(({ \ macro
3316 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()