Lines Matching refs:drhd
69 #define for_each_drhd_unit(drhd) \ argument
70 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \
73 #define for_each_active_drhd_unit(drhd) \ argument
74 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \
76 if (drhd->ignored) {} else
78 #define for_each_active_iommu(i, drhd) \ argument
79 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, \
86 if (i=drhd->iommu, 0) {} else