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