Home
last modified time | relevance | path

Searched refs:DMA_GSTS_TES (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Ddebugfs.c290 if (!(sts & DMA_GSTS_TES)) { in dmar_translation_struct_show()
H A Diommu.c429 if (gsts & DMA_GSTS_TES) in init_translation_status()
1775 readl, (sts & DMA_GSTS_TES), sts); in iommu_enable_translation()
1795 readl, (!(sts & DMA_GSTS_TES)), sts); in iommu_disable_translation()
H A Ddmar.c1118 if (sts & DMA_GSTS_TES) in alloc_iommu()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Ddebugfs.c292 if (!(sts & DMA_GSTS_TES)) { in dmar_translation_struct_show()
H A Diommu.h286 #define DMA_GSTS_TES (((u32)1) << 31) macro
H A Diommu.c319 if (gsts & DMA_GSTS_TES) in init_translation_status()
1643 readl, (sts & DMA_GSTS_TES), sts); in iommu_enable_translation()
1663 readl, (!(sts & DMA_GSTS_TES)), sts); in iommu_disable_translation()
H A Ddmar.c1113 if (sts & DMA_GSTS_TES) in alloc_iommu()
/kernel/linux/linux-5.10/include/linux/
H A Dintel-iommu.h247 #define DMA_GSTS_TES (((u32)1) << 31) macro

Completed in 25 milliseconds