Home
last modified time | relevance | path

Searched refs:VFIO_DMA_MAP_FLAG_READ (Results 1 – 3 of 3) sorted by relevance

/qemu/linux-headers/linux/
H A Dvfio.h1560 #define VFIO_DMA_MAP_FLAG_READ (1 << 0) /* readable from device */ macro
/qemu/util/
H A Dvfio-helpers.c619 .flags = VFIO_DMA_MAP_FLAG_READ | VFIO_DMA_MAP_FLAG_WRITE, in qemu_vfio_do_mapping()
/qemu/hw/vfio/
H A Dcontainer.c185 .flags = VFIO_DMA_MAP_FLAG_READ, in vfio_legacy_dma_map()