Searched refs:__NR_mmap (Results 1 – 9 of 9) sorted by relevance
18 #ifdef __NR_mmap in syscall_defines() 19 SYSNR(__NR_mmap); in syscall_defines()
82 #ifdef __NR_mmap
27 n = __NR_mmap; in sys_mmap()
15 #define STUB_MMAP_NR __NR_mmap
181 return (void *)my_syscall1(__NR_mmap, &args); in sys_mmap()
880 #define __NR_mmap __NR3264_mmap macro
886 #define __NR_mmap __NR3264_mmap macro
354 jeq #9, good /* __NR_mmap */
743 int sysno = __NR_mmap; in TEST_SIGNAL()