Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dshstk.c167 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in_32bit_syscall()) in shstk_setup()
353 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in setup_signal_shadow_stack()
386 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in restore_signal_shadow_stack()
409 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in shstk_free()
447 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK)) in wrss_control()
486 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK)) in shstk_disable()
510 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK)) in SYSCALL_DEFINE3()
H A Dcet.c151 if (cpu_feature_enabled(X86_FEATURE_USER_SHSTK)) in DEFINE_IDTENTRY_ERRORCODE()
/openbmc/linux/arch/x86/include/asm/
H A Ddisabled-features.h111 #define DISABLE_USER_SHSTK (1 << (X86_FEATURE_USER_SHSTK & 31))
H A Dcpufeatures.h310 #define X86_FEATURE_USER_SHSTK (11*32+23) /* Shadow stack support for user mode applications */ macro
/openbmc/linux/arch/x86/kernel/fpu/
H A Dregset.c193 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in ssp_get()
223 if (!cpu_feature_enabled(X86_FEATURE_USER_SHSTK) || in ssp_set()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c603 set_cpu_cap(c, X86_FEATURE_USER_SHSTK); in setup_cet()
1554 setup_clear_cpu_cap(X86_FEATURE_USER_SHSTK); in cpu_parse_early_param()