taglinefilesource code
CLONE_VM220arch/ppc/kernel/process.creturn do_fork(/*clone_flags*/CLONE_VM, /*usp*/ regs->gpr[1], regs);
CLONE_VM195include/asm-alpha/unistd.hreturn __kernel_thread(flags | CLONE_VM, fn, arg);
CLONE_VM315include/asm-i386/unistd.h"b" (flags | CLONE_VM)
CLONE_VM1346include/asm-mips/unistd.h"r" (flags | CLONE_VM)
CLONE_VM461include/asm-sparc/unistd.h"i" (__NR_clone), "r" (flags | CLONE_VM),
CLONE_VM116kernel/fork.cif (clone_flags & CLONE_VM) {