Lines Matching refs:drhd
70 #define for_each_drhd_unit(drhd) \ argument
71 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \
74 #define for_each_active_drhd_unit(drhd) \ argument
75 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \
77 if (drhd->ignored) {} else
79 #define for_each_active_iommu(i, drhd) \ argument
80 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \
82 if (i=drhd->iommu, drhd->ignored) {} else
84 #define for_each_iommu(i, drhd) \ argument
85 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \
87 if (i=drhd->iommu, 0) {} else