coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
boot.h File Reference
#include <types.h>
Include dependency graph for boot.h:

Go to the source code of this file.

Macros

#define ELF_CLASS   ELFCLASS32
 
#define ELF_DATA   ELFDATA2LSB
 
#define ELF_ARCH   EM_386
 

Functions

void protected_mode_jump (uint32_t func_ptr, uint32_t argument)
 

Macro Definition Documentation

◆ ELF_ARCH

#define ELF_ARCH   EM_386

Definition at line 8 of file boot.h.

◆ ELF_CLASS

#define ELF_CLASS   ELFCLASS32

Definition at line 6 of file boot.h.

◆ ELF_DATA

#define ELF_DATA   ELFDATA2LSB

Definition at line 7 of file boot.h.

Function Documentation

◆ protected_mode_jump()

void protected_mode_jump ( uint32_t  func_ptr,
uint32_t  argument 
)

Referenced by arch_prog_run().

Here is the caller graph for this function: