Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/iommu/
H A Dintel_idpgtbl.c757 uint64_t iotlbr; in domain_wait_iotlb_flush() local
762 iotlbr = dmar_read8(unit, iro + DMAR_IOTLB_REG_OFF); in domain_wait_iotlb_flush()
763 if ((iotlbr & DMAR_IOTLB_IVT) == 0) in domain_wait_iotlb_flush()
767 return (iotlbr); in domain_wait_iotlb_flush()
776 uint64_t iotlbr; in domain_flush_iotlb_sync() local
787 KASSERT((iotlbr & DMAR_IOTLB_IAIG_MASK) != in domain_flush_iotlb_sync()
790 (uintmax_t)iotlbr)); in domain_flush_iotlb_sync()
795 iotlbr = domain_wait_iotlb_flush(unit, in domain_flush_iotlb_sync()
798 KASSERT((iotlbr & DMAR_IOTLB_IAIG_MASK) != in domain_flush_iotlb_sync()
802 unit->iommu.unit, (uintmax_t)iotlbr, in domain_flush_iotlb_sync()
[all …]