Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Dirq_remapping.c100 if (gsts & DMA_GSTS_IRES) in init_ir_status()
497 readl, (sts & DMA_GSTS_IRES), sts); in iommu_enable_irq_remapping()
662 if (!(sts & DMA_GSTS_IRES)) in iommu_disable_irq_remapping()
669 readl, !(sts & DMA_GSTS_IRES), sts); in iommu_disable_irq_remapping()
H A Ddebugfs.c624 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.c1113 if (sts & DMA_GSTS_IRES) in alloc_iommu()