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

#include <transition.h>

Collaboration diagram for exc_state:
Collaboration graph

Data Fields

struct elx_state elx
 
struct regs regs
 

Detailed Description

Definition at line 104 of file transition.h.

Field Documentation

◆ elx

struct elx_state exc_state::elx

Definition at line 101 of file transition.h.

Referenced by exc_entry(), print_regs(), and transition_to_el2().

◆ regs

struct regs exc_state::regs

Definition at line 101 of file transition.h.

Referenced by exc_entry(), print_regs(), and transition_to_el2().


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