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

#include <stage_cache.h>

Collaboration diagram for stage_cache:
Collaboration graph

Data Fields

uint64_t load_addr
 
uint64_t entry_addr
 
uint64_t arg
 

Detailed Description

Definition at line 55 of file stage_cache.h.

Field Documentation

◆ arg

uint64_t stage_cache::arg

Definition at line 58 of file stage_cache.h.

Referenced by stage_cache_add(), and stage_cache_load_stage().

◆ entry_addr

uint64_t stage_cache::entry_addr

Definition at line 57 of file stage_cache.h.

Referenced by stage_cache_add(), and stage_cache_load_stage().

◆ load_addr

uint64_t stage_cache::load_addr

Definition at line 56 of file stage_cache.h.

Referenced by stage_cache_add(), and stage_cache_load_stage().


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