Home
last modified time | relevance | path

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

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