Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/apei/
H A Dbert.c133 status = acpi_get_table(ACPI_SIG_BERT, 0, (struct acpi_table_header **)&bert_tab); in bert_init()
/openbmc/linux/drivers/acpi/
H A Dtables.c558 ACPI_SIG_BERT, ACPI_SIG_BGRT, ACPI_SIG_CPEP, ACPI_SIG_ECDT,
H A Dsysfs.c481 { ACPI_SIG_BERT, acpi_bert_data_init },
/openbmc/linux/include/acpi/
H A Dactbl1.h30 #define ACPI_SIG_BERT "BERT" /* Boot Error Record Table */ macro