Searched refs:for_each_active_dev_scope (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | dmar.h | 110 #define for_each_active_dev_scope(a, c, p, d) \ macro
|
/linux-4.1.27/drivers/iommu/ |
D | dmar.c | 119 for_each_active_dev_scope(*devices, *cnt, i, tmp_dev) in dmar_free_dev_scope() 274 for_each_active_dev_scope(devices, count, index, tmp) in dmar_remove_dev_scope() 645 for_each_active_dev_scope(devices, cnt, index, tmp) in dmar_pci_device_match() 1850 for_each_active_dev_scope(dmaru->devices, in dmar_hp_remove_drhd()
|
D | intel-iommu.c | 739 for_each_active_dev_scope(drhd->devices, in device_to_iommu() 2552 for_each_active_dev_scope(rmrr->devices, in device_has_rmrr() 2710 for_each_active_dev_scope(drhd->devices, drhd->devices_cnt, i, dev) { in iommu_prepare_static_identity_mapping() 2874 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in init_dmars() 3510 for_each_active_dev_scope(drhd->devices, in init_no_remapping_devices() 3523 for_each_active_dev_scope(drhd->devices, in init_no_remapping_devices() 3536 for_each_active_dev_scope(drhd->devices, in init_no_remapping_devices() 3799 for_each_active_dev_scope(atsru->devices, atsru->devices_cnt, in dmar_check_one_atsr()
|