Searched defs:intel_iommu (Results 1 – 1 of 1) sorted by relevance
309 struct intel_iommu { struct310 void __iomem *reg; /* Pointer to hardware regs, virtual addr */311 u64 cap;312 u64 ecap;313 u32 gcmd; /* Holds TE, EAFL. Don't need SRTP, SFL, WBF */314 spinlock_t register_lock; /* protect register handling */315 int seq_id; /* sequence id of the iommu */339 struct intel_iommu *iommu, void *addr, int size) in __iommu_flush_cache() argument