Home
last modified time | relevance | path

Searched refs:__NR_prctl (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/arm64/gcs/
A Dgcs-locking.c93 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 Dbasic-gcs.c24 my_syscall1(__NR_prctl, PR_SVE_GET_VL); in valid_gcs_function()
38 ret = my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, mode, in gcs_set_status()
42 ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, in gcs_set_status()
71 ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, in read_status()
259 ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, in test_fork()
323 ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, in test_vfork()
393 ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, in main()
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 Dgcs-util.h15 #ifndef __NR_prctl
16 #define __NR_prctl 167 macro
A Dgcspushm.S83 mov x8, #__NR_prctl
A Dgcsstr.S85 mov x8, #__NR_prctl
A Dgcs-stress-thread.S215 mov x8, #__NR_prctl
272 mov x8, #__NR_prctl
A Dlibc-gcs.c710 ret = my_syscall2(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, &gcs_mode); in main()
718 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in main()
/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.h22 #ifndef __NR_prctl
23 #define __NR_prctl 167 macro
33 register long _num __asm__ ("x8") = __NR_prctl; \
/tools/testing/selftests/riscv/vector/
A Dvstate_exec_nolibc.c19 ctrl = my_syscall1(__NR_prctl, PR_RISCV_V_GET_CONTROL); in main()
54 rc = my_syscall1(__NR_prctl, PR_RISCV_V_GET_CONTROL); in main()
/tools/include/nolibc/sys/
A Dprctl.h26 return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5); in sys_prctl()
/tools/testing/selftests/arm64/fp/
A Dassembler.h79 mov x8, #__NR_prctl
/tools/include/uapi/asm-generic/
A Dunistd.h447 #define __NR_prctl 167 macro
448 __SYSCALL(__NR_prctl, sys_prctl)
/tools/testing/selftests/bpf/prog_tests/
A Duser_ringbuf.c497 syscall(__NR_prctl); in kick_kernel_read_messages()
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c368 syscall(__NR_prctl, PR_SET_SECCOMP, SECCOMP_MODE_FILTER, in TEST_SIGNAL()
2673 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_prctl, 0, 1), in TEST_F()

Completed in 28 milliseconds