Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dintel-iommu.c454 #define for_each_rmrr_units(rmrr) \ argument
455 list_for_each_entry(rmrr, &dmar_rmrr_units, list)
2568 static inline int iommu_prepare_rmrr_dev(struct dmar_rmrr_unit *rmrr, in iommu_prepare_rmrr_dev() argument
2573 return iommu_prepare_identity_map(dev, rmrr->base_address, in iommu_prepare_rmrr_dev()
2574 rmrr->end_address); in iommu_prepare_rmrr_dev()
2670 struct dmar_rmrr_unit *rmrr; in device_has_rmrr() local
2675 for_each_rmrr_units(rmrr) { in device_has_rmrr()
2680 for_each_active_dev_scope(rmrr->devices, in device_has_rmrr()
2681 rmrr->devices_cnt, i, tmp) in device_has_rmrr()
3076 struct dmar_rmrr_unit *rmrr; in init_dmars() local
[all …]
Ddmar.c489 struct acpi_dmar_reserved_memory *rmrr; in dmar_table_print_dmar_entry() local
501 rmrr = container_of(header, struct acpi_dmar_reserved_memory, in dmar_table_print_dmar_entry()
504 (unsigned long long)rmrr->base_address, in dmar_table_print_dmar_entry()
505 (unsigned long long)rmrr->end_address); in dmar_table_print_dmar_entry()