/external/valgrind/memcheck/tests/ |
D | leak-segv-jmp.c | 238 #ifndef __NR_mprotect 239 #define __NR_mprotect 0 macro 266 mprotect_result = do_syscall_WRK(__NR_mprotect, in non_simd_mprotect()
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | sigsegv.c | 75 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_mprotect, 3, 0), in FIXTURE_SETUP() 106 register unsigned long res asm ("rax") = __NR_mprotect; in local_mprotect()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 914 #if !defined(__NR_mprotect) 915 #define __NR_mprotect 226 macro
|
D | x86_64_linux_syscalls.h | 53 #if !defined(__NR_mprotect) 54 #define __NR_mprotect 10 macro
|
D | x86_32_linux_syscalls.h | 513 #if !defined(__NR_mprotect) 514 #define __NR_mprotect 125 macro
|
D | mips64_linux_syscalls.h | 56 #if !defined(__NR_mprotect) 57 #define __NR_mprotect (__NR_Linux + 10) macro
|
D | mips_linux_syscalls.h | 516 #if !defined(__NR_mprotect) 517 #define __NR_mprotect (__NR_Linux + 125) macro
|
D | arm_linux_syscalls.h | 384 #if !defined(__NR_mprotect) 385 #define __NR_mprotect (__NR_SYSCALL_BASE+125) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 36 #ifdef __NR_mprotect 37 { "mprotect", __NR_mprotect },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 383 #define __NR_mprotect 226 macro
|
D | vki-scnums-s390x-linux.h | 133 #define __NR_mprotect 125 macro
|
D | vki-scnums-arm64-linux.h | 271 #define __NR_mprotect 226 macro
|
D | vki-scnums-amd64-linux.h | 48 #define __NR_mprotect 10 macro
|
D | vki-scnums-ppc64-linux.h | 162 #define __NR_mprotect 125 macro
|
D | vki-scnums-arm-linux.h | 162 #define __NR_mprotect 125 macro
|
D | vki-scnums-ppc32-linux.h | 162 #define __NR_mprotect 125 macro
|
D | vki-scnums-x86-linux.h | 162 #define __NR_mprotect 125 macro
|
D | vki-scnums-solaris.h | 173 #define __NR_mprotect SYS_mprotect macro
|
D | vki-scnums-mips64-linux.h | 49 #define __NR_mprotect (__NR_Linux + 10) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 14 #define __NR_mprotect 10 macro
|
D | unistd_32.h | 129 #define __NR_mprotect 125 macro
|
D | unistd_x32.h | 14 #define __NR_mprotect (__X32_SYSCALL_BIT + 10) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy.cc | 189 if (sysno == __NR_mprotect) in EvaluateSyscallImpl()
|
/external/strace/ |
D | scno.h | 38 #ifndef __NR_mprotect 39 # define __NR_mprotect (SYSCALL_BIT | 10) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 148 #define __NR_mprotect (__NR_Linux + 125) macro 417 #define __NR_mprotect (__NR_Linux + 10) macro 760 #define __NR_mprotect (__NR_Linux + 10) macro
|