Home
last modified time | relevance | path

Searched refs:__NR_msync (Results 1 – 25 of 41) sorted by relevance

12

/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h918 #if !defined(__NR_msync)
919 #define __NR_msync 227 macro
Dx86_64_linux_syscalls.h117 #if !defined(__NR_msync)
118 #define __NR_msync 26 macro
Dx86_32_linux_syscalls.h589 #if !defined(__NR_msync)
590 #define __NR_msync 144 macro
Dmips64_linux_syscalls.h116 #if !defined(__NR_msync)
117 #define __NR_msync (__NR_Linux + 25) macro
Dmips_linux_syscalls.h594 #if !defined(__NR_msync)
595 #define __NR_msync (__NR_Linux + 144) macro
Darm_linux_syscalls.h448 #if !defined(__NR_msync)
449 #define __NR_msync (__NR_SYSCALL_BASE+144) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c84 #ifdef __NR_msync
85 { "msync", __NR_msync },
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h384 #define __NR_msync 227 macro
Dvki-scnums-s390x-linux.h148 #define __NR_msync 144 macro
Dvki-scnums-arm64-linux.h272 #define __NR_msync 227 macro
Dvki-scnums-amd64-linux.h66 #define __NR_msync 26 macro
Dvki-scnums-ppc64-linux.h181 #define __NR_msync 144 macro
Dvki-scnums-arm-linux.h181 #define __NR_msync 144 macro
Dvki-scnums-ppc32-linux.h181 #define __NR_msync 144 macro
Dvki-scnums-x86-linux.h181 #define __NR_msync 144 macro
Dvki-scnums-mips64-linux.h64 #define __NR_msync (__NR_Linux + 25) macro
Dvki-scnums-mips32-linux.h184 #define __NR_msync (__NR_Linux + 144) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h30 #define __NR_msync 26 macro
Dunistd_32.h148 #define __NR_msync 144 macro
Dunistd_x32.h25 #define __NR_msync (__X32_SYSCALL_BIT + 26) macro
/external/strace/
Dscno.h86 #ifndef __NR_msync
87 # define __NR_msync (SYSCALL_BIT | 26) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h167 #define __NR_msync (__NR_Linux + 144) macro
432 #define __NR_msync (__NR_Linux + 25) macro
775 #define __NR_msync (__NR_Linux + 25) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h624 #define __NR_msync 227 macro
625 __SYSCALL(__NR_msync, sys_msync)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h111 #define __NR_msync (__NR_SYSCALL_BASE + 144) macro
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c655 GO(__NR_msync, "3s 1m"); in main()
656 SY(__NR_msync, x0, x0+1, x0); FAIL; in main()

12