Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprctl.h33 #define ARCH_SHSTK_ENABLE 0x5001 macro
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c47 #define ARCH_SHSTK_ENABLE 0x5001 macro
790 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) { in main()
800 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) { in main()
805 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_WRSS)) { in main()
/openbmc/linux/Documentation/arch/x86/
H A Dshstk.rst64 arch_prctl(ARCH_SHSTK_ENABLE, unsigned long feature)
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c922 case ARCH_SHSTK_ENABLE: in do_arch_prctl_64()