taglinefilesource code
COPYVM125arch/i386/kernel/process.cclone_flags |= COPYVM;
COPYVM141kernel/fork.cif (clone_flags & COPYVM) {
COPYVM172kernel/fork.cunsigned long clone_flags = COPYVM | SIGCHLD;
COPYVM210kernel/fork.cclone_flags = copy_thread(nr, COPYVM | SIGCHLD, p, &regs);