Lines Matching defs:intel_iommu
323 struct intel_iommu { struct
324 void __iomem *reg; /* Pointer to hardware regs, virtual addr */
325 u64 reg_phys; /* physical address of hw register set */
326 u64 reg_size; /* size of hw register set */
327 u64 cap;
328 u64 ecap;
329 u32 gcmd; /* Holds TE, EAFL. Don't need SRTP, SFL, WBF */
330 raw_spinlock_t register_lock; /* protect register handling */
331 int seq_id; /* sequence id of the iommu */
332 int agaw; /* agaw of this iommu */
333 int msagaw; /* max sagaw of this iommu */
357 struct intel_iommu *iommu, void *addr, int size) in __iommu_flush_cache() argument