Lines Matching refs:features_enabled
31 static bool features_enabled(unsigned long features) in features_enabled() function
163 if (features_enabled(ARCH_SHSTK_SHSTK)) in shstk_setup()
204 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_alloc_thread_stack()
354 !features_enabled(ARCH_SHSTK_SHSTK)) in setup_signal_shadow_stack()
387 !features_enabled(ARCH_SHSTK_SHSTK)) in restore_signal_shadow_stack()
410 !features_enabled(ARCH_SHSTK_SHSTK)) in shstk_free()
455 if (!features_enabled(ARCH_SHSTK_SHSTK)) in wrss_control()
459 if (features_enabled(ARCH_SHSTK_WRSS) == enable) in wrss_control()
490 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_disable()
585 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_update_last_frame()
594 return features_enabled(ARCH_SHSTK_SHSTK); in shstk_is_enabled()