MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SMBIOS_TABLE_TYPE7 Struct Reference

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.

Field Documentation

UINT8 SMBIOS_TABLE_TYPE7::Associativity

The enumeration value from CACHE_ASSOCIATIVITY_DATA.

UINT16 SMBIOS_TABLE_TYPE7::CacheConfiguration
UINT8 SMBIOS_TABLE_TYPE7::CacheSpeed
CACHE_SRAM_TYPE_DATA SMBIOS_TABLE_TYPE7::CurrentSRAMType
UINT8 SMBIOS_TABLE_TYPE7::ErrorCorrectionType

The enumeration value from CACHE_ERROR_TYPE_DATA.

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE7::Hdr
UINT16 SMBIOS_TABLE_TYPE7::InstalledSize
UINT32 SMBIOS_TABLE_TYPE7::InstalledSize2
UINT16 SMBIOS_TABLE_TYPE7::MaximumCacheSize
UINT32 SMBIOS_TABLE_TYPE7::MaximumCacheSize2
SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE7::SocketDesignation
CACHE_SRAM_TYPE_DATA SMBIOS_TABLE_TYPE7::SupportedSRAMType
UINT8 SMBIOS_TABLE_TYPE7::SystemCacheType

The enumeration value from CACHE_TYPE_DATA.