Home
last modified time | relevance | path

Searched refs:__NR_fork (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/arch/x86/include/uapi/asm/
H A Dunistd_32.h2 #ifndef __NR_fork
3 #define __NR_fork 2 macro
H A Dunistd_64.h2 #ifndef __NR_fork
3 #define __NR_fork 57 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h23 #define __NR_fork 2 macro
H A Dunistd_64.h78 #define __NR_fork 57 macro
H A Dunistd_x32.h68 #define __NR_fork (__X32_SYSCALL_BIT + 57) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h23 #define __NR_fork 2 macro
H A Dunistd_64.h78 #define __NR_fork 57 macro
H A Dunistd_x32.h68 #define __NR_fork (__X32_SYSCALL_BIT + 57) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dunistd32.h17 #define __NR_fork 2 macro
18 __SYSCALL(__NR_fork, sys_fork)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dunistd32.h17 #define __NR_fork 2 macro
18 __SYSCALL(__NR_fork, sys_fork)
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h312 #elif defined(__NR_fork) in sys_fork()
313 return my_syscall0(__NR_fork); in sys_fork()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h10 #define __NR_fork (__NR_SYSCALL_BASE + 2) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dunistd_o32.h23 #define __NR_fork (__NR_Linux + 2) macro
H A Dunistd_n64.h77 #define __NR_fork (__NR_Linux + 56) macro
H A Dunistd_n32.h77 #define __NR_fork (__NR_Linux + 56) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h23 #define __NR_fork (__NR_SYSCALL_BASE + 2) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h23 #define __NR_fork (__NR_SYSCALL_BASE + 2) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dunistd_o32.h23 #define __NR_fork (__NR_Linux + 2) macro
H A Dunistd_n32.h77 #define __NR_fork (__NR_Linux + 56) macro
H A Dunistd_n64.h77 #define __NR_fork (__NR_Linux + 56) macro
/kernel/linux/linux-5.10/tools/include/nolibc/
H A Dnolibc.h1531 return my_syscall0(__NR_fork); in sys_fork()

Completed in 29 milliseconds