Searched refs:SYS_mmap (Results 1 – 5 of 5) sorted by relevance
38 (void) syscall(SYS_mmap, NULL, 1, 2, 3, -1, 0x12345678); in main()
76 { SYS_mmap, SYSTR_POLICY_PERMIT },
399 #define SYS_mmap 477 macro
670 #if defined (SYS_mmap) in init_syscall_table()671 syscall_table[SYS_mmap] = "mmap"; in init_syscall_table()
855 case SYS_mmap: in ktrsyscall()