Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddmar.h146 extern int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert);
163 static inline int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() function
/openbmc/linux/drivers/iommu/intel/
H A Ddmar.c2264 ret = dmar_iommu_hotplug(dmaru, true); in dmar_hp_add_drhd()
2290 ret = dmar_iommu_hotplug(dmaru, false); in dmar_hp_remove_drhd()
H A Diommu.c3347 int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() function