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

  /bionic/libc/arch-arm/syscalls/
mincore.S 8 ldr r7, =__NR_mincore
  /bionic/libc/arch-arm64/syscalls/
mincore.S 6 mov x8, __NR_mincore
  /bionic/libc/arch-mips/syscalls/
mincore.S 8 li $v0, __NR_mincore
  /bionic/libc/arch-x86_64/syscalls/
mincore.S 6 movl $__NR_mincore, %eax
  /bionic/libc/arch-mips64/syscalls/
mincore.S 8 li $v0, __NR_mincore
  /bionic/libc/arch-x86/syscalls/
mincore.S 24 movl $__NR_mincore, %eax
  /external/minijail/linux-x86/
libsyscalls.gen.c 87 #ifdef __NR_mincore
88 { "mincore", __NR_mincore },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 276 #define __NR_mincore 232
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 239 #define __NR_mincore 218
unistd_64.h 48 #define __NR_mincore 27
unistd_x32.h 43 #define __NR_mincore (__X32_SYSCALL_BIT + 27)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 222 #define __NR_mincore 218
unistd_64.h 31 #define __NR_mincore 27
unistd_x32.h 26 #define __NR_mincore (__X32_SYSCALL_BIT + 27)
  /bionic/libc/include/bits/
glibc-syscalls.h 526 #if defined(__NR_mincore)
527 #define SYS_mincore __NR_mincore
  /external/strace/
scno.h 89 #ifndef __NR_mincore
90 # define __NR_mincore (SYSCALL_BIT | 27)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 47 #define __NR_mincore (__NR_Linux + 26)
unistd_n64.h 47 #define __NR_mincore (__NR_Linux + 26)
unistd_o32.h 238 #define __NR_mincore (__NR_Linux + 217)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 30 #define __NR_mincore (__NR_Linux + 26)
unistd_n64.h 30 #define __NR_mincore (__NR_Linux + 26)
unistd_o32.h 221 #define __NR_mincore (__NR_Linux + 217)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 199 #define __NR_mincore (__NR_SYSCALL_BASE + 219)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 182 #define __NR_mincore (__NR_SYSCALL_BASE + 219)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 636 #define __NR_mincore 232
637 __SYSCALL(__NR_mincore, sys_mincore)

Completed in 81 milliseconds