taglinefilesource code
CLONE_VM185include/asm-alpha/unistd.hreturn __kernel_thread(flags | CLONE_VM, fn, arg);
CLONE_VM305include/asm-i386/unistd.h"b" (flags | CLONE_VM)
CLONE_VM461include/asm-sparc/unistd.h"i" (__NR_clone), "r" (flags | CLONE_VM),
CLONE_VM116kernel/fork.cif (clone_flags & CLONE_VM) {