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

Data Fields

UINT32 Package
 
UINT32 Module
 
UINT32 Tile
 
UINT32 Die
 
UINT32 Core
 
UINT32 Thread
 

Detailed Description

Structure that defines the 6-level physical location of the processor

Field Documentation

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Core

Core Zero-based physical core number within die of the processor.

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Die

Die Zero-based physical die number within tile of the processor.

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Module

Module Zero-based physical module number within package of the processor.

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Package

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

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Thread

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

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Tile

Tile Zero-based physical tile number within module of the processor.