Home
last modified time | relevance | path

Searched defs:munmap (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/nolibc/sys/
H A Dmman.h72 int munmap(void *addr, size_t length) in munmap() function
/linux/mm/
H A Dmmap.c1075 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) in SYSCALL_DEFINE2() argument
H A Dnommu.c1500 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) in SYSCALL_DEFINE2() argument
/linux/tools/testing/selftests/mm/
H A Dguard-regions.c664 TEST_F(guard_regions, munmap) in TEST_F() argument