Searched refs:ARCH_SHSTK_SHSTK (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/include/uapi/asm/
H A Dprctl.h40 #define ARCH_SHSTK_SHSTK (1ULL << 0) macro
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dprctl.h40 #define ARCH_SHSTK_SHSTK (1ULL << 0) macro
/linux-master/arch/x86/kernel/
H A Dshstk.c163 if (features_enabled(ARCH_SHSTK_SHSTK))
182 features_set(ARCH_SHSTK_SHSTK);
204 if (!features_enabled(ARCH_SHSTK_SHSTK))
354 !features_enabled(ARCH_SHSTK_SHSTK))
387 !features_enabled(ARCH_SHSTK_SHSTK))
410 !features_enabled(ARCH_SHSTK_SHSTK))
455 if (!features_enabled(ARCH_SHSTK_SHSTK))
490 if (!features_enabled(ARCH_SHSTK_SHSTK))
500 features_clr(ARCH_SHSTK_SHSTK | ARCH_SHSTK_WRSS);
568 if (features & ARCH_SHSTK_SHSTK)
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c53 #define ARCH_SHSTK_SHSTK (1ULL << 0) macro
693 ARCH_PRCTL(ARCH_SHSTK_DISABLE, ARCH_SHSTK_SHSTK);
843 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) {
848 if (ARCH_PRCTL(ARCH_SHSTK_DISABLE, ARCH_SHSTK_SHSTK)) {
853 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) {
936 if (ARCH_PRCTL(ARCH_SHSTK_DISABLE, ARCH_SHSTK_SHSTK)) {
/linux-master/arch/x86/kernel/cpu/
H A Dproc.c184 if (features & ARCH_SHSTK_SHSTK)
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c181 if (target->thread.features & ARCH_SHSTK_SHSTK)

Completed in 222 milliseconds