TianoCore EDK2 master
SMBIOS_TABLE_TYPE4 Struct Reference

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

Data Fields

SMBIOS_STRUCTURE Hdr
 
SMBIOS_TABLE_STRING Socket
 
UINT8 ProcessorType
 The enumeration value from PROCESSOR_TYPE_DATA. More...
 
UINT8 ProcessorFamily
 The enumeration value from PROCESSOR_FAMILY_DATA. More...
 
SMBIOS_TABLE_STRING ProcessorManufacturer
 
PROCESSOR_ID_DATA ProcessorId
 
SMBIOS_TABLE_STRING ProcessorVersion
 
PROCESSOR_VOLTAGE Voltage
 
UINT16 ExternalClock
 
UINT16 MaxSpeed
 
UINT16 CurrentSpeed
 
UINT8 Status
 
UINT8 ProcessorUpgrade
 The enumeration value from PROCESSOR_UPGRADE. More...
 
UINT16 L1CacheHandle
 
UINT16 L2CacheHandle
 
UINT16 L3CacheHandle
 
SMBIOS_TABLE_STRING SerialNumber
 
SMBIOS_TABLE_STRING AssetTag
 
SMBIOS_TABLE_STRING PartNumber
 
UINT8 CoreCount
 
UINT8 EnabledCoreCount
 
UINT8 ThreadCount
 
UINT16 ProcessorCharacteristics
 
UINT16 ProcessorFamily2
 
UINT16 CoreCount2
 
UINT16 EnabledCoreCount2
 
UINT16 ThreadCount2
 

Detailed Description

Processor Information (Type 4).

The information in this structure defines the attributes of a single processor; a separate structure instance is provided for each system processor socket/slot. For example, a system with an IntelDX2 processor would have a single structure instance, while a system with an IntelSX2 processor would have a structure to describe the main CPU, and a second structure to describe the 80487 co-processor.

Definition at line 912 of file SmBios.h.

Field Documentation

◆ AssetTag

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE4::AssetTag

Definition at line 930 of file SmBios.h.

◆ CoreCount

UINT8 SMBIOS_TABLE_TYPE4::CoreCount

Definition at line 935 of file SmBios.h.

◆ CoreCount2

UINT16 SMBIOS_TABLE_TYPE4::CoreCount2

Definition at line 946 of file SmBios.h.

◆ CurrentSpeed

UINT16 SMBIOS_TABLE_TYPE4::CurrentSpeed

Definition at line 923 of file SmBios.h.

◆ EnabledCoreCount

UINT8 SMBIOS_TABLE_TYPE4::EnabledCoreCount

Definition at line 936 of file SmBios.h.

◆ EnabledCoreCount2

UINT16 SMBIOS_TABLE_TYPE4::EnabledCoreCount2

Definition at line 947 of file SmBios.h.

◆ ExternalClock

UINT16 SMBIOS_TABLE_TYPE4::ExternalClock

Definition at line 921 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE4::Hdr

Definition at line 913 of file SmBios.h.

◆ L1CacheHandle

UINT16 SMBIOS_TABLE_TYPE4::L1CacheHandle

Definition at line 926 of file SmBios.h.

◆ L2CacheHandle

UINT16 SMBIOS_TABLE_TYPE4::L2CacheHandle

Definition at line 927 of file SmBios.h.

◆ L3CacheHandle

UINT16 SMBIOS_TABLE_TYPE4::L3CacheHandle

Definition at line 928 of file SmBios.h.

◆ MaxSpeed

UINT16 SMBIOS_TABLE_TYPE4::MaxSpeed

Definition at line 922 of file SmBios.h.

◆ PartNumber

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE4::PartNumber

Definition at line 931 of file SmBios.h.

◆ ProcessorCharacteristics

UINT16 SMBIOS_TABLE_TYPE4::ProcessorCharacteristics

Definition at line 938 of file SmBios.h.

◆ ProcessorFamily

UINT8 SMBIOS_TABLE_TYPE4::ProcessorFamily

The enumeration value from PROCESSOR_FAMILY_DATA.

Definition at line 916 of file SmBios.h.

◆ ProcessorFamily2

UINT16 SMBIOS_TABLE_TYPE4::ProcessorFamily2

Definition at line 942 of file SmBios.h.

◆ ProcessorId

PROCESSOR_ID_DATA SMBIOS_TABLE_TYPE4::ProcessorId

Definition at line 918 of file SmBios.h.

◆ ProcessorManufacturer

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE4::ProcessorManufacturer

Definition at line 917 of file SmBios.h.

◆ ProcessorType

UINT8 SMBIOS_TABLE_TYPE4::ProcessorType

The enumeration value from PROCESSOR_TYPE_DATA.

Definition at line 915 of file SmBios.h.

◆ ProcessorUpgrade

UINT8 SMBIOS_TABLE_TYPE4::ProcessorUpgrade

The enumeration value from PROCESSOR_UPGRADE.

Definition at line 925 of file SmBios.h.

◆ ProcessorVersion

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE4::ProcessorVersion

Definition at line 919 of file SmBios.h.

◆ SerialNumber

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE4::SerialNumber

Definition at line 929 of file SmBios.h.

◆ Socket

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE4::Socket

Definition at line 914 of file SmBios.h.

◆ Status

UINT8 SMBIOS_TABLE_TYPE4::Status

Definition at line 924 of file SmBios.h.

◆ ThreadCount

UINT8 SMBIOS_TABLE_TYPE4::ThreadCount

Definition at line 937 of file SmBios.h.

◆ ThreadCount2

UINT16 SMBIOS_TABLE_TYPE4::ThreadCount2

Definition at line 948 of file SmBios.h.

◆ Voltage

PROCESSOR_VOLTAGE SMBIOS_TABLE_TYPE4::Voltage

Definition at line 920 of file SmBios.h.


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