Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddmar.h142 extern int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert);
158 static inline int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() function
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Ddmar.c2129 ret = dmar_iommu_hotplug(dmaru, true); in dmar_hp_add_drhd()
2155 ret = dmar_iommu_hotplug(dmaru, false); in dmar_hp_remove_drhd()
H A Diommu.c4570 int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() function