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

/linux-4.4.14/drivers/acpi/apei/
H A Dhest.c45 static struct acpi_table_hest *__read_mostly hest_tab; variable in typeref:struct:__read_mostly
88 if (hest_disable || !hest_tab) apei_hest_parse()
91 hest_hdr = (struct acpi_hest_header *)(hest_tab + 1); apei_hest_parse()
92 for (i = 0; i < hest_tab->error_source_count; i++) { apei_hest_parse()
102 (void *)hest_tab + hest_tab->header.length) { apei_hest_parse()
225 (struct acpi_table_header **)&hest_tab); acpi_hest_init()

Completed in 31 milliseconds