Searched refs:PR_SET_SHADOW_STACK_STATUS (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/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() 169 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F()
|
| H A D | basic-gcs.c | 38 ret = my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, mode, in gcs_set_status() 337 ret = my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in main() 350 my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, 0, 0, 0, 0); in main()
|
| 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 | gcsstr.S | 11 #define PR_SET_SHADOW_STACK_STATUS 75 macro 79 mov x0, PR_SET_SHADOW_STACK_STATUS
|
| 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-6.15/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-6.15/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-6.15/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals_utils.h | 34 register long _arg1 __asm__ ("x0") = PR_SET_SHADOW_STACK_STATUS; \
|
| /linux-6.15/include/uapi/linux/ |
| H A D | prctl.h | 344 #define PR_SET_SHADOW_STACK_STATUS 75 macro
|
| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | prctl.h | 344 #define PR_SET_SHADOW_STACK_STATUS 75 macro
|
| /linux-6.15/kernel/ |
| H A D | sys.c | 2808 case PR_SET_SHADOW_STACK_STATUS: in SYSCALL_DEFINE5()
|