Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c333 #ifndef ARCH_SHSTK_ENABLE
334 #define ARCH_SHSTK_ENABLE 0x5001 macro
341 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) { in test_uretprobe_shadow_stack()
/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c48 #define ARCH_SHSTK_ENABLE 0x5001 macro
857 ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK); in test_uretprobe()
982 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) { in main()
992 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) { in main()
997 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_WRSS)) { in main()
/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h
/linux/arch/x86/include/uapi/asm/
H A Dprctl.h33 #define ARCH_SHSTK_ENABLE 0x5001 macro
/linux/Documentation/arch/x86/
H A Dshstk.rst64 arch_prctl(ARCH_SHSTK_ENABLE, unsigned long feature)
/linux/arch/x86/kernel/
H A Dprocess_64.c969 case ARCH_SHSTK_ENABLE: in do_arch_prctl_64()