Home
last modified time | relevance | path

Searched refs:DMAR_VER_REG (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/i386/
H A Dintel_iommu_internal.h35 #define DMAR_VER_REG 0x0 /* Arch version supported by this IOMMU */ macro
H A Dintel_iommu.c4206 vtd_define_long(s, DMAR_VER_REG, 0x10UL, 0, 0); in vtd_init()
/openbmc/linux/drivers/iommu/intel/
H A Diommu.h62 #define DMAR_VER_REG 0x0 /* Arch version supported by this IOMMU */ macro
H A Ddmar.c1101 ver = readl(iommu->reg + DMAR_VER_REG); in alloc_iommu()
H A Diommu.c3638 u32 ver = readl(iommu->reg + DMAR_VER_REG); in version_show()