Searched refs:CLONE_VM (Results 1 – 16 of 16) sorted by relevance
| /tools/testing/selftests/proc/ |
| A D | thread-self.c | 59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | sched.h | 11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
|
| /tools/testing/selftests/move_mount_set_group/ |
| A D | move_mount_set_group_test.c | 359 CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0); in TEST_F() 363 CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0); in TEST_F()
|
| /tools/testing/selftests/arm64/abi/ |
| A D | tpidr2.c | 158 ret = sys_clone(CLONE_VM, (unsigned long)stack + __STACK_SIZE, in write_clone_read()
|
| /tools/testing/selftests/powerpc/dexcr/ |
| A D | hashchk_test.c | 211 CLONE_VM | SIGCHLD, NULL); in hashchk_clone_share_key_test()
|
| /tools/testing/selftests/mm/ |
| A D | pkey_sighandler_tests.c | 326 long ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES | in test_sigsegv_handler_with_different_pkey_for_stack() 497 long ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES | in test_pkru_sigreturn()
|
| /tools/testing/selftests/memfd/ |
| A D | fuse_test.c | 213 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
|
| A D | memfd_test.c | 1657 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
|
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_setns_test.c | 405 ASSERT_NE(setns(self->pidfd, CLONE_VM), 0); in TEST_F() 408 ASSERT_NE(setns(self->pidfd, CLONE_NEWUSER | CLONE_VM), 0); in TEST_F()
|
| /tools/testing/selftests/sched/ |
| A D | cs_prctl_test.c | 64 const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
|
| /tools/testing/selftests/user_events/ |
| A D | abi_test.c | 411 CLONE_VM | SIGCHLD, &self->check)); in TEST_F()
|
| /tools/testing/selftests/x86/ |
| A D | lam.c | 869 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, NULL); in handle_thread() 897 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, test); in handle_thread_enable()
|
| /tools/testing/selftests/filesystems/ |
| A D | utils.c | 398 pid = do_clone(userns_fd_cb, h, CLONE_NEWUSER | CLONE_FILES | CLONE_VM); in create_userns_hierarchy()
|
| /tools/testing/selftests/cgroup/ |
| A D | test_core.c | 833 CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, in test_cgcore_lesser_ns_open()
|
| /tools/include/nolibc/ |
| A D | sys.h | 356 .flags = CLONE_VM | CLONE_VFORK, in sys_vfork()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | uprobe_multi_test.c | 112 CLONE_VM|SIGCHLD, child); in spawn_child_flag()
|
Completed in 26 milliseconds