Searched refs:drhd (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | dmar.h | 73 #define for_each_drhd_unit(drhd) \ argument 74 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \ 77 #define for_each_active_drhd_unit(drhd) \ argument 78 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \ 80 if (drhd->ignored) {} else 82 #define for_each_active_iommu(i, drhd) \ argument 83 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \ 85 if (i=drhd->iommu, drhd->ignored) {} else 87 #define for_each_iommu(i, drhd) \ argument 88 list_for_each_entry_rcu(drhd, &dmar_drhd_units, list, \ [all …]
|
D | intel-iommu.h | 618 struct dmar_drhd_unit *drhd; member
|