Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Diommu.h625 struct dev_iommu { struct
626 struct mutex lock;
627 struct iommu_fault_param *fault_param;
628 struct iopf_device_param *iopf_param;
629 struct iommu_fwspec *fwspec;
630 struct iommu_device *iommu_dev;
631 void *priv;
632 u32 max_pasids;
633 u32 attach_deferred:1;
634 u32 pci_32bit_workaround:1;
[all …]
/linux-6.8/drivers/iommu/amd/
Damd_iommu_types.h569 unsigned dev_iommu[MAX_IOMMUS]; /* per-IOMMU reference count */ member