Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/linux/
H A Dvfio.h276 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
/openbmc/qemu/hw/vfio/
H A Dregion.c211 region->flags & VFIO_REGION_INFO_FLAG_MMAP) { in vfio_region_setup()
/openbmc/qemu/hw/vfio-user/
H A Ddevice.c123 if (info->flags & VFIO_REGION_INFO_FLAG_MMAP) { in vfio_user_get_region_info()
/openbmc/qemu/docs/interop/
H A Dvfio-user.rst762 | | | 2 | VFIO_REGION_INFO_FLAG_MMAP | |
783 * ``VFIO_REGION_INFO_FLAG_MMAP`` specifies the client can mmap() the region.