Searched refs:__NR_mmap2 (Results 1 – 14 of 14) sorted by relevance
12 #ifdef __NR_mmap2 in syscall_defines()13 SYSNR(__NR_mmap2); in syscall_defines()
72 #ifdef __NR_mmap2
12 #define STUB_MMAP_NR __NR_mmap2
213 #define __NR_mmap2 192 macro
436 #define __NR_mmap2 __NR3264_mmap macro
159 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192) macro
397 #define __NR_mmap2 192 macro398 __SYSCALL(__NR_mmap2, compat_sys_aarch32_mmap2)
172 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192) macro
231 #define __NR_mmap2 (__NR_Linux + 210) macro
200 SYSCALL_HAND_DEF(__NR_mmap2, SysMmap, void*, ARG_NUM_6)
637 #define __NR_mmap2 __NR3264_mmap
906 #define __NR_mmap2 __NR3264_mmap
712 #ifndef __NR_mmap2 in TEST_SIGNAL()715 int sysno = __NR_mmap2; in TEST_SIGNAL()