Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/riscv/vector/
H A 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()
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h150 #define __NR_prctl 167 macro
H A Dunistd_64.h170 #define __NR_prctl 167 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h171 #define __NR_prctl 167 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h168 #define __NR_prctl 167 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h133 #define __NR_prctl 172 macro
H A Dunistd_32.h156 #define __NR_prctl 172 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h161 #define __NR_prctl 157 macro
H A Dunistd_32.h176 #define __NR_prctl 172 macro
H A Dunistd_x32.h143 #define __NR_prctl (__X32_SYSCALL_BIT + 157) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h175 #define __NR_prctl 171 macro
H A Dunistd_32.h175 #define __NR_prctl 171 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h447 #define __NR_prctl 167 macro
448 __SYSCALL(__NR_prctl, sys_prctl)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h447 #define __NR_prctl 167 macro
448 __SYSCALL(__NR_prctl, sys_prctl)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h447 #define __NR_prctl 167 macro
448 __SYSCALL(__NR_prctl, sys_prctl)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h357 #define __NR_prctl 172 macro
358 __SYSCALL(__NR_prctl, sys_prctl)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h157 #define __NR_prctl (__NR_Linux + 153) macro
H A Dunistd_n32.h157 #define __NR_prctl (__NR_Linux + 153) macro
H A Dunistd_o32.h196 #define __NR_prctl (__NR_Linux + 192) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h137 #define __NR_prctl (__NR_SYSCALL_BASE + 172) macro
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c496 syscall(__NR_prctl); in kick_kernel_read_messages()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h799 return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5); in sys_prctl()
/openbmc/linux/tools/testing/selftests/seccomp/
H A 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()