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

#include <state_machine.h>

Collaboration diagram for agesa_state:
Collaboration graph

Data Fields

u8 apic_id
 
AGESA_STRUCT_NAME func
 
const char * function_name
 
uint32_t ts_entry_id
 
uint32_t ts_exit_id
 

Detailed Description

Definition at line 38 of file state_machine.h.

Field Documentation

◆ apic_id

u8 agesa_state::apic_id

Definition at line 39 of file state_machine.h.

Referenced by agesa_state_on_entry(), and agesa_state_on_exit().

◆ func

AGESA_STRUCT_NAME agesa_state::func

Definition at line 41 of file state_machine.h.

Referenced by agesa_execute_state(), agesa_state_on_entry(), and agesa_state_on_exit().

◆ function_name

const char* agesa_state::function_name

Definition at line 42 of file state_machine.h.

Referenced by agesa_execute_state(), agesa_state_on_entry(), and agesa_state_on_exit().

◆ ts_entry_id

uint32_t agesa_state::ts_entry_id

Definition at line 43 of file state_machine.h.

Referenced by agesa_execute_state(), and agesa_state_on_entry().

◆ ts_exit_id

uint32_t agesa_state::ts_exit_id

Definition at line 44 of file state_machine.h.

Referenced by agesa_execute_state(), and agesa_state_on_entry().


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