Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dshstk.c159 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()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h301 #define X86_FEATURE_USER_SHSTK (11*32+23) /* "user_shstk" Shadow stack support for user mode appli… macro
/linux/arch/x86/kernel/cpu/
H A Dcommon.c650 set_cpu_cap(c, X86_FEATURE_USER_SHSTK); in setup_cet()
1761 setup_clear_cpu_cap(X86_FEATURE_USER_SHSTK); in cpu_parse_early_param()