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

#include <exception.h>

Collaboration diagram for exception_handler:
Collaboration graph

Data Fields

int(* handler )(struct exc_state *state, uint64_t vector_id)
 
struct exception_handlernext
 

Detailed Description

Definition at line 25 of file exception.h.

Field Documentation

◆ handler

int(* exception_handler::handler) (struct exc_state *state, uint64_t vector_id)

Definition at line 26 of file exception.h.

Referenced by handle_exception(), and test_exception().

◆ next

struct exception_handler* exception_handler::next

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