Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Diommu.h25 arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) in arch_rmrr_sanity_check() argument
27 u64 start = rmrr->base_address; in arch_rmrr_sanity_check()
28 u64 end = rmrr->end_address + 1; in arch_rmrr_sanity_check()
/linux-6.15/drivers/iommu/intel/
H A Diommu.c199 #define for_each_rmrr_units(rmrr) \ argument
2442 rmrr->end_address <= rmrr->base_address || in rmrr_sanity_check()
2455 if (rmrr_sanity_check(rmrr)) { in dmar_parse_one_rmrr()
2459 rmrr->base_address, rmrr->end_address, in dmar_parse_one_rmrr()
2476 ((void *)rmrr) + rmrr->header.length, in dmar_parse_one_rmrr()
2834 rmrr = container_of(rmrru->hdr, in dmar_iommu_notify_scope_dev()
2838 ((void *)rmrr) + rmrr->header.length, in dmar_iommu_notify_scope_dev()
3851 struct dmar_rmrr_unit *rmrr; in intel_iommu_get_resv_regions() local
3856 for_each_rmrr_units(rmrr) { in intel_iommu_get_resv_regions()
3857 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in intel_iommu_get_resv_regions()
[all …]
H A 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()