Home
last modified time | relevance | path

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

/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()
936 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) in test_uprobe_call()
1062 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) { in main()
1072 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) { in main()
1077 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/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c783 #ifndef ARCH_SHSTK_ENABLE in __test_uprobe_syscall()
784 #define ARCH_SHSTK_ENABLE 0x5001 in __test_uprobe_syscall()
791 if (ARCH_PRCTL(ARCH_SHSTK_ENABLE, ARCH_SHSTK_SHSTK)) { in __test_uprobe_syscall()
623 #define ARCH_SHSTK_ENABLE global() macro