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

#include <tracker_common.h>

Collaboration diagram for tracker:
Collaboration graph

Data Fields

uintptr_t base_addr
 
u32 timeout
 
u32 entry
 
u32 offset [2]
 
const char * str
 

Detailed Description

Definition at line 15 of file tracker_common.h.

Field Documentation

◆ base_addr

uintptr_t tracker::base_addr

Definition at line 16 of file tracker_common.h.

Referenced by tracker_dump_data().

◆ entry

u32 tracker::entry

Definition at line 18 of file tracker_common.h.

Referenced by tracker_dump_data().

◆ offset

u32 tracker::offset[2]

Definition at line 19 of file tracker_common.h.

Referenced by tracker_dump_data().

◆ str

const char* tracker::str

Definition at line 20 of file tracker_common.h.

Referenced by tracker_dump_data().

◆ timeout

u32 tracker::timeout

Definition at line 17 of file tracker_common.h.

Referenced by tracker_dump_data().


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