HomeSort by relevance Sort by last modified time
    Searched refs:__NR_CLONE (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 150 int $__NR_clone in r0 (sc number)
161 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
198 " li 0,"__NR_CLONE"\n" // syscall number
245 #undef __NR_CLONE
    [all...]
syswrap-amd64-linux.c 123 int $__NR_clone in %rax
132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
152 " movq $"__NR_CLONE", %rax\n" // syscall number
183 #undef __NR_CLONE
    [all...]
syswrap-ppc32-linux.c 138 int $__NR_clone in r0 (sc number)
148 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
176 " li 0,"__NR_CLONE"\n" // syscall number
217 #undef __NR_CLONE
    [all...]
syswrap-s390x-linux.c 140 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
159 " svc " __NR_CLONE"\n" // clone()
178 #undef __NR_CLONE
    [all...]
syswrap-arm-linux.c 104 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
128 " mov r7, #"__NR_CLONE"\n"
148 #undef __NR_CLONE
    [all...]
syswrap-x86-linux.c 122 int $__NR_clone in %eax
132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
163 " movl $"__NR_CLONE", %eax\n"
189 #undef __NR_CLONE
    [all...]

Completed in 80 milliseconds