|
TianoCore EDK2 master
|
#include <UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h>
Data Fields | |
| UINT32 | Thread: 1 |
| UINT32 | Core: 1 |
| UINT32 | Module: 1 |
| UINT32 | Tile: 1 |
| UINT32 | Die: 1 |
| UINT32 | Package: 1 |
| UINT32 | Reserved: 26 |
The bit field to indicate whether the processor is the first in its parent scope.
Definition at line 84 of file RegisterCpuFeaturesLib.h.
| UINT32 REGISTER_CPU_FEATURE_FIRST_PROCESSOR::Core |
Definition at line 92 of file RegisterCpuFeaturesLib.h.
| UINT32 REGISTER_CPU_FEATURE_FIRST_PROCESSOR::Die |
Definition at line 104 of file RegisterCpuFeaturesLib.h.
| UINT32 REGISTER_CPU_FEATURE_FIRST_PROCESSOR::Module |
Definition at line 96 of file RegisterCpuFeaturesLib.h.
| UINT32 REGISTER_CPU_FEATURE_FIRST_PROCESSOR::Package |
Definition at line 108 of file RegisterCpuFeaturesLib.h.
| UINT32 REGISTER_CPU_FEATURE_FIRST_PROCESSOR::Reserved |
Definition at line 109 of file RegisterCpuFeaturesLib.h.
| UINT32 REGISTER_CPU_FEATURE_FIRST_PROCESSOR::Thread |
Definition at line 88 of file RegisterCpuFeaturesLib.h.
| UINT32 REGISTER_CPU_FEATURE_FIRST_PROCESSOR::Tile |
Definition at line 100 of file RegisterCpuFeaturesLib.h.