taglinefilesource code
COPYVM181arch/i386/kernel/process.cclone_flags |= COPYVM;
COPYVM118arch/mips/kernel/process.cclone_flags |= COPYVM;
COPYVM139kernel/fork.cif (clone_flags & COPYVM) {
COPYVM171kernel/fork.cunsigned long clone_flags = COPYVM | SIGCHLD;
COPYVM209kernel/fork.cclone_flags = copy_thread(nr, COPYVM | SIGCHLD, p, &regs);