Searched refs:boot_error_region (Results 1 – 1 of 1) sorted by relevance
119 struct acpi_bert_region *boot_error_region; in bert_init() local157 boot_error_region = ioremap_cache(bert_tab->address, region_len); in bert_init()158 if (boot_error_region) { in bert_init()159 bert_print_all(boot_error_region, region_len); in bert_init()160 iounmap(boot_error_region); in bert_init()