Searched refs:iommu_cap (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | iommu.h | 121 enum iommu_cap { enum 265 bool (*capable)(struct device *dev, enum iommu_cap); 466 extern bool device_iommu_capable(struct device *dev, enum iommu_cap cap); 747 static inline bool device_iommu_capable(struct device *dev, enum iommu_cap cap) in device_iommu_capable()
|
/openbmc/linux/drivers/iommu/ |
H A D | fsl_pamu_domain.c | 181 static bool fsl_pamu_capable(struct device *dev, enum iommu_cap cap) in fsl_pamu_capable()
|
H A D | s390-iommu.c | 32 static bool s390_iommu_capable(struct device *dev, enum iommu_cap cap) in s390_iommu_capable()
|
H A D | virtio-iommu.c | 1035 static bool viommu_capable(struct device *dev, enum iommu_cap cap) in viommu_capable()
|
H A D | iommu.c | 1912 bool device_iommu_capable(struct device *dev, enum iommu_cap cap) in device_iommu_capable()
|
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 484 static bool qcom_iommu_capable(struct device *dev, enum iommu_cap cap) in qcom_iommu_capable()
|
H A D | arm-smmu.c | 1311 static bool arm_smmu_capable(struct device *dev, enum iommu_cap cap) in arm_smmu_capable()
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | selftest.c | 299 static bool mock_domain_capable(struct device *dev, enum iommu_cap cap) in mock_domain_capable()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | iommu.c | 1313 static bool spapr_tce_iommu_capable(struct device *dev, enum iommu_cap cap) in spapr_tce_iommu_capable()
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | iommu.c | 2322 static bool amd_iommu_capable(struct device *dev, enum iommu_cap cap) in amd_iommu_capable()
|
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2018 static bool arm_smmu_capable(struct device *dev, enum iommu_cap cap) in arm_smmu_capable()
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | iommu.c | 4341 static bool intel_iommu_capable(struct device *dev, enum iommu_cap cap) in intel_iommu_capable()
|