Home
last modified time | relevance | path

Searched refs:ARCH_SHSTK_WRSS (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/
H A Dshstk.c496 if (features_enabled(ARCH_SHSTK_WRSS) == enable) in wrss_control()
503 features_set(ARCH_SHSTK_WRSS); in wrss_control()
506 features_clr(ARCH_SHSTK_WRSS); in wrss_control()
537 features_clr(ARCH_SHSTK_SHSTK | ARCH_SHSTK_WRSS); in shstk_disable()
603 if (features & ARCH_SHSTK_WRSS) in shstk_prctl()
613 if (features & ARCH_SHSTK_WRSS) in shstk_prctl()
/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h
/linux/arch/x86/include/uapi/asm/
H A Dprctl.h41 #define ARCH_SHSTK_WRSS (1ULL << 1) macro
/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c55 #define ARCH_SHSTK_WRSS (1ULL << 1) macro
1077 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_WRSS)) { in main()