Searched refs:CLONE_VM (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/arch/alpha/kernel/ |
D | asm-offsets.c | 36 DEFINE(CLONE_VM, CLONE_VM); in foo()
|
/linux-4.4.14/include/uapi/linux/ |
D | sched.h | 8 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
/linux-4.4.14/arch/um/drivers/ |
D | ubd_user.c | 43 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); in start_io_thread()
|
/linux-4.4.14/kernel/ |
D | fork.c | 974 if (clone_flags & CLONE_VM) { in copy_mm() 1273 if ((clone_flags & CLONE_SIGHAND) && !(clone_flags & CLONE_VM)) in copy_process() 1487 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process() 1678 task = copy_process(CLONE_VM, 0, 0, NULL, &init_struct_pid, 0, 0); in fork_idle() 1783 return _do_fork(flags|CLONE_VM|CLONE_UNTRACED, (unsigned long)fn, in kernel_thread() 1802 return _do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, 0, in SYSCALL_DEFINE0() 1883 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags() 1893 if (unshare_flags & (CLONE_THREAD | CLONE_SIGHAND | CLONE_VM)) { in check_unshare_flags() 1897 if (unshare_flags & (CLONE_SIGHAND | CLONE_VM)) { in check_unshare_flags() 1901 if (unshare_flags & CLONE_VM) { in check_unshare_flags() [all …]
|
/linux-4.4.14/arch/cris/kernel/ |
D | asm-offsets.c | 56 DEFINE(LCLONE_VM, CLONE_VM); in main()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | aio.c | 219 CLONE_FILES | CLONE_VM, &aio_stack); in init_aio_24() 255 CLONE_FILES | CLONE_VM, &aio_stack); in init_aio_26()
|
D | helper.c | 74 pid = clone(helper_child, (void *) sp, CLONE_VM, &data); in run_helper()
|
D | sigio.c | 309 CLONE_FILES | CLONE_VM, in write_sigio_workaround()
|
/linux-4.4.14/tools/testing/selftests/memfd/ |
D | fuse_test.c | 213 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
|
D | memfd_test.c | 898 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | asm-offsets.c | 79 DEFINE(CLONE_VM_asm, CLONE_VM); in foo()
|
/linux-4.4.14/Documentation/ |
D | unshare.txt | 154 CLONE_VM 155 If CLONE_VM is set, the virtual memory of the caller is 240 Force implied flags. If CLONE_THREAD is set force CLONE_VM. 241 If CLONE_VM is set, force CLONE_SIGHAND. If CLONE_SIGHAND is
|
D | nommu-mmap.txt | 14 the CLONE_VM flag. 30 shared across fork() or clone() without CLONE_VM in the MMU case. Since
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | process.c | 235 if (clone_flags & CLONE_VM) { in copy_thread()
|
D | asm-offsets.c | 116 DEFINE(_CLONE_VM, CLONE_VM); in main()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | asm-offsets.c | 204 DEFINE(IA64_CLONE_VM, CLONE_VM); in foo()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | asm-offsets.c | 364 DEFINE(CLONE_VM, CLONE_VM); in main()
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 277 or CLONE_VM'd group of tasks for as long as it exists. However, since the
|
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 44 [clone() w/o the CLONE_VM flag] and exec*(). This allows a parent task
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 1863 vq->thread = clone(do_thread, stack + 32768, CLONE_VM | SIGCHLD, vq); in start_virtqueue()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 2132 if (clone_flags & CLONE_VM) in __sched_fork()
|