Searched refs:for_each_dev_scope (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/linux/ |
D | dmar.h | 95 #define for_each_dev_scope(devs, cnt, i, tmp) \ macro 101 for_each_dev_scope((devs), (cnt), (i), (tmp)) \
|
/Linux-v5.4/ |
D | .clang-format | 160 - 'for_each_dev_scope'
|
/Linux-v5.4/drivers/iommu/ |
D | dmar.c | 253 for_each_dev_scope(devices, devices_cnt, i, tmp) in dmar_insert_dev_scope() 717 for_each_dev_scope(dmaru->devices, dmaru->devices_cnt, i, tmp) in dmar_acpi_insert_dev_scope()
|
D | intel-iommu.c | 4592 for_each_dev_scope(atsru->devices, atsru->devices_cnt, i, tmp) in dmar_find_matched_atsr_unit()
|