Home
last modified time | relevance | path

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

/drivers/acpi/apei/
Dbert.c100 struct acpi_bert_region *boot_error_region; in bert_init() local
137 boot_error_region = ioremap_cache(bert_tab->address, region_len); in bert_init()
138 if (boot_error_region) { in bert_init()
139 bert_print_all(boot_error_region, region_len); in bert_init()
140 iounmap(boot_error_region); in bert_init()