Home
last modified time | relevance | path

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

/tools/testing/selftests/proc/
A Dthread-self.c59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
/tools/perf/trace/beauty/include/uapi/linux/
A Dsched.h11 #define CLONE_VM 0x00000100 /* set if VM shared between processes */ macro
/tools/testing/selftests/move_mount_set_group/
A Dmove_mount_set_group_test.c359 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 Dtpidr2.c158 ret = sys_clone(CLONE_VM, (unsigned long)stack + __STACK_SIZE, in write_clone_read()
/tools/testing/selftests/powerpc/dexcr/
A Dhashchk_test.c211 CLONE_VM | SIGCHLD, NULL); in hashchk_clone_share_key_test()
/tools/testing/selftests/mm/
A Dpkey_sighandler_tests.c326 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 Dfuse_test.c213 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
A Dmemfd_test.c1657 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
/tools/testing/selftests/pidfd/
A Dpidfd_setns_test.c405 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 Dcs_prctl_test.c64 const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
/tools/testing/selftests/user_events/
A Dabi_test.c411 CLONE_VM | SIGCHLD, &self->check)); in TEST_F()
/tools/testing/selftests/x86/
A Dlam.c869 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 Dutils.c398 pid = do_clone(userns_fd_cb, h, CLONE_NEWUSER | CLONE_FILES | CLONE_VM); in create_userns_hierarchy()
/tools/testing/selftests/cgroup/
A Dtest_core.c833 CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, in test_cgcore_lesser_ns_open()
/tools/include/nolibc/
A Dsys.h356 .flags = CLONE_VM | CLONE_VFORK, in sys_vfork()
/tools/testing/selftests/bpf/prog_tests/
A Duprobe_multi_test.c112 CLONE_VM|SIGCHLD, child); in spawn_child_flag()

Completed in 31 milliseconds