TianoCore EDK2 master
PROCESSOR_STATUS_DATA Union Reference

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

Data Fields

struct {
   UINT8   CpuStatus: 3
 Indicates the status of the processor. More...
 
   UINT8   Reserved1: 3
 Reserved for future use. Must be set to zero. More...
 
   UINT8   SocketPopulated: 1
 Indicates if the processor socket is populated or not. More...
 
   UINT8   Reserved2: 1
 Reserved for future use. Must be set to zero. More...
 
Bits
 
UINT8 Data
 

Detailed Description

Processor Information - Status

Definition at line 888 of file SmBios.h.

Field Documentation

◆ CpuStatus

UINT8 PROCESSOR_STATUS_DATA::CpuStatus

Indicates the status of the processor.

Definition at line 890 of file SmBios.h.

◆ Data

UINT8 PROCESSOR_STATUS_DATA::Data

Definition at line 895 of file SmBios.h.

◆ Reserved1

UINT8 PROCESSOR_STATUS_DATA::Reserved1

Reserved for future use. Must be set to zero.

Definition at line 891 of file SmBios.h.

◆ Reserved2

UINT8 PROCESSOR_STATUS_DATA::Reserved2

Reserved for future use. Must be set to zero.

Definition at line 893 of file SmBios.h.

◆ SocketPopulated

UINT8 PROCESSOR_STATUS_DATA::SocketPopulated

Indicates if the processor socket is populated or not.

Definition at line 892 of file SmBios.h.


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