Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/apei/
Dbert.c101 struct acpi_bert_region *boot_error_region; in bert_init() local
139 boot_error_region = ioremap_cache(bert_tab->address, region_len); in bert_init()
140 if (boot_error_region) { in bert_init()
141 bert_print_all(boot_error_region, region_len); in bert_init()
142 iounmap(boot_error_region); in bert_init()