Searched refs:CLONE_VM (Results 1 – 15 of 15) sorted by relevance
2 #if !(defined(CLONE_VM) || (defined(HAVE_DECL_CLONE_VM) && HAVE_DECL_CLONE_VM))3 # define CLONE_VM 0x00000100 macro80 XLAT(CLONE_VM),
1 CLONE_VM 0x00000100
119 const uint64_t kAndroidCloneMask = CLONE_VM | CLONE_FS | CLONE_FILES | in RestrictCloneToThreadsAndEPERMFork()125 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | in RestrictCloneToThreadsAndEPERMFork()134 .ElseIf((flags & (CLONE_VM | CLONE_THREAD)) == 0, Error(EPERM)) in RestrictCloneToThreadsAndEPERMFork()
8 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
28 pid_t clone_pid = clone(Child, sp, CLONE_FILES | CLONE_VM, NULL); in main()
48 …if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|C… in main()
34 # CLONE_VM 0x100
334 !(options.clone_flags & (CLONE_SIGHAND | CLONE_THREAD | CLONE_VM))); in LaunchProcess()759 const bool clone_vm_used = flags & CLONE_VM; in ForkWithFlags()
114 clone_flags |= CLONE_VM | CLONE_VFORK | CLONE_SETTLS; in ChrootToSafeEmptyDir()
46 const bool clone_vm_used = flags & CLONE_VM; in sys_clone()
406 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
90 342040 Valgrind mishandles clone with CLONE_VFORK | CLONE_VM that clones
286 anything much but memory, so uses only the CLONE_VM (and possibly
548 * util.c (CLONE_VM): Define if not defined already.549 (setbpt): Clear CLONE_VM in the case we already clear CLONE_VFORK for