Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/
H A Dbert_storage.h55 bool bert_errors_present(void);
59 return CONFIG(ACPI_BERT) && bert_errors_present(); in bert_should_generate_acpi_table()
/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dacpi_bert_storage.c37 bool bert_errors_present(void) in bert_errors_present() function