Searched defs:intel_iommu (Results 1 – 3 of 3) sorted by relevance
653 struct intel_iommu { struct654 void __iomem *reg; /* Pointer to hardware regs, virtual addr */655 u64 reg_phys; /* physical address of hw register set */656 u64 reg_size; /* size of hw register set */657 u64 cap;658 u64 ecap;659 u64 vccap;660 u64 ecmdcap[DMA_MAX_NUM_ECMDCAP];661 u32 gcmd; /* Holds TE, EAFL. Don't need SRTP, SFL, WBF */662 raw_spinlock_t register_lock; /* protect register handling */[all …]
1744 IntelIOMMUState *intel_iommu; in pc_hotplug_allowed() local
2074 IntelIOMMUState *intel_iommu = INTEL_IOMMU_DEVICE(iommu); in build_dmar_q35() local