Home
last modified time | relevance | path

Searched refs:SYSCALL_MUNMAP (Results 1 – 3 of 3) sorted by relevance

/sys/include/
Dsyscall.h14 #define SYSCALL_MUNMAP 0x09 macro
/lib/libc/
Dsyscall.c49 return syscall(SYSCALL_MUNMAP, addr, len); in OSMemUnmap()
/sys/kern/
Dsyscall.c693 case SYSCALL_MUNMAP: in Syscall_Entry()