Searched defs:munmap (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | mingw_support.c | 62 int munmap(void *addr, size_t len) in munmap() function
|
/openbmc/phosphor-ipmi-flash/internal/ |
H A D | sys.cpp | 76 int SysImpl::munmap(void* addr, std::size_t length) const in munmap() function in internal::SysImpl
|
/openbmc/linux/arch/um/kernel/ |
H A D | tlb.c | 31 } munmap; member
|
/openbmc/linux/include/linux/ |
H A D | host1x.h | 148 void (*munmap)(struct host1x_bo *bo, void *addr); member
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 707 int munmap(void *addr, size_t length) in munmap() function
|
/openbmc/linux/mm/ |
H A D | nommu.c | 1508 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) in SYSCALL_DEFINE2() argument
|
H A D | mmap.c | 2965 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len) in SYSCALL_DEFINE2() argument
|