Searched refs:SYS_munmap (Results 1 – 8 of 8) sorted by relevance
17 #define SYS_munmap 11 macro
18 #define SYS_munmap 91 macro
18 #define SYS_munmap 215 macro
56 syscall(SYS_munmap, 0x10ffa000, 0x3000);
111 return host_syscall(SYS_munmap, (uintptr_t)addr, len); in host_munmap()
79 { SYS_munmap, SYSTR_POLICY_PERMIT },
167 return syscall(SYS_munmap, addr, length); in Munmap()
80 #define SYS_munmap 73 macro