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

Data Fields

UINT32 Package
 
UINT32 Core
 
UINT32 Thread
 

Detailed Description

Structure that describes the pyhiscal location of a logical CPU.

Field Documentation

UINT32 EFI_CPU_PHYSICAL_LOCATION::Core

Zero-based physical core number within package of the processor.

UINT32 EFI_CPU_PHYSICAL_LOCATION::Package

Zero-based physical package number that identifies the cartridge of the processor.

UINT32 EFI_CPU_PHYSICAL_LOCATION::Thread

Zero-based logical thread number within core of the processor.