Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Dirq_remapping.c102 if (gsts & DMA_GSTS_IRES) in init_ir_status()
502 readl, (sts & DMA_GSTS_IRES), sts); in iommu_enable_irq_remapping()
675 if (!(sts & DMA_GSTS_IRES)) in iommu_disable_irq_remapping()
682 readl, !(sts & DMA_GSTS_IRES), sts); in iommu_disable_irq_remapping()
H A Ddebugfs.c527 if (iommu->ir_table && (sts & DMA_GSTS_IRES)) { in ir_translation_struct_show()
H A Diommu.h293 #define DMA_GSTS_IRES (((u32)1) << 25) macro
H A Ddmar.c1111 if (sts & DMA_GSTS_IRES) in alloc_iommu()