Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Dintel-iommu.c334 #define for_each_rmrr_units(rmrr) \ argument
335 list_for_each_entry(rmrr, &dmar_rmrr_units, list)
2736 struct dmar_rmrr_unit *rmrr; in si_domain_init() local
2770 for_each_rmrr_units(rmrr) { in si_domain_init()
2771 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in si_domain_init()
2773 unsigned long long start = rmrr->base_address; in si_domain_init()
2774 unsigned long long end = rmrr->end_address; in si_domain_init()
2822 struct dmar_rmrr_unit *rmrr; in device_has_rmrr() local
2827 for_each_rmrr_units(rmrr) { in device_has_rmrr()
2832 for_each_active_dev_scope(rmrr->devices, in device_has_rmrr()
[all …]
Ddmar.c493 struct acpi_dmar_reserved_memory *rmrr; in dmar_table_print_dmar_entry() local
505 rmrr = container_of(header, struct acpi_dmar_reserved_memory, in dmar_table_print_dmar_entry()
508 (unsigned long long)rmrr->base_address, in dmar_table_print_dmar_entry()
509 (unsigned long long)rmrr->end_address); in dmar_table_print_dmar_entry()