coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
apob_thread_context Struct Reference
Collaboration diagram for apob_thread_context:
Collaboration graph

Data Fields

uint8_t buffer [DEFAULT_MRC_CACHE_SIZE]
 
struct thread_handle handle
 
struct region_device apob_rdev
 

Detailed Description

Definition at line 77 of file apob_cache.c.

Field Documentation

◆ apob_rdev

struct region_device apob_thread_context::apob_rdev

Definition at line 78 of file apob_cache.c.

Referenced by start_apob_cache_read().

◆ buffer

uint8_t apob_thread_context::buffer[DEFAULT_MRC_CACHE_SIZE]

Definition at line 78 of file apob_cache.c.

Referenced by soc_update_apob_cache(), and start_apob_cache_read().

◆ handle

struct thread_handle apob_thread_context::handle

Definition at line 78 of file apob_cache.c.

Referenced by soc_update_apob_cache(), and start_apob_cache_read().


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