Home
last modified time | relevance | path

Searched refs:munmap (Results 1 – 25 of 118) sorted by relevance

12345

/openbmc/qemu/tests/tcg/multiarch/
H A Dtest-mmap.c101 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 Dmunmap-pthread.c27 ret = munmap(p, getpagesize()); in thread_mmap_munmap()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dmunmap.patch11 - munmap(0,MAP_SIZE);
12 + munmap(map,MAP_SIZE);
20 - munmap(0,MAP_SIZE);
21 + munmap(map,MAP_SIZE);
H A Dpxaregs.c1801 munmap(0,MAP_SIZE); in getmem()
1836 munmap(0,MAP_SIZE); in putmem()
/openbmc/qemu/util/
H A Dmmap-alloc.c277 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 Dfit_check_sign.c90 (void) munmap((void *)fit_blob, fsbuf.st_size); in main()
91 (void) munmap((void *)key_blob, ksbuf.st_size); in main()
H A Dmingw_support.h41 int munmap(void *, size_t);
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-madvise.c25 ret = munmap(page, pagesize); in test_anonymous()
60 ret = munmap(page, pagesize); in test_file()
H A Dtest-vma.c19 munmap(p, l); in main()
/openbmc/hiomapd/vpnor/test/
H A Dwrite_patch.cpp69 munmap(map, sizeof(src)); in main()
78 munmap(map, sizeof(src)); in main()
H A Dwrite_prsv.cpp60 munmap(map, sizeof(src)); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A Dlibx86-mmap-offset.patch98 - 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 Dwrite_patch.cpp66 munmap(map, sizeof(src)); in main()
75 munmap(map, sizeof(src)); in main()
H A Dwrite_prsv.cpp57 munmap(map, sizeof(src)); in main()
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp76 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 Dsys.hpp42 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 D0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch22 @@ -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 Dlpc_nuvoton.cpp79 sys->munmap(mapped, memoryRegionSize); in close()
187 sys->munmap(mapBasePtr, pageSize); in mapWindow()
/openbmc/phosphor-ipmi-flash/tools/
H A Dio.cpp48 sys->munmap(devMemMapped, length); in read()
88 sys->munmap(devMemMapped, length); in write()
/openbmc/qemu/tests/tcg/s390x/
H A Dsignals-s390x.c123 err = munmap(page, 4096); in check_sigsegv()
140 err = munmap(page, 4096); in check_sigsegv()
H A Dbranch-relative-long.c65 munmap(buf, length); in main()
/openbmc/phosphor-mboxd/test/
H A Dmbox.c85 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 Dpxaregs_1.14.bb8 file://munmap.patch \
/openbmc/hiomapd/test/
H A Dmbox.c89 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 Dinternal_sys_mock.hpp27 MOCK_METHOD(int, munmap, (void*, std::size_t), (const override));

12345