Searched defs:munmap (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | host1x.h | 153 void (*munmap)(struct host1x_bo *bo, void *addr); member
|
/linux/tools/include/nolibc/ |
H A D | sys.h | 719 int munmap(void *addr, size_t length) in munmap() function
|
/linux/mm/ |
H A D | nommu.c | 1490 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) in SYSCALL_DEFINE2() argument
|
H A D | mmap.c | 1386 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) in SYSCALL_DEFINE2() argument
|