Home
last modified time | relevance | path

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

/tools/testing/selftests/riscv/vector/
Dvstate_exec_nolibc.c13 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/
Dunistd.h447 #define __NR_prctl 167 macro
448 __SYSCALL(__NR_prctl, sys_prctl)
/tools/testing/selftests/bpf/prog_tests/
Duser_ringbuf.c495 syscall(__NR_prctl); in kick_kernel_read_messages()
/tools/include/nolibc/
Dsys.h799 return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5); in sys_prctl()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c355 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()