Home
last modified time | relevance | path

Searched refs:DMA_GSTS_QIES (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/iommu/intel/
Ddmar.c1117 if (sts & DMA_GSTS_QIES) in alloc_iommu()
1619 if (!(sts & DMA_GSTS_QIES)) in dmar_disable_qi()
1634 !(sts & DMA_GSTS_QIES), sts); in dmar_disable_qi()
1670 IOMMU_WAIT_OP(iommu, DMAR_GSTS_REG, readl, (sts & DMA_GSTS_QIES), sts); in __dmar_enable_qi()
Diommu.h293 #define DMA_GSTS_QIES (((u32)1) << 26) macro