Home
last modified time | relevance | path

Searched refs:__NR_fork (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/tools/perf/bench/
H A Dsyscall.c21 #ifndef __NR_fork
22 #define __NR_fork -1 macro
95 case __NR_fork: in bench_syscall_common()
122 case __NR_fork: in bench_syscall_common()
178 return bench_syscall_common(argc, argv, __NR_fork); in bench_syscall_fork()
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dunistd_64.h2 #ifndef __NR_fork
3 #define __NR_fork 57 macro
H A Dunistd_32.h2 #ifndef __NR_fork
3 #define __NR_fork 2 macro
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.S80 li r0,__NR_fork
H A Dvmx_asm.S97 li r0,__NR_fork
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h6 #define __NR_fork 2 macro
H A Dunistd_32.h6 #define __NR_fork 2 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h61 #define __NR_fork 57 macro
H A Dunistd_32.h6 #define __NR_fork 2 macro
H A Dunistd_x32.h51 #define __NR_fork (__X32_SYSCALL_BIT + 57) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h6 #define __NR_fork 2 macro
H A Dunistd_32.h6 #define __NR_fork 2 macro
/openbmc/linux/tools/include/nolibc/
H A Dsys.h312 #elif defined(__NR_fork) in sys_fork()
313 return my_syscall0(__NR_fork); in sys_fork()
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h17 #define __NR_fork 2 macro
18 __SYSCALL(__NR_fork, sys_fork)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h60 #define __NR_fork (__NR_Linux + 56) macro
H A Dunistd_n32.h60 #define __NR_fork (__NR_Linux + 56) macro
H A Dunistd_o32.h6 #define __NR_fork (__NR_Linux + 2) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h6 #define __NR_fork (__NR_SYSCALL_BASE + 2) macro