Searched refs:PR_SET_SHADOW_STACK_STATUS (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | gcs-locking.c | 93 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F() 106 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F() 117 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, 0); in TEST_F() 132 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F() 149 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F() 160 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F() 168 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F()
|
| H A D | gcsstr.S | 11 #define PR_SET_SHADOW_STACK_STATUS 75 macro 79 mov x0, PR_SET_SHADOW_STACK_STATUS
|
| H A D | gcspushm.S | 11 #define PR_SET_SHADOW_STACK_STATUS 75 macro 77 mov x0, PR_SET_SHADOW_STACK_STATUS
|
| H A D | basic-gcs.c | 39 ret = syscall(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, mode, 0, 0, 0); in gcs_set_status() 393 ret = syscall(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, gcs_mode, 0, 0, 0); in main() 405 ret = syscall(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, 0, 0, 0, 0); in main()
|
| H A D | gcs-stress-thread.S | 27 #define PR_SET_SHADOW_STACK_STATUS 75 macro 209 mov x0, PR_SET_SHADOW_STACK_STATUS 266 mov x0, PR_SET_SHADOW_STACK_STATUS
|
| H A D | gcs-util.h | 31 #define PR_SET_SHADOW_STACK_STATUS 75 macro
|
| H A D | libc-gcs.c | 718 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in main()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | assembler.h | 68 #define PR_SET_SHADOW_STACK_STATUS 75 macro 73 mov x0, PR_SET_SHADOW_STACK_STATUS
|
| /linux/Documentation/arch/arm64/ |
| H A D | gcs.rst | 64 * GCS is enabled and disabled for a thread via the PR_SET_SHADOW_STACK_STATUS 78 * Any unknown flags will cause PR_SET_SHADOW_STACK_STATUS to return -EINVAL. 81 values as used for PR_SET_SHADOW_STACK_STATUS. Any future changes to the 90 * PR_SET_SHADOW_STACK_STATUS and PR_LOCK_SHADOW_STACK_STATUS affect only the 99 are passed to PR_SET_SHADOW_STACK_STATUS.
|
| /linux/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals_utils.h | 34 register long _arg1 __asm__ ("x0") = PR_SET_SHADOW_STACK_STATUS; \
|
| /linux/tools/include/uapi/linux/ |
| H A D | prctl.h | 349 #define PR_SET_SHADOW_STACK_STATUS 75 macro
|
| /linux/include/uapi/linux/ |
| H A D | prctl.h | 361 #define PR_SET_SHADOW_STACK_STATUS 75 macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | prctl.h | 361 #define PR_SET_SHADOW_STACK_STATUS 75 macro
|
| /linux/Documentation/arch/riscv/ |
| H A D | zicfiss.rst | 100 :c:macro:`PR_SET_SHADOW_STACK_STATUS` / :c:macro:`PR_GET_SHADOW_STACK_STATUS` / 105 * prctl(PR_SET_SHADOW_STACK_STATUS, unsigned long arg)
|
| /linux/kernel/ |
| H A D | sys.c | 2869 case PR_SET_SHADOW_STACK_STATUS: in SYSCALL_DEFINE5()
|