Searched defs:hest_tab (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/apei/
H A Dhest.c49 static struct acpi_table_hest *__read_mostly hest_tab; variable in typeref:struct:__read_mostly
92 if (hest_disable || !hest_tab)
95 hest_hdr = (struct acpi_hest_header *)(hest_tab + 1);
96 for (i = 0; i < hest_tab->error_source_count; i++) {
106 (void *)hest_tab + hest_tab->header.length) {
229 (struct acpi_table_header **)&hest_tab);

Completed in 100 milliseconds