Home
last modified time | relevance | path

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

/drivers/acpi/apei/
Dbert.c89 static int __init bert_check_table(struct acpi_table_bert *bert_tab) in bert_check_table() argument
91 if (bert_tab->header.length < sizeof(struct acpi_table_bert) || in bert_check_table()
92 bert_tab->region_length < sizeof(struct acpi_bert_region)) in bert_check_table()
101 struct acpi_table_bert *bert_tab; in bert_init() local
114 status = acpi_get_table(ACPI_SIG_BERT, 0, (struct acpi_table_header **)&bert_tab); in bert_init()
123 rc = bert_check_table(bert_tab); in bert_init()
129 region_len = bert_tab->region_length; in bert_init()
130 if (!request_mem_region(bert_tab->address, region_len, "APEI BERT")) { in bert_init()
132 (unsigned long long)bert_tab->address, in bert_init()
133 (unsigned long long)bert_tab->address + region_len - 1); in bert_init()
[all …]