Searched refs:dmaru (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/iommu/intel/
H A Ddmar.c295 struct dmar_drhd_unit *dmaru; local
298 for_each_drhd_unit(dmaru) {
299 if (dmaru->include_all)
302 drhd = container_of(dmaru->hdr,
306 dmaru->segment,
307 dmaru->devices, dmaru->devices_cnt);
324 struct dmar_drhd_unit *dmaru; local
326 for_each_drhd_unit(dmaru)
327 if (dmar_remove_dev_scope(info, dmaru
391 struct dmar_drhd_unit *dmaru; local
410 struct dmar_drhd_unit *dmaru; local
457 dmar_free_drhd(struct dmar_drhd_unit *dmaru) argument
701 struct dmar_drhd_unit *dmaru; local
730 struct dmar_drhd_unit *dmaru; local
2199 struct dmar_drhd_unit *dmaru, *dmaru_n; local
2280 struct dmar_drhd_unit *dmaru; local
2297 struct dmar_drhd_unit *dmaru; local
2321 struct dmar_drhd_unit *dmaru; local
[all...]
H A Dirq_remapping.c1441 static int dmar_ir_add(struct dmar_drhd_unit *dmaru, struct intel_iommu *iommu) argument
1456 if (ir_parse_ioapic_hpet_scope(dmaru->hdr, iommu)) {
1478 int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) argument
1481 struct intel_iommu *iommu = dmaru->iommu;
1495 ret = dmar_ir_add(dmaru, iommu);
H A Diommu.c3131 static int intel_iommu_add(struct dmar_drhd_unit *dmaru) argument
3134 struct intel_iommu *iommu = dmaru->iommu;
3167 if (dmaru->ignored) {
3203 int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) argument
3206 struct intel_iommu *iommu = dmaru->iommu;
3214 ret = intel_iommu_add(dmaru);
/linux-master/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) argument
170 extern int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert);
172 static inline int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) argument

Completed in 134 milliseconds