Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Diommu.h16 arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) in arch_rmrr_sanity_check() argument
18 u64 start = rmrr->base_address; in arch_rmrr_sanity_check()
19 u64 end = rmrr->end_address + 1; in arch_rmrr_sanity_check()
/Linux-v5.15/drivers/iommu/intel/
Diommu.c316 #define for_each_rmrr_units(rmrr) \ argument
317 list_for_each_entry(rmrr, &dmar_rmrr_units, list)
2707 struct dmar_rmrr_unit *rmrr; in si_domain_init() local
2740 for_each_rmrr_units(rmrr) { in si_domain_init()
2741 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in si_domain_init()
2743 unsigned long long start = rmrr->base_address; in si_domain_init()
2744 unsigned long long end = rmrr->end_address; in si_domain_init()
2780 struct dmar_rmrr_unit *rmrr; in device_has_rmrr() local
2785 for_each_rmrr_units(rmrr) { in device_has_rmrr()
2790 for_each_active_dev_scope(rmrr->devices, in device_has_rmrr()
[all …]
Ddmar.c525 struct acpi_dmar_reserved_memory *rmrr; in dmar_table_print_dmar_entry() local
538 rmrr = container_of(header, struct acpi_dmar_reserved_memory, in dmar_table_print_dmar_entry()
541 (unsigned long long)rmrr->base_address, in dmar_table_print_dmar_entry()
542 (unsigned long long)rmrr->end_address); in dmar_table_print_dmar_entry()
/Linux-v5.15/arch/ia64/include/asm/
Diommu.h16 arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) { return 0; } in arch_rmrr_sanity_check() argument