Searched refs:rmrr (Results 1 – 2 of 2) sorted by relevance
334 #define for_each_rmrr_units(rmrr) \ argument335 list_for_each_entry(rmrr, &dmar_rmrr_units, list)2736 struct dmar_rmrr_unit *rmrr; in si_domain_init() local2770 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() local2827 for_each_rmrr_units(rmrr) { in device_has_rmrr()2832 for_each_active_dev_scope(rmrr->devices, in device_has_rmrr()[all …]
493 struct acpi_dmar_reserved_memory *rmrr; in dmar_table_print_dmar_entry() local505 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()