Home
last modified time | relevance | path

Searched refs:ARCH_SHSTK_DISABLE (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c49 #define ARCH_SHSTK_DISABLE 0x5002 macro
694 ARCH_PRCTL(ARCH_SHSTK_DISABLE, ARCH_SHSTK_SHSTK); in segv_gp_handler()
869 ARCH_PRCTL(ARCH_SHSTK_DISABLE, ARCH_SHSTK_SHSTK); in test_uretprobe()
949 ARCH_PRCTL(ARCH_SHSTK_DISABLE, ARCH_SHSTK_SHSTK); in test_uprobe_call()
1067 if (ARCH_PRCTL(ARCH_SHSTK_DISABLE, ARCH_SHSTK_SHSTK)) { in main()
1167 if (ARCH_PRCTL(ARCH_SHSTK_DISABLE, ARCH_SHSTK_SHSTK)) { in main()
/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h
/linux/arch/x86/include/uapi/asm/
H A Dprctl.h34 #define ARCH_SHSTK_DISABLE 0x5002 macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c785 #define ARCH_SHSTK_DISABLE 0x5002 in __test_uprobe_syscall()
809 ARCH_PRCTL(ARCH_SHSTK_DISABLE, ARCH_SHSTK_SHSTK);
624 #define ARCH_SHSTK_DISABLE global() macro
/linux/arch/x86/kernel/
H A Dshstk.c602 if (option == ARCH_SHSTK_DISABLE) { in shstk_prctl()