Home
last modified time | relevance | path

Searched refs:rmrr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/iommu/
Dintel-iommu.c377 #define for_each_rmrr_units(rmrr) \ argument
378 list_for_each_entry(rmrr, &dmar_rmrr_units, list)
2412 static inline int iommu_prepare_rmrr_dev(struct dmar_rmrr_unit *rmrr, in iommu_prepare_rmrr_dev() argument
2417 return iommu_prepare_identity_map(dev, rmrr->base_address, in iommu_prepare_rmrr_dev()
2418 rmrr->end_address); in iommu_prepare_rmrr_dev()
2542 struct dmar_rmrr_unit *rmrr; in device_has_rmrr() local
2547 for_each_rmrr_units(rmrr) { in device_has_rmrr()
2552 for_each_active_dev_scope(rmrr->devices, in device_has_rmrr()
2553 rmrr->devices_cnt, i, tmp) in device_has_rmrr()
2770 struct dmar_rmrr_unit *rmrr; in init_dmars() local
[all …]
Ddmar.c488 struct acpi_dmar_reserved_memory *rmrr; in dmar_table_print_dmar_entry() local
500 rmrr = container_of(header, struct acpi_dmar_reserved_memory, in dmar_table_print_dmar_entry()
503 (unsigned long long)rmrr->base_address, in dmar_table_print_dmar_entry()
504 (unsigned long long)rmrr->end_address); in dmar_table_print_dmar_entry()