Searched refs:iotlbr (Results 1 – 1 of 1) sorted by relevance
757 uint64_t iotlbr; in domain_wait_iotlb_flush() local762 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() local787 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 …]