HomeSort by relevance Sort by last modified time
    Searched refs:__NR_getcpu (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/strace/tests/
ksysent.sed 10 s/__NR_get_cpu/__NR_getcpu/
getcpu.c 34 #ifdef __NR_getcpu
54 res = syscall(__NR_getcpu, NULL, NULL, NULL);
57 res = syscall(__NR_getcpu, bogus_cpu, bogus_node, bogus_tcache);
61 res = syscall(__NR_getcpu, cpu, node, tcache);
74 SKIP_MAIN_UNDEFINED("__NR_getcpu");
  /external/strace/tests-m32/
ksysent.sed 10 s/__NR_get_cpu/__NR_getcpu/
getcpu.c 34 #ifdef __NR_getcpu
54 res = syscall(__NR_getcpu, NULL, NULL, NULL);
57 res = syscall(__NR_getcpu, bogus_cpu, bogus_node, bogus_tcache);
61 res = syscall(__NR_getcpu, cpu, node, tcache);
74 SKIP_MAIN_UNDEFINED("__NR_getcpu");
  /external/strace/tests-mx32/
ksysent.sed 10 s/__NR_get_cpu/__NR_getcpu/
getcpu.c 34 #ifdef __NR_getcpu
54 res = syscall(__NR_getcpu, NULL, NULL, NULL);
57 res = syscall(__NR_getcpu, bogus_cpu, bogus_node, bogus_tcache);
61 res = syscall(__NR_getcpu, cpu, node, tcache);
74 SKIP_MAIN_UNDEFINED("__NR_getcpu");
  /bionic/libc/arch-arm/syscalls/
__getcpu.S 8 ldr r7, =__NR_getcpu
  /bionic/libc/arch-arm64/syscalls/
__getcpu.S 6 mov x8, __NR_getcpu
  /bionic/libc/arch-mips/syscalls/
__getcpu.S 8 li v0, __NR_getcpu
  /bionic/libc/arch-x86_64/syscalls/
__getcpu.S 6 movl $__NR_getcpu, %eax
  /bionic/libc/arch-mips64/syscalls/
__getcpu.S 8 li v0, __NR_getcpu
  /bionic/libc/arch-x86/syscalls/
__getcpu.S 24 movl $__NR_getcpu, %eax
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 407 #define __NR_getcpu 309
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 407 #define __NR_getcpu 309
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h 189 #define __NR_getcpu (__NR_SYSCALL_BASE + 345)
289 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
387 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
498 #define __NR_getcpu (__NR_SYSCALL_BASE + 312
    [all...]
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 393 #define __NR_getcpu 309
vki-scnums-arm64-linux.h 213 #define __NR_getcpu 168
vki-scnums-s390x-linux.h 279 #define __NR_getcpu 311
vki-scnums-tilegx-linux.h 295 #define __NR_getcpu 168
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
linux-syscalls.h 189 #define __NR_getcpu (__NR_SYSCALL_BASE + 345)
289 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
387 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
498 #define __NR_getcpu (__NR_SYSCALL_BASE + 312
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
linux-syscalls.h 189 #define __NR_getcpu (__NR_SYSCALL_BASE + 345)
289 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
387 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
498 #define __NR_getcpu (__NR_SYSCALL_BASE + 312
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h 189 #define __NR_getcpu (__NR_SYSCALL_BASE + 345)
289 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
387 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
498 #define __NR_getcpu (__NR_SYSCALL_BASE + 312
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
linux-syscalls.h 189 #define __NR_getcpu (__NR_SYSCALL_BASE + 345)
289 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
387 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
498 #define __NR_getcpu (__NR_SYSCALL_BASE + 312
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
linux-syscalls.h 189 #define __NR_getcpu (__NR_SYSCALL_BASE + 345)
289 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
387 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
498 #define __NR_getcpu (__NR_SYSCALL_BASE + 312
    [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/sys/
linux-syscalls.h 189 #define __NR_getcpu (__NR_SYSCALL_BASE + 345)
289 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
387 #define __NR_getcpu (__NR_SYSCALL_BASE + 318)
498 #define __NR_getcpu (__NR_SYSCALL_BASE + 312
    [all...]

Completed in 1577 milliseconds

1 2 3 4 5 6 7 8 91011