| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | asm-offsets.c | 37 DEFINE(CLONE_VM, CLONE_VM); in foo()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | 0020-Fix-tab-crashes-on-musl.patch | 30 - const uint64_t kAndroidCloneMask = CLONE_VM | CLONE_FS | CLONE_FILES | 36 - CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | 43 + const int required = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | 52 AnyOf((flags & (CLONE_VM | CLONE_THREAD)) == 0,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fork.c | 1464 if (clone_flags & CLONE_VM) { in copy_mm() 1880 if ((clone_flags & (CLONE_VM | CLONE_THREAD | CLONE_VFORK)) != CLONE_VM) in copy_oom_score_adj() 1935 if ((clone_flags & CLONE_SIGHAND) && !(clone_flags & CLONE_VM)) in copy_process() 1962 if (clone_flags & (CLONE_THREAD | CLONE_VM)) { in copy_process() 2221 if ((clone_flags & (CLONE_VM|CLONE_VFORK)) == CLONE_VM) in copy_process() 2469 .flags = CLONE_VM, in fork_idle() 2497 .flags = ((lower_32_bits(flags) | CLONE_VM | in create_io_thread() 2604 .flags = ((lower_32_bits(flags) | CLONE_VM | in kernel_thread() 2634 .flags = CLONE_VFORK | CLONE_VM, in SYSCALL_DEFINE0() 2927 CLONE_VM|CLONE_FILES|CLONE_SYSVSEM| in check_unshare_flags() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | sched.h | 9 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | sched.h | 9 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | sched.h | 43 # define CLONE_VM 0x00000100 /* Set if VM shared between processes. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | sched.h | 43 # define CLONE_VM 0x00000100 /* Set if VM shared between processes. */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | thread-self.c | 59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | ubd_user.c | 50 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); in start_io_thread()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sched.h | 11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | sched.h | 11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | process.c | 47 .flags = CLONE_VFORK | CLONE_VM, in sparc_vfork()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ |
| H A D | unshare.rst | 161 CLONE_VM 162 If CLONE_VM is set, the virtual memory of the caller is 263 Force implied flags. If CLONE_THREAD is set force CLONE_VM. 264 If CLONE_VM is set, force CLONE_SIGHAND. If CLONE_SIGHAND is
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | helper.c | 74 pid = clone(helper_child, (void *) sp, CLONE_VM, &data); in run_helper()
|
| H A D | sigio.c | 309 CLONE_FILES | CLONE_VM, in write_sigio_workaround()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | process.c | 249 if (clone_flags & CLONE_VM) { in copy_thread()
|
| H A D | asm-offsets.c | 123 DEFINE(_CLONE_VM, CLONE_VM); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/ |
| H A D | fuse_test.c | 212 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
|
| H A D | memfd_test.c | 1070 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_setns_test.c | 351 ASSERT_NE(setns(self->pidfd, CLONE_VM), 0); in TEST_F() 354 ASSERT_NE(setns(self->pidfd, CLONE_NEWUSER | CLONE_VM), 0); in TEST_F()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | nommu-mmap.rst | 14 the CLONE_VM flag. 30 shared across fork() or clone() without CLONE_VM in the MMU case. Since
|
| H A D | numa_memory_policy.rst | 56 [clone() w/o the CLONE_VM flag] and exec*(). This allows a parent task
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | asm-offsets.c | 201 DEFINE(IA64_CLONE_VM, CLONE_VM); in foo()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | test_core.c | 802 CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, in test_cgcore_lesser_ns_open()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 2062 if (clone_flags & CLONE_VM) { in rseq_fork()
|