Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/intel/
H A Dirq_remapping.c99 if (gsts & DMA_GSTS_IRES) in init_ir_status()
496 readl, (sts & DMA_GSTS_IRES), sts); in iommu_enable_irq_remapping()
664 if (!(sts & DMA_GSTS_IRES)) in iommu_disable_irq_remapping()
671 readl, !(sts & DMA_GSTS_IRES), sts); in iommu_disable_irq_remapping()
H A Ddebugfs.c613 if (iommu->ir_table && (sts & DMA_GSTS_IRES)) { in ir_translation_struct_show()
H A Diommu.h296 #define DMA_GSTS_IRES (((u32)1) << 25) macro
H A Ddmar.c1113 if (sts & DMA_GSTS_IRES) in alloc_iommu()