coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cper_proc_generic_error_section Struct Reference

#include <cper.h>

Collaboration diagram for cper_proc_generic_error_section:
Collaboration graph

Data Fields

u64 validation
 
u8 proc_type
 
u8 proc_isa
 
u8 error_type
 
u8 operation
 
u8 flags
 
u8 level
 
u16 reserved
 
u64 cpu_version
 
char cpu_brand_string [128]
 
u64 proc_id
 
u64 target_addr
 
u64 requestor_id
 
u64 responder_id
 
u64 instruction_ip
 

Detailed Description

Definition at line 85 of file cper.h.

Field Documentation

◆ cpu_brand_string

char cper_proc_generic_error_section::cpu_brand_string[128]

Definition at line 95 of file cper.h.

Referenced by bert_append_genproc().

◆ cpu_version

u64 cper_proc_generic_error_section::cpu_version

Definition at line 94 of file cper.h.

Referenced by bert_append_genproc().

◆ error_type

u8 cper_proc_generic_error_section::error_type

Definition at line 89 of file cper.h.

Referenced by fill_generic_section().

◆ flags

u8 cper_proc_generic_error_section::flags

Definition at line 91 of file cper.h.

◆ instruction_ip

u64 cper_proc_generic_error_section::instruction_ip

Definition at line 100 of file cper.h.

◆ level

u8 cper_proc_generic_error_section::level

Definition at line 92 of file cper.h.

◆ operation

u8 cper_proc_generic_error_section::operation

Definition at line 90 of file cper.h.

◆ proc_id

u64 cper_proc_generic_error_section::proc_id

Definition at line 96 of file cper.h.

Referenced by bert_append_genproc().

◆ proc_isa

u8 cper_proc_generic_error_section::proc_isa

Definition at line 88 of file cper.h.

◆ proc_type

u8 cper_proc_generic_error_section::proc_type

Definition at line 87 of file cper.h.

Referenced by bert_append_genproc().

◆ requestor_id

u64 cper_proc_generic_error_section::requestor_id

Definition at line 98 of file cper.h.

◆ reserved

u16 cper_proc_generic_error_section::reserved

Definition at line 93 of file cper.h.

◆ responder_id

u64 cper_proc_generic_error_section::responder_id

Definition at line 99 of file cper.h.

◆ target_addr

u64 cper_proc_generic_error_section::target_addr

Definition at line 97 of file cper.h.

◆ validation

u64 cper_proc_generic_error_section::validation

Definition at line 86 of file cper.h.

Referenced by bert_append_genproc(), and fill_generic_section().


The documentation for this struct was generated from the following file: