/linux-2.4.37.9/arch/s390/kernel/ |
D | process.c | 112 int clone_arg = flags | CLONE_VM; in arch_kernel_thread() 222 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, in sys_vfork()
|
D | smp.c | 574 return do_fork(CLONE_VM|CLONE_PID, 0, ®s, 0); in fork_by_hand()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | process.c | 109 int clone_arg = flags | CLONE_VM; in arch_kernel_thread() 256 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, in sys_vfork()
|
D | smp.c | 555 return do_fork(CLONE_VM|CLONE_PID, 0, ®s, 0); in fork_by_hand()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | entryoffsets.c | 59 VAL (LCLONE_VM, CLONE_VM)
|
D | process.c | 370 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0); in sys_vfork()
|
/linux-2.4.37.9/arch/x86_64/tools/ |
D | offset.c | 58 outconst("#define CLONE_VM %0", CLONE_VM); in main()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | mk_defs.c | 122 DEFINE(CLONE_VM, CLONE_VM); in main()
|
D | smp.c | 349 if (do_fork(CLONE_VM|CLONE_PID, 0, ®s, 0) < 0) in smp_boot_cpus()
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | process.c | 137 register long clone_arg __asm__ ("d1") = flags | CLONE_VM; in arch_kernel_thread() 190 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0); in m68k_vfork()
|
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/ |
D | smp.c | 138 do_fork(CLONE_VM|CLONE_PID, 0, ®s, 0); in smp_boot_cpus()
|
/linux-2.4.37.9/arch/mips/sibyte/sb1250/ |
D | smp.c | 149 do_fork(CLONE_VM|CLONE_PID, 0, ®s, 0); in smp_boot_cpus()
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | process.c | 128 register unsigned long __sc4 __asm__ ("r4") = (long) flags | CLONE_VM; in arch_kernel_thread() 345 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs.regs[15], ®s, 0); in sys_vfork()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | process.c | 224 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, in sys_vfork()
|
D | smp.c | 513 return do_fork(CLONE_VM|CLONE_PID, 0, ®s, 0); in fork_by_hand()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | mk_defs.c | 195 DEFINE(CLONE_VM, CLONE_VM); in main()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | process.c | 502 "b" (flags | CLONE_VM) in arch_kernel_thread() 739 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs.esp, ®s, 0); in sys_vfork()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | process.c | 156 "r" (flags | CLONE_VM) in arch_kernel_thread()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | process.c | 149 "r" (flags | CLONE_VM) in arch_kernel_thread()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | sys_arm.c | 256 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->ARM_sp, regs, 0); in sys_vfork()
|
D | process.c | 402 : "Ir" (flags), "I" (CLONE_VM), "r" (fn), "r" (arg) in arch_kernel_thread()
|
/linux-2.4.37.9/arch/ia64/tools/ |
D | print_offsets.c | 179 { "IA64_CLONE_VM", CLONE_VM },
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | smpboot.c | 417 return do_fork(CLONE_VM|CLONE_PID, 0, 0, 0); in fork_by_hand()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | process.c | 645 reply = clone(flags | CLONE_VM, 0); in arch_kernel_thread() 851 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, pregs->regs[15], pregs,0); in sys_vfork()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | entry.S | 45 #define CLONE_VM 0x00000100 macro 245 lda $0,CLONE_VM
|