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

#include <smm.h>

Collaboration diagram for smm_stub_params:
Collaboration graph

Data Fields

u32 stack_size
 
u32 stack_top
 
u32 c_handler
 
u32 fxsave_area
 
u32 fxsave_area_size
 
u16 apic_id_to_cpu [CONFIG_MAX_CPUS]
 
u32 start32_offset
 

Detailed Description

Definition at line 82 of file smm.h.

Field Documentation

◆ apic_id_to_cpu

u16 smm_stub_params::apic_id_to_cpu[CONFIG_MAX_CPUS]

Definition at line 94 of file smm.h.

Referenced by adjust_smm_apic_id_map(), and smm_module_setup_stub().

◆ c_handler

u32 smm_stub_params::c_handler

Definition at line 85 of file smm.h.

Referenced by smm_module_setup_stub().

◆ fxsave_area

u32 smm_stub_params::fxsave_area

Definition at line 86 of file smm.h.

Referenced by smm_module_setup_stub().

◆ fxsave_area_size

u32 smm_stub_params::fxsave_area_size

Definition at line 87 of file smm.h.

Referenced by smm_module_setup_stub().

◆ stack_size

u32 smm_stub_params::stack_size

Definition at line 83 of file smm.h.

Referenced by smm_module_setup_stub().

◆ stack_top

u32 smm_stub_params::stack_top

Definition at line 84 of file smm.h.

Referenced by smm_module_setup_stub().

◆ start32_offset

u32 smm_stub_params::start32_offset

Definition at line 96 of file smm.h.

Referenced by smm_module_setup_stub().


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