Home
last modified time | relevance | path

Searched defs:arm_smmu_domain (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/iommu/arm/arm-smmu/
Darm-smmu.h366 struct arm_smmu_domain { struct
372 enum arm_smmu_domain_stage stage; argument
373 struct mutex init_mutex; /* Protects smmu pointer */
374 spinlock_t cb_lock; /* Serialises ATS1* ops and TLB syncs */
375 struct iommu_domain domain;
/linux-5.19.10/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.h709 struct arm_smmu_domain { struct
717 enum arm_smmu_domain_stage stage; argument
731 static inline struct arm_smmu_domain *to_smmu_domain(struct iommu_domain *dom) in to_smmu_domain() argument