Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/iommu/intel/
Ddebugfs.c292 if (!(sts & DMA_GSTS_TES)) { in dmar_translation_struct_show()
Diommu.h258 #define DMA_GSTS_TES (((u32)1) << 31) macro
Diommu.c313 if (gsts & DMA_GSTS_TES) in init_translation_status()
1644 readl, (sts & DMA_GSTS_TES), sts); in iommu_enable_translation()
1664 readl, (!(sts & DMA_GSTS_TES)), sts); in iommu_disable_translation()
Ddmar.c1101 if (sts & DMA_GSTS_TES) in alloc_iommu()