Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/iommu/
Dipmmu-vmsa.c55 struct ipmmu_vmsa_device { struct
59 struct ipmmu_vmsa_device *root; argument
72 struct ipmmu_vmsa_device *mmu; argument
87 static struct ipmmu_vmsa_device *to_ipmmu(struct device *dev) in to_ipmmu()
150 static bool ipmmu_is_root(struct ipmmu_vmsa_device *mmu) in ipmmu_is_root()
157 struct ipmmu_vmsa_device *mmu = dev_get_drvdata(dev); in __ipmmu_check_device()
158 struct ipmmu_vmsa_device **rootp = data; in __ipmmu_check_device()
166 static struct ipmmu_vmsa_device *ipmmu_find_root(void) in ipmmu_find_root()
168 struct ipmmu_vmsa_device *root = NULL; in ipmmu_find_root()
178 static u32 ipmmu_read(struct ipmmu_vmsa_device *mmu, unsigned int offset) in ipmmu_read()
[all …]