Home
last modified time | relevance | path

Searched refs:CLONE_VM (Results 1 – 25 of 50) sorted by relevance

12

/linux-2.4.37.9/arch/s390/kernel/
Dprocess.c112 int clone_arg = flags | CLONE_VM; in arch_kernel_thread()
222 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, in sys_vfork()
Dsmp.c574 return do_fork(CLONE_VM|CLONE_PID, 0, &regs, 0); in fork_by_hand()
/linux-2.4.37.9/arch/s390x/kernel/
Dprocess.c109 int clone_arg = flags | CLONE_VM; in arch_kernel_thread()
256 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, in sys_vfork()
Dsmp.c555 return do_fork(CLONE_VM|CLONE_PID, 0, &regs, 0); in fork_by_hand()
/linux-2.4.37.9/arch/cris/kernel/
Dentryoffsets.c59 VAL (LCLONE_VM, CLONE_VM)
Dprocess.c370 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0); in sys_vfork()
/linux-2.4.37.9/arch/x86_64/tools/
Doffset.c58 outconst("#define CLONE_VM %0", CLONE_VM); in main()
/linux-2.4.37.9/arch/ppc/kernel/
Dmk_defs.c122 DEFINE(CLONE_VM, CLONE_VM); in main()
Dsmp.c349 if (do_fork(CLONE_VM|CLONE_PID, 0, &regs, 0) < 0) in smp_boot_cpus()
/linux-2.4.37.9/arch/m68k/kernel/
Dprocess.c137 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/
Dsmp.c138 do_fork(CLONE_VM|CLONE_PID, 0, &regs, 0); in smp_boot_cpus()
/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dsmp.c149 do_fork(CLONE_VM|CLONE_PID, 0, &regs, 0); in smp_boot_cpus()
/linux-2.4.37.9/arch/sh/kernel/
Dprocess.c128 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], &regs, 0); in sys_vfork()
/linux-2.4.37.9/arch/parisc/kernel/
Dprocess.c224 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, in sys_vfork()
Dsmp.c513 return do_fork(CLONE_VM|CLONE_PID, 0, &regs, 0); in fork_by_hand()
/linux-2.4.37.9/arch/ppc64/kernel/
Dmk_defs.c195 DEFINE(CLONE_VM, CLONE_VM); in main()
/linux-2.4.37.9/arch/i386/kernel/
Dprocess.c502 "b" (flags | CLONE_VM) in arch_kernel_thread()
739 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs.esp, &regs, 0); in sys_vfork()
/linux-2.4.37.9/arch/mips/kernel/
Dprocess.c156 "r" (flags | CLONE_VM) in arch_kernel_thread()
/linux-2.4.37.9/arch/mips64/kernel/
Dprocess.c149 "r" (flags | CLONE_VM) in arch_kernel_thread()
/linux-2.4.37.9/arch/arm/kernel/
Dsys_arm.c256 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->ARM_sp, regs, 0); in sys_vfork()
Dprocess.c402 : "Ir" (flags), "I" (CLONE_VM), "r" (fn), "r" (arg) in arch_kernel_thread()
/linux-2.4.37.9/arch/ia64/tools/
Dprint_offsets.c179 { "IA64_CLONE_VM", CLONE_VM },
/linux-2.4.37.9/arch/ia64/kernel/
Dsmpboot.c417 return do_fork(CLONE_VM|CLONE_PID, 0, 0, 0); in fork_by_hand()
/linux-2.4.37.9/arch/sh64/kernel/
Dprocess.c645 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/
Dentry.S45 #define CLONE_VM 0x00000100 macro
245 lda $0,CLONE_VM

12