Searched defs:munmap (Results 1 – 5 of 5) sorted by relevance
/linux/tools/include/nolibc/sys/ |
H A D | mman.h | 77 int munmap(void *addr, size_t length) in munmap() function
|
/linux/include/linux/ |
H A D | host1x.h | 153 void (*munmap)(struct host1x_bo *bo, void *addr); member
|
/linux/mm/ |
H A D | mmap.c | 1081 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) in SYSCALL_DEFINE2() argument
|
H A D | nommu.c | 1499 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) in SYSCALL_DEFINE2() argument
|
/linux/tools/testing/selftests/mm/ |
H A D | guard-regions.c | 622 TEST_F(guard_regions, munmap) in TEST_F() argument
|