coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mca_common_bert.c File Reference
#include <amdblocks/mca.h>
#include <cper.h>
#include <types.h>
#include "mca_common_defs.h"
Include dependency graph for mca_common_bert.c:

Go to the source code of this file.

Functions

enum cper_x86_check_type error_to_chktype (struct mca_bank_status *mci)
 
void fill_generic_section (cper_proc_generic_error_section_t *sec, struct mca_bank_status *mci)
 

Function Documentation

◆ error_to_chktype()

enum cper_x86_check_type error_to_chktype ( struct mca_bank_status mci)

Definition at line 1 of file mca_common_bert.c.

References mca_err_type(), MCA_ERRTYPE_BUS, MCA_ERRTYPE_INT, MCA_ERRTYPE_MEM, MCA_ERRTYPE_TLB, mca_bank_status::sts, X86_PROCESSOR_BUS_CHK, X86_PROCESSOR_CACHE_CHK, X86_PROCESSOR_MS_CHK, and X86_PROCESSOR_TLB_CHK.

Referenced by build_bert_mca_error().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fill_generic_section()