Home
last modified time | relevance | path

Searched refs:qemu_ram_munmap (Results 1 – 4 of 4) sorted by relevance

/qemu/include/qemu/
H A Dmmap-alloc.h41 void qemu_ram_munmap(int fd, void *ptr, size_t size);
/qemu/util/
H A Dmmap-alloc.c297 void qemu_ram_munmap(int fd, void *ptr, size_t size) in qemu_ram_munmap() function
H A Doslib-posix.c215 qemu_ram_munmap(-1, ptr, size); in qemu_anon_ram_free()
/qemu/system/
H A Dphysmem.c2112 qemu_ram_munmap(block->fd, block->host, block->max_length); in reclaim_ramblock()