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

Data Fields

const char * name
 
uint32_t cbmem_id
 
int type
 
int elog_slot
 
uint32_t tpm_hash_index
 
int flags
 

Detailed Description

Definition at line 44 of file mrc_cache.c.

Field Documentation

◆ cbmem_id

uint32_t cache_region::cbmem_id

Definition at line 46 of file mrc_cache.c.

Referenced by mrc_cache_stash_data(), and update_mrc_cache_from_cbmem().

◆ elog_slot

int cache_region::elog_slot

Definition at line 48 of file mrc_cache.c.

Referenced by update_mrc_cache_by_type().

◆ flags

int cache_region::flags

Definition at line 50 of file mrc_cache.c.

Referenced by lookup_region_type().

◆ name

const char* cache_region::name

◆ tpm_hash_index

uint32_t cache_region::tpm_hash_index

Definition at line 49 of file mrc_cache.c.

Referenced by mrc_data_valid(), and update_mrc_cache_by_type().

◆ type

int cache_region::type

Definition at line 47 of file mrc_cache.c.


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