Searched refs:for_each_active_dev_scope (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | dmar.h | 110 #define for_each_active_dev_scope(a, c, p, d) \ macro
|
/Linux-v4.19/drivers/iommu/ |
D | intel-iommu.c | 866 for_each_active_dev_scope(drhd->devices, in device_to_iommu() 2866 for_each_active_dev_scope(rmrr->devices, in device_has_rmrr() 3018 for_each_active_dev_scope(drhd->devices, drhd->devices_cnt, i, dev) { in iommu_prepare_static_identity_mapping() 3437 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in init_dmars() 3552 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in get_valid_domain_for_dev() 4011 for_each_active_dev_scope(drhd->devices, in init_no_remapping_devices() 4024 for_each_active_dev_scope(drhd->devices, in init_no_remapping_devices() 4037 for_each_active_dev_scope(drhd->devices, in init_no_remapping_devices() 4313 for_each_active_dev_scope(atsru->devices, atsru->devices_cnt, in dmar_check_one_atsr() 5209 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in intel_iommu_get_resv_regions()
|
D | dmar.c | 120 for_each_active_dev_scope(*devices, *cnt, i, tmp_dev) in dmar_free_dev_scope() 287 for_each_active_dev_scope(devices, count, index, tmp) in dmar_remove_dev_scope() 661 for_each_active_dev_scope(devices, cnt, index, tmp) in dmar_pci_device_match() 1893 for_each_active_dev_scope(dmaru->devices, in dmar_hp_remove_drhd()
|