TianoCore EDK2 master
SMBIOS_TABLE_TYPE7 Struct Reference

#include <MdePkg/Include/IndustryStandard/SmBios.h>

Data Fields

SMBIOS_STRUCTURE Hdr
 
SMBIOS_TABLE_STRING SocketDesignation
 
UINT16 CacheConfiguration
 
UINT16 MaximumCacheSize
 
UINT16 InstalledSize
 
CACHE_SRAM_TYPE_DATA SupportedSRAMType
 
CACHE_SRAM_TYPE_DATA CurrentSRAMType
 
UINT8 CacheSpeed
 
UINT8 ErrorCorrectionType
 The enumeration value from CACHE_ERROR_TYPE_DATA. More...
 
UINT8 SystemCacheType
 The enumeration value from CACHE_TYPE_DATA. More...
 
UINT8 Associativity
 The enumeration value from CACHE_ASSOCIATIVITY_DATA. More...
 
UINT32 MaximumCacheSize2
 
UINT32 InstalledSize2
 

Detailed Description

Cache Information (Type 7).

The information in this structure defines the attributes of CPU cache device in the system. One structure is specified for each such device, whether the device is internal to or external to the CPU module. Cache modules can be associated with a processor structure in one or two ways, depending on the SMBIOS version.

Definition at line 1142 of file SmBios.h.

Field Documentation

◆ Associativity

UINT8 SMBIOS_TABLE_TYPE7::Associativity

The enumeration value from CACHE_ASSOCIATIVITY_DATA.

Definition at line 1153 of file SmBios.h.

◆ CacheConfiguration

UINT16 SMBIOS_TABLE_TYPE7::CacheConfiguration

Definition at line 1145 of file SmBios.h.

◆ CacheSpeed

UINT8 SMBIOS_TABLE_TYPE7::CacheSpeed

Definition at line 1150 of file SmBios.h.

◆ CurrentSRAMType

CACHE_SRAM_TYPE_DATA SMBIOS_TABLE_TYPE7::CurrentSRAMType

Definition at line 1149 of file SmBios.h.

◆ ErrorCorrectionType

UINT8 SMBIOS_TABLE_TYPE7::ErrorCorrectionType

The enumeration value from CACHE_ERROR_TYPE_DATA.

Definition at line 1151 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE7::Hdr

Definition at line 1143 of file SmBios.h.

◆ InstalledSize

UINT16 SMBIOS_TABLE_TYPE7::InstalledSize

Definition at line 1147 of file SmBios.h.

◆ InstalledSize2

UINT32 SMBIOS_TABLE_TYPE7::InstalledSize2

Definition at line 1158 of file SmBios.h.

◆ MaximumCacheSize

UINT16 SMBIOS_TABLE_TYPE7::MaximumCacheSize

Definition at line 1146 of file SmBios.h.

◆ MaximumCacheSize2

UINT32 SMBIOS_TABLE_TYPE7::MaximumCacheSize2

Definition at line 1157 of file SmBios.h.

◆ SocketDesignation

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE7::SocketDesignation

Definition at line 1144 of file SmBios.h.

◆ SupportedSRAMType

CACHE_SRAM_TYPE_DATA SMBIOS_TABLE_TYPE7::SupportedSRAMType

Definition at line 1148 of file SmBios.h.

◆ SystemCacheType

UINT8 SMBIOS_TABLE_TYPE7::SystemCacheType

The enumeration value from CACHE_TYPE_DATA.

Definition at line 1152 of file SmBios.h.


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