Searched refs:__NR_mprotect (Results 1 – 10 of 10) sorted by relevance
/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/openssh/ |
D | sandbox-seccomp-filter.c | 240 #ifdef __NR_mprotect 241 SC_ALLOW_ARG_MASK(__NR_mprotect, 2, PROT_READ|PROT_WRITE|PROT_NONE),
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 36 #ifdef __NR_mprotect 37 { "mprotect", __NR_mprotect },
|
/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/strace/ |
D | scno.h | 38 #ifndef __NR_mprotect 39 # define __NR_mprotect (SYSCALL_BIT | 10) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 657 #define __NR_mprotect 226 macro 658 __SYSCALL(__NR_mprotect, sys_mprotect)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 95 #define __NR_mprotect (__NR_SYSCALL_BASE + 125) macro
|
/external/llvm-project/libc/config/linux/ |
D | syscall_numbers.h.inc | 857 #ifdef __NR_mprotect 858 #define SYS_mprotect __NR_mprotect
|