Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost.c234 iotlb = address_space_get_iotlb_entry(dev->vdev->dma_as, in vhost_sync_dirty_bitmap()
1219 iotlb = address_space_get_iotlb_entry(dev->vdev->dma_as, in vhost_device_iotlb_miss()
/qemu/include/system/
H A Dmemory.h2879 /* address_space_get_iotlb_entry: translate an address into an IOTLB
2882 IOMMUTLBEntry address_space_get_iotlb_entry(AddressSpace *as, hwaddr addr,
/qemu/docs/devel/
H A Dmulti-process.rst422 ``address_space_get_iotlb_entry()`` call. In order to handle IOMMU
/qemu/system/
H A Dphysmem.c532 IOMMUTLBEntry address_space_get_iotlb_entry(AddressSpace *as, hwaddr addr, in address_space_get_iotlb_entry() function