Searched refs:X86_FEATURE_USER_SHSTK (Results 1 – 2 of 2) sorted by relevance
159 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in_ia32_syscall()) in shstk_setup()390 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in setup_signal_shadow_stack()423 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in restore_signal_shadow_stack()446 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in shstk_free()484 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK)) in wrss_control()523 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK)) in shstk_disable()547 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK)) in SYSCALL_DEFINE3()
301 #define X86_FEATURE_USER_SHSTK (11*32+23) /* "user_shstk" Shadow stack support for user mode appli… macro