Searched refs:rmrr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/iommu/ |
D | intel-iommu.c | 404 #define for_each_rmrr_units(rmrr) \ argument 405 list_for_each_entry(rmrr, &dmar_rmrr_units, list) 2754 static inline int iommu_prepare_rmrr_dev(struct dmar_rmrr_unit *rmrr, in iommu_prepare_rmrr_dev() argument 2759 return iommu_prepare_identity_map(dev, rmrr->base_address, in iommu_prepare_rmrr_dev() 2760 rmrr->end_address); in iommu_prepare_rmrr_dev() 2856 struct dmar_rmrr_unit *rmrr; in device_has_rmrr() local 2861 for_each_rmrr_units(rmrr) { in device_has_rmrr() 2866 for_each_active_dev_scope(rmrr->devices, in device_has_rmrr() 2867 rmrr->devices_cnt, i, tmp) in device_has_rmrr() 3262 struct dmar_rmrr_unit *rmrr; in init_dmars() local [all …]
|
D | dmar.c | 504 struct acpi_dmar_reserved_memory *rmrr; in dmar_table_print_dmar_entry() local 516 rmrr = container_of(header, struct acpi_dmar_reserved_memory, in dmar_table_print_dmar_entry() 519 (unsigned long long)rmrr->base_address, in dmar_table_print_dmar_entry() 520 (unsigned long long)rmrr->end_address); in dmar_table_print_dmar_entry()
|