Searched refs:IOMMU_STATUS_EVENT_LOG_OVERFLOW (Results 1 – 3 of 3) sorted by relevance
228 iommu->reg_status.lo |= IOMMU_STATUS_EVENT_LOG_OVERFLOW; in guest_iommu_add_event_log()533 iommu->reg_status.lo &= ~IOMMU_STATUS_EVENT_LOG_OVERFLOW; in guest_iommu_write_ctrl()691 val &= IOMMU_STATUS_EVENT_LOG_OVERFLOW | in guest_iommu_mmio_write64()
437 #define IOMMU_STATUS_EVENT_LOG_OVERFLOW 0x00000001 macro
396 writel(log == &iommu->event_log ? IOMMU_STATUS_EVENT_LOG_OVERFLOW in iommu_reset_log()602 if ( entry & IOMMU_STATUS_EVENT_LOG_OVERFLOW ) in iommu_check_event_log()
Completed in 11 milliseconds