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

#include <cper.h>

Collaboration diagram for cper_ia32x64_context:
Collaboration graph

Data Fields

u16 type
 
u16 array_size
 
u32 msr_addr
 
u64 mmap_addr
 

Detailed Description

Definition at line 287 of file cper.h.

Field Documentation

◆ array_size

u16 cper_ia32x64_context::array_size

Definition at line 289 of file cper.h.

Referenced by cper_new_ia32x64_context_msr(), and new_cper_ia32x64_ctx().

◆ mmap_addr

u64 cper_ia32x64_context::mmap_addr

Definition at line 291 of file cper.h.

◆ msr_addr

u32 cper_ia32x64_context::msr_addr

Definition at line 290 of file cper.h.

Referenced by cper_new_ia32x64_context_msr().

◆ type

u16 cper_ia32x64_context::type

Definition at line 288 of file cper.h.

Referenced by new_cper_ia32x64_ctx().


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