Home
last modified time | relevance | path

Searched refs:CLONE_VM (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dasm-offsets.c37 DEFINE(CLONE_VM, CLONE_VM); in foo()
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0020-Fix-tab-crashes-on-musl.patch30 - 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 Dfork.c1464 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 Dsched.h9 #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 Dsched.h9 #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 Dsched.h43 # 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 Dsched.h43 # define CLONE_VM 0x00000100 /* Set if VM shared between processes. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dthread-self.c59 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 Dubd_user.c50 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); in start_io_thread()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dprocess.c47 .flags = CLONE_VFORK | CLONE_VM, in sparc_vfork()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dunshare.rst161 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 Dhelper.c74 pid = clone(helper_child, (void *) sp, CLONE_VM, &data); in run_helper()
H A Dsigio.c309 CLONE_FILES | CLONE_VM, in write_sigio_workaround()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dprocess.c249 if (clone_flags & CLONE_VM) { in copy_thread()
H A Dasm-offsets.c123 DEFINE(_CLONE_VM, CLONE_VM); in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/
H A Dfuse_test.c212 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
H A Dmemfd_test.c1070 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c351 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 Dnommu-mmap.rst14 the CLONE_VM flag.
30 shared across fork() or clone() without CLONE_VM in the MMU case. Since
H A Dnuma_memory_policy.rst56 [clone() w/o the CLONE_VM flag] and exec*(). This allows a parent task
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dasm-offsets.c201 DEFINE(IA64_CLONE_VM, CLONE_VM); in foo()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dtest_core.c802 CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, in test_cgcore_lesser_ns_open()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h2062 if (clone_flags & CLONE_VM) { in rseq_fork()

12