Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diommu.h425 struct dev_iommu { struct
426 struct mutex lock;
427 struct iommu_fault_param *fault_param;
428 struct iopf_device_param *iopf_param;
429 struct iommu_fwspec *fwspec;
430 struct iommu_device *iommu_dev;
431 void *priv;
432 u32 max_pasids;
433 u32 attach_deferred:1;
434 u32 pci_32bit_workaround:1;
[all …]
/openbmc/linux/drivers/iommu/amd/
H A Damd_iommu_types.h567 unsigned dev_iommu[MAX_IOMMUS]; /* per-IOMMU reference count */ member