Home
last modified time | relevance | path

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

/qemu/linux-headers/linux/
H A Dvfio.h275 #define VFIO_REGION_INFO_FLAG_WRITE (1 << 1) /* Region supports write */ macro
/qemu/hw/vfio/
H A Dregion.c252 prot |= region->flags & VFIO_REGION_INFO_FLAG_WRITE ? PROT_WRITE : 0; in vfio_region_mmap()
H A Dpci.c2853 !(reg_info->flags & VFIO_REGION_INFO_FLAG_WRITE) || in vfio_populate_vga()
/qemu/docs/interop/
H A Dvfio-user.rst760 | | | 1 | VFIO_REGION_INFO_FLAG_WRITE | |
782 * ``VFIO_REGION_INFO_FLAG_WRITE`` allows client write access to the region.