Lines Matching refs:drhd
83 #define for_each_drhd_unit(drhd) \ argument
84 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list)
86 #define for_each_active_drhd_unit(drhd) \ argument
87 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list) \
88 if (drhd->ignored) {} else
90 #define for_each_active_iommu(i, drhd) \ argument
91 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list) \
92 if (i=drhd->iommu, drhd->ignored) {} else
94 #define for_each_iommu(i, drhd) \ argument
95 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list) \
96 if (i=drhd->iommu, 0) {} else