Home
last modified time | relevance | path

Searched refs:__NR_mmap2 (Results 1 – 15 of 15) sorted by relevance

/external/libtextclassifier/abseil-cpp/absl/base/internal/
Ddirect_mmap.h64 #if defined(__NR_mmap2) && !defined(SYS_mmap2)
65 #define SYS_mmap2 __NR_mmap2
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Ddirect_mmap.h64 #if defined(__NR_mmap2) && !defined(SYS_mmap2)
65 #define SYS_mmap2 __NR_mmap2
/external/openscreen/third_party/abseil/src/absl/base/internal/
Ddirect_mmap.h64 #if defined(__NR_mmap2) && !defined(SYS_mmap2)
65 #define SYS_mmap2 __NR_mmap2
/external/angle/third_party/abseil-cpp/absl/base/internal/
Ddirect_mmap.h64 #if defined(__NR_mmap2) && !defined(SYS_mmap2)
65 #define SYS_mmap2 __NR_mmap2
/external/ltp/testcases/kernel/mem/vma/
Dvma03.c59 #ifdef __NR_mmap2
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_s390.cc54 return syscall(__NR_mmap2, &params); in internal_mmap()
/external/openssh/
Dsandbox-seccomp-filter.c237 #ifdef __NR_mmap2
238 SC_ALLOW_ARG_MASK(__NR_mmap2, 2, PROT_READ|PROT_WRITE|PROT_NONE),
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_s390.cpp54 return syscall(__NR_mmap2, &params); in internal_mmap()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_32.h196 #define __NR_mmap2 192 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h155 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h910 #define __NR_mmap2 __NR3264_mmap
/external/llvm-project/libc/config/linux/
Dsyscall_numbers.h.inc841 #ifdef __NR_mmap2
842 #define SYS_mmap2 __NR_mmap2
/external/seccomp-tests/linux/
Dseccomp_bpf.c471 #ifndef __NR_mmap2 in TEST_SIGNAL()
474 int sysno = __NR_mmap2; in TEST_SIGNAL()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1773 # ifndef __NR_mmap2
1774 # define __NR_mmap2 192 macro
3929 #define __NR__mmap2 __NR_mmap2
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c631 #ifndef __NR_mmap2 in TEST_SIGNAL()
634 int sysno = __NR_mmap2; in TEST_SIGNAL()