Searched refs:rmrr (Results 1 – 4 of 4) sorted by relevance
24 arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) in arch_rmrr_sanity_check() argument26 u64 start = rmrr->base_address; in arch_rmrr_sanity_check()27 u64 end = rmrr->end_address + 1; in arch_rmrr_sanity_check()
282 #define for_each_rmrr_units(rmrr) \ argument283 list_for_each_entry(rmrr, &dmar_rmrr_units, list)2390 struct dmar_rmrr_unit *rmrr; in si_domain_init() local2424 for_each_rmrr_units(rmrr) { in si_domain_init()2425 for_each_active_dev_scope(rmrr->devices, rmrr->devices_cnt, in si_domain_init()2427 unsigned long long start = rmrr->base_address; in si_domain_init()2428 unsigned long long end = rmrr->end_address; in si_domain_init()3070 static int __init rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) in rmrr_sanity_check() argument3072 if (!IS_ALIGNED(rmrr->base_address, PAGE_SIZE) || in rmrr_sanity_check()3073 !IS_ALIGNED(rmrr->end_address + 1, PAGE_SIZE) || in rmrr_sanity_check()[all …]
524 struct acpi_dmar_reserved_memory *rmrr; in dmar_table_print_dmar_entry() local537 rmrr = container_of(header, struct acpi_dmar_reserved_memory, in dmar_table_print_dmar_entry()540 (unsigned long long)rmrr->base_address, in dmar_table_print_dmar_entry()541 (unsigned long long)rmrr->end_address); in dmar_table_print_dmar_entry()
16 arch_rmrr_sanity_check(struct acpi_dmar_reserved_memory *rmrr) { return 0; } in arch_rmrr_sanity_check() argument