coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fixed_mtrr_desc Struct Reference
Collaboration diagram for fixed_mtrr_desc:
Collaboration graph

Data Fields

uint32_t begin
 
uint32_t end
 
uint32_t step
 
int range_index
 
int msr_index_base
 

Detailed Description

Definition at line 209 of file mtrr.c.

Field Documentation

◆ begin

uint32_t fixed_mtrr_desc::begin

Definition at line 210 of file mtrr.c.

Referenced by calc_fixed_mtrrs(), and commit_fixed_mtrrs().

◆ end

uint32_t fixed_mtrr_desc::end

Definition at line 211 of file mtrr.c.

Referenced by calc_fixed_mtrrs(), and commit_fixed_mtrrs().

◆ msr_index_base

int fixed_mtrr_desc::msr_index_base

Definition at line 214 of file mtrr.c.

Referenced by commit_fixed_mtrrs().

◆ range_index

int fixed_mtrr_desc::range_index

Definition at line 213 of file mtrr.c.

Referenced by calc_fixed_mtrrs().

◆ step

uint32_t fixed_mtrr_desc::step

Definition at line 212 of file mtrr.c.

Referenced by calc_fixed_mtrrs(), and commit_fixed_mtrrs().


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