Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dosdep.h786 int qemu_msync(void *addr, size_t length, int fd);
/openbmc/qemu/util/
H A Doslib-win32.c838 int qemu_msync(void *addr, size_t length, int fd) in qemu_msync() function
H A Doslib-posix.c793 int qemu_msync(void *addr, size_t length, int fd) in qemu_msync() function
/openbmc/qemu/system/
H A Dphysmem.c1781 if (qemu_msync(addr, length, block->fd)) { in qemu_ram_msync()