Lines Matching refs:drhd
72 #define for_each_drhd_unit(drhd) \ argument
73 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list)
75 #define for_each_active_drhd_unit(drhd) \ argument
76 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) \
81 if (i=drhd->iommu, drhd->ignored) {} else
83 #define for_each_iommu(i, drhd) \ argument
84 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list) \
85 if (i=drhd->iommu, 0) {} else