Searched refs:__NR_prctl (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/riscv/vector/ |
D | vstate_exec_nolibc.c | 13 ctrl = my_syscall1(__NR_prctl, PR_RISCV_V_GET_CONTROL); in main() 48 rc = my_syscall1(__NR_prctl, PR_RISCV_V_GET_CONTROL); in main()
|
/tools/include/uapi/asm-generic/ |
D | unistd.h | 447 #define __NR_prctl 167 macro 448 __SYSCALL(__NR_prctl, sys_prctl)
|
/tools/testing/selftests/bpf/prog_tests/ |
D | user_ringbuf.c | 495 syscall(__NR_prctl); in kick_kernel_read_messages()
|
/tools/include/nolibc/ |
D | sys.h | 799 return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5); in sys_prctl()
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 355 syscall(__NR_prctl, PR_SET_SECCOMP, SECCOMP_MODE_FILTER, in TEST_SIGNAL() 2666 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_prctl, 0, 1), in TEST_F()
|