Searched defs:for_each_active_dev_scope (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dmar.h | 105 #define for_each_active_dev_scope(devs, cnt, i, tmp) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmar.h | 102 #define for_each_active_dev_scope(devs, cnt, i, tmp) \ macro
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
H A D | dmar.c | 284 for_each_active_dev_scope(devices, count, index, tmp) in dmar_remove_dev_scope() function
|
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | dmar.c | 281 for_each_active_dev_scope(devices, count, index, tmp) in dmar_remove_dev_scope() function
|
Completed in 8 milliseconds