Searched defs:__NR_CLONE (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c130 #define __NR_CLONE VG_STRINGIFY(__NR_clone) macro
151 " movq $"__NR_CLONE", %rax\n" // syscall number
182 #undef __NR_CLONE macro
H A Dsyswrap-arm-linux.c102 #define __NR_CLONE VG_STRINGIFY(__NR_clone) macro
127 " mov r7, #"__NR_CLONE"\n"
147 #undef __NR_CLONE macro
H A Dsyswrap-arm64-linux.c138 #define __NR_CLONE VG_STRINGIFY(__NR_clone) macro
159 " mov x8, #"__NR_CLONE"\n" // syscall number
191 #undef __NR_CLONE macro
H A Dsyswrap-mips64-linux.c118 #define __NR_CLONE __NR_clone macro
180 #undef __NR_CLONE macro
H A Dsyswrap-ppc32-linux.c146 #define __NR_CLONE VG_STRINGIFY(__NR_clone) macro
175 " li 0,"__NR_CLONE"\n" // syscall number
216 #undef __NR_CLONE macro
H A Dsyswrap-ppc64-linux.c209 #define __NR_CLONE VG_STRINGIFY(__NR_clone) macro
247 " li 0,"__NR_CLONE"\n" // syscall number
319 " li 0,"__NR_CLONE"\n" // syscall number
366 #undef __NR_CLONE macro
H A Dsyswrap-s390x-linux.c138 #define __NR_CLONE VG_STRINGIFY(__NR_clone) macro
158 " svc " __NR_CLONE"\n" // clone()
177 #undef __NR_CLONE macro
H A Dsyswrap-tilegx-linux.c224 #define __NR_CLONE VG_STRINGIFY(__NR_clone) macro
285 " moveli r10, " __NR_CLONE "\n"
314 #undef __NR_CLONE macro
H A Dsyswrap-mips32-linux.c144 #define __NR_CLONE VG_STRINGIFY(__NR_clone) macro
180 " li $2, " __NR_CLONE "\n\t" /* __NR_clone */
218 #undef __NR_CLONE macro
H A Dsyswrap-x86-linux.c130 #define __NR_CLONE VG_STRINGIFY(__NR_clone) macro
162 " movl $"__NR_CLONE", %eax\n"
188 #undef __NR_CLONE macro

Completed in 173 milliseconds