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

Data Fields

int mtrr_default_type
 
int num_used
 
struct var_mtrr_regs regs [NUM_MTRR_STATIC_STORAGE]
 

Detailed Description

Definition at line 367 of file mtrr.c.

Field Documentation

◆ mtrr_default_type

int var_mtrr_solution::mtrr_default_type

Definition at line 368 of file mtrr.c.

Referenced by commit_var_mtrrs(), mtrr_use_temp_range(), and x86_setup_var_mtrrs().

◆ num_used

int var_mtrr_solution::num_used

Definition at line 369 of file mtrr.c.

Referenced by commit_var_mtrrs(), and prepare_var_mtrrs().

◆ regs

struct var_mtrr_regs var_mtrr_solution::regs[NUM_MTRR_STATIC_STORAGE]

Definition at line 369 of file mtrr.c.

Referenced by commit_var_mtrrs(), and prepare_var_mtrrs().


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