Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c630 uint64_t current_low = iter_key->low; in virtio_iommu_unmap() local
633 if (interval.low <= current_low && interval.high >= current_high) { in virtio_iommu_unmap()
635 virtio_iommu_notify_unmap(ep->iommu_mr, current_low, in virtio_iommu_unmap()
639 trace_virtio_iommu_unmap_done(domain_id, current_low, current_high); in virtio_iommu_unmap()