Searched refs:__NR_clone (Results 1 - 22 of 22) sorted by relevance

/external/oprofile/module/ia64/
H A Dop_syscalls.c330 fdesc_clone.ip = sys_call_table[__NR_clone - __NR_ni_syscall];
351 sys_call_table[__NR_clone - __NR_ni_syscall] =
369 sys_call_table[__NR_clone - __NR_ni_syscall] =
/external/oprofile/module/x86/
H A Dop_syscalls.c316 old_sys_clone = sys_call_table[__NR_clone];
330 sys_call_table[__NR_clone] = my_sys_clone;
344 sys_call_table[__NR_clone] = old_sys_clone;
/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h100 #define __NR_clone 56 macro
H A Dvki-scnums-s390x-linux.h129 #define __NR_clone 120 macro
H A Dvki-scnums-arm-linux.h157 #define __NR_clone 120 macro
H A Dvki-scnums-ppc32-linux.h157 #define __NR_clone 120 macro
H A Dvki-scnums-ppc64-linux.h157 #define __NR_clone 120 macro
H A Dvki-scnums-x86-linux.h157 #define __NR_clone 120 macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h128 #define __NR_clone 120 macro
/external/strace/
H A Dsyscall-android.h30 #define SYS_clone __NR_clone
/external/kernel-headers/original/asm-mips/
H A Dunistd.h143 #define __NR_clone (__NR_Linux + 120) macro
442 #define __NR_clone (__NR_Linux + 55) macro
765 #define __NR_clone (__NR_Linux + 55) macro
/external/kernel-headers/original/asm-arm/
H A Dunistd.h148 #define __NR_clone (__NR_SYSCALL_BASE+120) macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c150 int $__NR_clone in r0 (sc number)
161 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
1243 PLAX_(__NR_clone, sys_clone), // 120
H A Dsyswrap-amd64-linux.c123 int $__NR_clone in %rax
132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
1123 PLAX_(__NR_clone, sys_clone), // 56
H A Dsyswrap-ppc32-linux.c138 int $__NR_clone in r0 (sc number)
148 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
1596 PLAX_(__NR_clone, sys_clone), // 120
H A Dsyswrap-s390x-linux.c140 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
1252 PLAX_(__NR_clone, sys_clone), // 120
H A Dsyswrap-arm-linux.c104 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
1519 PLAX_(__NR_clone, sys_clone), // 120
H A Dsyswrap-x86-linux.c122 int $__NR_clone in %eax
132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
1959 PLAX_(__NR_clone, sys_clone), // 120
H A Dsyswrap-linux.c384 res = VG_(do_syscall5)( __NR_clone, flags,
390 res = VG_(do_syscall5)( __NR_clone, flags,
395 res = VG_(do_syscall4)( __NR_clone, (UWord) NULL, flags,
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c551 // __NR_clone 120
555 GO(__NR_clone, "5s 3m");
556 SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FAIL;
H A Dscalar.stderr.exp1371 120: __NR_clone 5s 3m
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1138 // __NR_clone 120
1143 GO(__NR_clone, "4s 0m");
1144 SY(__NR_clone, x0|CLONE_PARENT_SETTID|SIGCHLD, x0, x0, x0); FAIL;

Completed in 332 milliseconds