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

Data Fields

uint32_t Func
 
uintptr_t Data
 
AP_EXE_PARAMS * ConfigPtr
 

Detailed Description

Definition at line 173 of file def_callouts.c.

Field Documentation

◆ ConfigPtr

AP_EXE_PARAMS* agesa_data::ConfigPtr

Definition at line 176 of file def_callouts.c.

Referenced by agesa_RunFcnOnAllAps(), agesa_RunFuncOnAp(), and callout_ap_entry().

◆ Data

uintptr_t agesa_data::Data

Definition at line 175 of file def_callouts.c.

Referenced by agesa_RunFcnOnAllAps(), agesa_RunFuncOnAp(), and callout_ap_entry().

◆ Func

uint32_t agesa_data::Func

Definition at line 174 of file def_callouts.c.

Referenced by agesa_RunFcnOnAllAps(), agesa_RunFuncOnAp(), and callout_ap_entry().


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