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

Data Fields

uint8_t active
 
uintptr_t smbase
 
uintptr_t entry
 
uintptr_t ss_start
 
uintptr_t code_start
 
uintptr_t code_end
 

Detailed Description

Definition at line 41 of file smm_module_loader.c.

Field Documentation

◆ active

uint8_t cpu_smm_info::active

Definition at line 42 of file smm_module_loader.c.

Referenced by smm_create_map().

◆ code_end

uintptr_t cpu_smm_info::code_end

Definition at line 47 of file smm_module_loader.c.

Referenced by smm_create_map(), smm_load_module_aseg(), and smm_place_entry_code().

◆ code_start

uintptr_t cpu_smm_info::code_start

Definition at line 46 of file smm_module_loader.c.

Referenced by smm_create_map(), and smm_place_entry_code().

◆ entry

uintptr_t cpu_smm_info::entry

Definition at line 44 of file smm_module_loader.c.

Referenced by smm_create_map().

◆ smbase

uintptr_t cpu_smm_info::smbase

Definition at line 43 of file smm_module_loader.c.

Referenced by smm_create_map(), and smm_get_cpu_smbase().

◆ ss_start

uintptr_t cpu_smm_info::ss_start

Definition at line 45 of file smm_module_loader.c.

Referenced by smm_create_map(), smm_load_module(), and smm_load_module_aseg().


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