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

#include <smm.h>

Collaboration diagram for smm_loader_params:
Collaboration graph

Data Fields

size_t num_cpus
 
size_t real_cpu_save_state_size
 
size_t per_cpu_save_state_size
 
size_t num_concurrent_save_states
 
smm_handler_t handler
 
struct smm_stub_paramsstub_params
 

Detailed Description

Definition at line 139 of file smm.h.

Field Documentation

◆ handler

smm_handler_t smm_loader_params::handler

Definition at line 146 of file smm.h.

◆ num_concurrent_save_states

size_t smm_loader_params::num_concurrent_save_states

Definition at line 144 of file smm.h.

◆ num_cpus

size_t smm_loader_params::num_cpus

Definition at line 140 of file smm.h.

◆ per_cpu_save_state_size

size_t smm_loader_params::per_cpu_save_state_size

Definition at line 143 of file smm.h.

◆ real_cpu_save_state_size

size_t smm_loader_params::real_cpu_save_state_size

Definition at line 142 of file smm.h.

◆ stub_params

struct smm_stub_params* smm_loader_params::stub_params

Definition at line 148 of file smm.h.

Referenced by adjust_smm_apic_id_map().


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