Searched refs:sys_vfork (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/arch/x86/um/ |
D | sys_call_table_64.c | 33 #define stub_vfork sys_vfork
|
/linux-4.4.14/arch/m32r/kernel/ |
D | syscall_table.S | 192 .long sys_vfork /* 190 */
|
/linux-4.4.14/arch/avr32/kernel/ |
D | syscall_table.S | 130 .long sys_vfork
|
/linux-4.4.14/arch/sparc/kernel/ |
D | systbls_64.S | 34 .word sys_msync, sys_vfork, sys32_pread64, sys32_pwrite64, sys_geteuid 115 .word sys_msync, sys_vfork, sys_pread64, sys_pwrite64, sys_nis_syscall
|
D | systbls_32.S | 32 /*65*/ .long sys_msync, sys_vfork, sys_pread64, sys_pwrite64, sys_geteuid
|
D | syscalls.S | 97 sys_vfork: /* Under Linux, vfork and fork are just special cases of clone. */ label
|
D | entry.S | 920 .globl sys_vfork, flush_patch_four 921 sys_vfork: label
|
/linux-4.4.14/arch/sh/kernel/ |
D | syscalls_32.S | 209 .long sys_vfork /* 190 */
|
D | syscalls_64.S | 213 .long sys_vfork /* 190 */
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | syscall_table.S | 193 .long sys_vfork /* 190 */
|
/linux-4.4.14/arch/s390/kernel/ |
D | syscalls.S | 201 SYSCALL(sys_vfork,sys_vfork) /* 190 */
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_32.tbl | 199 190 i386 vfork sys_vfork sys_vfork
|
/linux-4.4.14/arch/m68k/kernel/ |
D | entry.S | 68 jbsr sys_vfork
|
/linux-4.4.14/arch/arm/kernel/ |
D | calls.S | 202 /* 190 */ CALL(sys_vfork)
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | entry.S | 620 .long sys_vfork /* 190 */
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 727 .long sys_vfork /* 190 */
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | unistd32.h | 405 __SYSCALL(__NR_vfork, sys_vfork)
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | unistd.h | 856 __SYSCALL(__NR_vfork, sys_vfork)
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 796 .long sys_vfork /* 190 */
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | entry_64.S | 388 bl sys_vfork
|
D | entry_32.S | 541 b sys_vfork
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 829 asmlinkage long sys_vfork(void);
|