Searched refs:ARCH_SHSTK_WRSS (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/uapi/asm/
H A Dprctl.h41 #define ARCH_SHSTK_WRSS (1ULL << 1) macro
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dprctl.h41 #define ARCH_SHSTK_WRSS (1ULL << 1) macro
/linux-master/arch/x86/kernel/
H A Dshstk.c459 if (features_enabled(ARCH_SHSTK_WRSS) == enable)
466 features_set(ARCH_SHSTK_WRSS);
469 features_clr(ARCH_SHSTK_WRSS);
500 features_clr(ARCH_SHSTK_SHSTK | ARCH_SHSTK_WRSS);
566 if (features & ARCH_SHSTK_WRSS)
576 if (features & ARCH_SHSTK_WRSS)
/linux-master/arch/x86/kernel/cpu/
H A Dproc.c186 if (features & ARCH_SHSTK_WRSS)
/linux-master/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c54 #define ARCH_SHSTK_WRSS (1ULL << 1) macro
858 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_WRSS)) {

Completed in 150 milliseconds