Searched refs:for_each_dev_scope (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | dmar.h | 96 #define for_each_dev_scope(devs, cnt, i, tmp) \ macro 102 for_each_dev_scope((devs), (cnt), (i), (tmp)) \
|
/linux-6.1.9/ |
D | .clang-format | 232 - 'for_each_dev_scope'
|
/linux-6.1.9/drivers/iommu/intel/ |
D | dmar.c | 258 for_each_dev_scope(devices, devices_cnt, i, tmp) in dmar_insert_dev_scope() 752 for_each_dev_scope(dmaru->devices, dmaru->devices_cnt, i, tmp) in dmar_acpi_insert_dev_scope()
|
D | iommu.c | 3582 for_each_dev_scope(satcu->devices, satcu->devices_cnt, i, tmp) in dmar_find_matched_satc_unit() 3634 for_each_dev_scope(atsru->devices, atsru->devices_cnt, i, tmp) in dmar_ats_supported()
|