Searched refs:__NR_mprotect (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/ |
D | mem.c | 203 ret = run_syscall_stub(mm_idp, __NR_mprotect, args, 0, in protect()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 31 #define __NR_mprotect 10 macro
|
D | unistd_32.h | 146 #define __NR_mprotect 125 macro
|
D | unistd_x32.h | 31 #define __NR_mprotect (__X32_SYSCALL_BIT + 10) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 300 #define __NR_mprotect 226 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 499 #define __NR_mprotect 226 macro 500 __SYSCALL(__NR_mprotect, sys_mprotect)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 657 #define __NR_mprotect 226 macro 658 __SYSCALL(__NR_mprotect, sys_mprotect)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 657 #define __NR_mprotect 226 macro 658 __SYSCALL(__NR_mprotect, sys_mprotect)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 31 #define __NR_mprotect (__NR_Linux + 10) macro
|
D | unistd_n32.h | 31 #define __NR_mprotect (__NR_Linux + 10) macro
|
D | unistd_o32.h | 146 #define __NR_mprotect (__NR_Linux + 125) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 99 #define __NR_mprotect (__NR_SYSCALL_BASE + 125) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 263 #define __NR_mprotect 125 macro 264 __SYSCALL(__NR_mprotect, sys_mprotect)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 112 #define __NR_mprotect (__NR_SYSCALL_BASE + 125) macro
|
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 169 SYSCALL_HAND_DEF(__NR_mprotect, SysMprotect, int, ARG_NUM_3)
|