/openbmc/linux/tools/testing/selftests/riscv/vector/ |
H A 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()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 150 #define __NR_prctl 167 macro
|
H A D | unistd_64.h | 170 #define __NR_prctl 167 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 171 #define __NR_prctl 167 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 168 #define __NR_prctl 167 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 133 #define __NR_prctl 172 macro
|
H A D | unistd_32.h | 156 #define __NR_prctl 172 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 161 #define __NR_prctl 157 macro
|
H A D | unistd_32.h | 176 #define __NR_prctl 172 macro
|
H A D | unistd_x32.h | 143 #define __NR_prctl (__X32_SYSCALL_BIT + 157) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 175 #define __NR_prctl 171 macro
|
H A D | unistd_32.h | 175 #define __NR_prctl 171 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 447 #define __NR_prctl 167 macro 448 __SYSCALL(__NR_prctl, sys_prctl)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 447 #define __NR_prctl 167 macro 448 __SYSCALL(__NR_prctl, sys_prctl)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 447 #define __NR_prctl 167 macro 448 __SYSCALL(__NR_prctl, sys_prctl)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 357 #define __NR_prctl 172 macro 358 __SYSCALL(__NR_prctl, sys_prctl)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 157 #define __NR_prctl (__NR_Linux + 153) macro
|
H A D | unistd_n32.h | 157 #define __NR_prctl (__NR_Linux + 153) macro
|
H A D | unistd_o32.h | 196 #define __NR_prctl (__NR_Linux + 192) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 137 #define __NR_prctl (__NR_SYSCALL_BASE + 172) macro
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | user_ringbuf.c | 496 syscall(__NR_prctl); in kick_kernel_read_messages()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 799 return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5); in sys_prctl()
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A 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()
|