Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/arch/x86/include/uapi/asm/
A Dprctl.h33 #define ARCH_SHSTK_ENABLE 0x5001 macro
/tools/testing/selftests/bpf/prog_tests/
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()
/tools/testing/selftests/x86/
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()

Completed in 90 milliseconds