Searched refs:PR_SET_SHADOW_STACK_STATUS (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/arm64/gcs/ |
| 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()
|
| A D | gcspushm.S | 11 #define PR_SET_SHADOW_STACK_STATUS 75 macro 77 mov x0, PR_SET_SHADOW_STACK_STATUS
|
| A D | gcsstr.S | 11 #define PR_SET_SHADOW_STACK_STATUS 75 macro 79 mov x0, PR_SET_SHADOW_STACK_STATUS
|
| A D | basic-gcs.c | 38 ret = my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, mode, in gcs_set_status() 400 ret = my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in main() 413 my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, 0, 0, 0, 0); in main()
|
| A D | gcs-util.h | 31 #define PR_SET_SHADOW_STACK_STATUS 75 macro
|
| 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
|
| A D | libc-gcs.c | 718 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in main()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | assembler.h | 68 #define PR_SET_SHADOW_STACK_STATUS 75 macro 73 mov x0, PR_SET_SHADOW_STACK_STATUS
|
| /tools/testing/selftests/arm64/signal/ |
| A D | test_signals_utils.h | 34 register long _arg1 __asm__ ("x0") = PR_SET_SHADOW_STACK_STATUS; \
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | prctl.h | 344 #define PR_SET_SHADOW_STACK_STATUS 75 macro
|
| /tools/include/uapi/linux/ |
| A D | prctl.h | 349 #define PR_SET_SHADOW_STACK_STATUS 75 macro
|
Completed in 16 milliseconds