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

#include <smm.h>

Collaboration diagram for smm_relocation_attrs:
Collaboration graph

Data Fields

uint32_t smbase
 
uint32_t smrr_base
 
uint32_t smrr_mask
 

Detailed Description

Definition at line 122 of file cpu.c.

Field Documentation

◆ smbase

uint32_t smm_relocation_attrs::smbase

Definition at line 123 of file cpu.c.

Referenced by get_smm_info().

◆ smrr_base

uint32_t smm_relocation_attrs::smrr_base

Definition at line 124 of file cpu.c.

Referenced by get_smm_info(), and relocation_handler().

◆ smrr_mask

uint32_t smm_relocation_attrs::smrr_mask

Definition at line 125 of file cpu.c.

Referenced by get_smm_info(), and relocation_handler().


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