Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/apei/
H A Dhest.c38 static struct acpi_table_hest *__read_mostly hest_tab; variable
96 if (hest_disable || !hest_tab) in apei_hest_parse()
99 hest_hdr = (struct acpi_hest_header *)(hest_tab + 1); in apei_hest_parse()
100 for (i = 0; i < hest_tab->error_source_count; i++) { in apei_hest_parse()
110 (void *)hest_tab + hest_tab->header.length) { in apei_hest_parse()
244 (struct acpi_table_header **)&hest_tab); in acpi_hest_init()
274 acpi_put_table((struct acpi_table_header *)hest_tab); in acpi_hest_init()