Home
last modified time | relevance | path

Searched refs:__NR_clone (Results 1 – 25 of 51) sorted by relevance

123

/external/libchrome/sandbox/linux/services/
Dsyscall_wrappers.cc56 return syscall(__NR_clone, flags, child_stack, ptid, ctid, tls); in sys_clone()
60 return syscall(__NR_clone, flags, child_stack, ptid, tls, ctid); in sys_clone()
/external/ltp/testcases/misc/crash/
Dcrash02.c472 #if defined(__NR_clone) && __NR_clone in in_blacklist()
/external/libchrome/sandbox/linux/suid/
Dsandbox.c99 const pid_t pid = syscall(__NR_clone, CLONE_FS | SIGCHLD, 0, 0, 0); in SpawnChrootHelper()
241 pid_t pid = syscall(__NR_clone, SIGCHLD | kCloneExtraFlags[i], 0, 0, 0); in MoveToNewNamespaces()
/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h890 #if !defined(__NR_clone)
891 #define __NR_clone 220 macro
Dx86_64_linux_syscalls.h237 #if !defined(__NR_clone)
238 #define __NR_clone 56 macro
Dx86_32_linux_syscalls.h493 #if !defined(__NR_clone)
494 #define __NR_clone 120 macro
Dmips64_linux_syscalls.h236 #if !defined(__NR_clone)
237 #define __NR_clone (__NR_Linux + 55) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_s390.cc109 : "i"(__NR_clone), "i"(__NR_exit), in internal_clone()
/external/minijail/linux-x86/
Dlibsyscalls.gen.c174 #ifdef __NR_clone
175 { "clone", __NR_clone },
/external/valgrind/include/vki/
Dvki-scnums-arm64-linux.h265 #define __NR_clone 220 macro
Dvki-scnums-s390x-linux.h129 #define __NR_clone 120 macro
Dvki-scnums-amd64-linux.h100 #define __NR_clone 56 macro
Dvki-scnums-arm-linux.h157 #define __NR_clone 120 macro
Dvki-scnums-ppc64-linux.h157 #define __NR_clone 120 macro
Dvki-scnums-ppc32-linux.h157 #define __NR_clone 120 macro
Dvki-scnums-x86-linux.h157 #define __NR_clone 120 macro
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c138 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
836 LINX_(__NR_clone, sys_clone), // 220
Dsyswrap-ppc64-linux.c209 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
679 LINX_(__NR_clone, sys_clone), // 120
Dsyswrap-ppc32-linux.c146 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
760 LINX_(__NR_clone, sys_clone), // 120
/external/libchrome/base/process/
Dlaunch_posix.cc734 return syscall(__NR_clone, flags, nullptr, ptid, ctid, nullptr); in ForkWithFlags()
738 return syscall(__NR_clone, flags, nullptr, ptid, nullptr, ctid); in ForkWithFlags()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h60 #define __NR_clone 56 macro
Dunistd_32.h124 #define __NR_clone 120 macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dbaseline_policy.cc143 if (sysno == __NR_clone) { in EvaluateSyscallImpl()
/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc197 if (sigsys.nr == __NR_clone) { in SigSys()
/external/strace/
Dscno.h176 #ifndef __NR_clone
177 # define __NR_clone (SYSCALL_BIT | 56) macro

123