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()
254 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_pop()
274 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_push()
395 !features_enabled(ARCH_SHSTK_SHSTK)) in setup_signal_shadow_stack()
428 !features_enabled(ARCH_SHSTK_SHSTK)) in restore_signal_shadow_stack()
451 !features_enabled(ARCH_SHSTK_SHSTK)) in shstk_free()
496 if (!features_enabled(ARCH_SHSTK_SHSTK)) in wrss_control()
500 if (features_enabled(ARCH_SHSTK_WRSS) == enable) in wrss_control()
531 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_disable()
626 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_update_last_frame()
635 return features_enabled(ARCH_SHSTK_SHSTK); in shstk_is_enabled()