/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 938 #if !defined(__NR_mincore) 939 #define __NR_mincore 232 macro
|
D | x86_64_linux_syscalls.h | 121 #if !defined(__NR_mincore) 122 #define __NR_mincore 27 macro
|
D | x86_32_linux_syscalls.h | 885 #if !defined(__NR_mincore) 886 #define __NR_mincore 218 macro
|
D | mips64_linux_syscalls.h | 120 #if !defined(__NR_mincore) 121 #define __NR_mincore (__NR_Linux + 26) macro
|
D | arm_linux_syscalls.h | 732 #if !defined(__NR_mincore) 733 #define __NR_mincore (__NR_SYSCALL_BASE+219) macro
|
D | mips_linux_syscalls.h | 886 #if !defined(__NR_mincore) 887 #define __NR_mincore (__NR_Linux + 217) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 389 #define __NR_mincore 232 macro
|
D | vki-scnums-s390x-linux.h | 190 #define __NR_mincore 218 macro
|
D | vki-scnums-arm64-linux.h | 277 #define __NR_mincore 232 macro
|
D | vki-scnums-amd64-linux.h | 67 #define __NR_mincore 27 macro
|
D | vki-scnums-ppc32-linux.h | 247 #define __NR_mincore 206 macro
|
D | vki-scnums-ppc64-linux.h | 243 #define __NR_mincore 206 macro
|
D | vki-scnums-x86-linux.h | 255 #define __NR_mincore 218 macro
|
D | vki-scnums-arm-linux.h | 256 #define __NR_mincore 219 macro
|
D | vki-scnums-mips64-linux.h | 65 #define __NR_mincore (__NR_Linux + 26) macro
|
D | vki-scnums-mips32-linux.h | 257 #define __NR_mincore (__NR_Linux + 217) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 31 #define __NR_mincore 27 macro
|
D | unistd_32.h | 222 #define __NR_mincore 218 macro
|
D | unistd_x32.h | 26 #define __NR_mincore (__X32_SYSCALL_BIT + 27) macro
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 164 GO(__NR_mincore, 78, "3s 1m"); in main() 165 SY(__NR_mincore, x0, x0+40960, x0); FAIL; in main() 1552 GO(__NR_mincore, "3s 1m"); in main() 1553 SY(__NR_mincore, x0, x0+40960, x0); FAIL; in main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 240 #define __NR_mincore (__NR_Linux + 217) macro 426 #define __NR_mincore (__NR_Linux + 26) macro 763 #define __NR_mincore (__NR_Linux + 26) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 631 #define __NR_mincore 232 macro 632 __SYSCALL(__NR_mincore, sys_mincore)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 247 #define __NR_mincore (__NR_SYSCALL_BASE+219) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 966 GO(__NR_mincore, "3s 1m"); in main() 967 SY(__NR_mincore, x0, x0+40960, x0); FAIL; in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 499 case __NR_mincore: in IsAllowedAddressSpaceAccess()
|