Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/apei/
H A Dbert.c119 struct acpi_bert_region *boot_error_region; in bert_init() local
157 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()