| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | test-mmap.c | 101 munmap(p1, len); in check_aligned_anonymous_unfixed_mmaps() 102 munmap(p2, len); in check_aligned_anonymous_unfixed_mmaps() 103 munmap(p3, len); in check_aligned_anonymous_unfixed_mmaps() 104 munmap(p4, len); in check_aligned_anonymous_unfixed_mmaps() 105 munmap(p5, len); in check_aligned_anonymous_unfixed_mmaps() 130 munmap (p1, len); in check_large_anonymous_unfixed_mmap() 160 munmap(p1, pagesize); in check_aligned_anonymous_unfixed_colliding_mmaps() 180 munmap(p2, pagesize); in check_aligned_anonymous_unfixed_colliding_mmaps() 181 munmap(p3, nlen); in check_aligned_anonymous_unfixed_colliding_mmaps() 212 munmap (p1, pagesize); in check_aligned_anonymous_fixed_mmaps() [all …]
|
| H A D | munmap-pthread.c | 27 ret = munmap(p, getpagesize()); in thread_mmap_munmap()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
| H A D | munmap.patch | 11 - munmap(0,MAP_SIZE); 12 + munmap(map,MAP_SIZE); 20 - munmap(0,MAP_SIZE); 21 + munmap(map,MAP_SIZE);
|
| H A D | pxaregs.c | 1801 munmap(0,MAP_SIZE); in getmem() 1836 munmap(0,MAP_SIZE); in putmem()
|
| /openbmc/qemu/util/ |
| H A D | mmap-alloc.c | 277 munmap(guardptr, total); in qemu_ram_mmap() 282 munmap(guardptr, offset); in qemu_ram_mmap() 291 munmap(ptr + size + guard_pagesize, total - size - guard_pagesize); in qemu_ram_mmap() 301 munmap(ptr, size + mmap_guard_pagesize(fd)); in qemu_ram_munmap()
|
| /openbmc/u-boot/tools/ |
| H A D | fit_check_sign.c | 90 (void) munmap((void *)fit_blob, fsbuf.st_size); in main() 91 (void) munmap((void *)key_blob, ksbuf.st_size); in main()
|
| H A D | mingw_support.h | 41 int munmap(void *, size_t);
|
| /openbmc/qemu/tests/tcg/multiarch/linux/ |
| H A D | linux-madvise.c | 25 ret = munmap(page, pagesize); in test_anonymous() 60 ret = munmap(page, pagesize); in test_file()
|
| H A D | test-vma.c | 19 munmap(p, l); in main()
|
| /openbmc/hiomapd/vpnor/test/ |
| H A D | write_patch.cpp | 69 munmap(map, sizeof(src)); in main() 78 munmap(map, sizeof(src)); in main()
|
| H A D | write_prsv.cpp | 60 munmap(map, sizeof(src)); in main()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
| H A D | libx86-mmap-offset.patch | 98 - munmap((void *)REAL_MEM_BASE, REAL_MEM_SIZE); 99 + munmap(mem_info.offset, REAL_MEM_SIZE); 170 - munmap((void *)0, 0x502); 171 + munmap(offset, 0x502);
|
| /openbmc/phosphor-mboxd/vpnor/test/ |
| H A D | write_patch.cpp | 66 munmap(map, sizeof(src)); in main() 75 munmap(map, sizeof(src)); in main()
|
| H A D | write_prsv.cpp | 57 munmap(map, sizeof(src)); in main()
|
| /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 78 return ::munmap(addr, length); in munmap()
|
| H A D | sys.hpp | 42 virtual int munmap(void* addr, std::size_t length) const = 0; 77 int munmap(void* addr, std::size_t length) const override;
|
| /openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
| H A D | 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch | 22 @@ -1303,36 +1303,6 @@ AC_CHECK_FUNCS([mmap munmap shm_open shm_unlink shmget shmat shmdt shmctl \ 49 - if (munmap(m, sizeof(void*)) < 0) {
|
| /openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
| H A D | lpc_nuvoton.cpp | 79 sys->munmap(mapped, memoryRegionSize); in close() 187 sys->munmap(mapBasePtr, pageSize); in mapWindow()
|
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | io.cpp | 48 sys->munmap(devMemMapped, length); in read() 88 sys->munmap(devMemMapped, length); in write()
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | signals-s390x.c | 123 err = munmap(page, 4096); in check_sigsegv() 140 err = munmap(page, 4096); in check_sigsegv()
|
| H A D | branch-relative-long.c | 65 munmap(buf, length); in main()
|
| /openbmc/phosphor-mboxd/test/ |
| H A D | mbox.c | 85 munmap(map, details.st_size); in mbox_cmp() 105 munmap(map, details.st_size); in mbox_rspcpy() 300 munmap(map, test.context.mtd_info.size); in mbox_set_mtd_data()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/ |
| H A D | pxaregs_1.14.bb | 8 file://munmap.patch \
|
| /openbmc/hiomapd/test/ |
| H A D | mbox.c | 89 munmap(map, details.st_size); in mbox_cmp() 109 munmap(map, details.st_size); in mbox_rspcpy() 327 munmap(map, test.context.backend.flash_size); in mbox_set_mtd_data()
|
| /openbmc/phosphor-ipmi-flash/tools/test/ |
| H A D | internal_sys_mock.hpp | 27 MOCK_METHOD(int, munmap, (void*, std::size_t), (const override));
|