Searched refs:for_each_dev_scope (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | dmar.h | 106 #define for_each_dev_scope(a, c, p, d) \ macro 111 for_each_dev_scope((a), (c), (p), (d)) if (!(d)) { continue; } else
|
/linux-4.4.14/drivers/iommu/ |
D | dmar.c | 251 for_each_dev_scope(devices, devices_cnt, i, tmp) in dmar_insert_dev_scope() 713 for_each_dev_scope(dmaru->devices, dmaru->devices_cnt, i, tmp) in dmar_acpi_insert_dev_scope()
|
D | intel-iommu.c | 4335 for_each_dev_scope(atsru->devices, atsru->devices_cnt, i, tmp) in dmar_find_matched_atsr_unit()
|