iPXE
Data Fields
EFI_CPU_PHYSICAL_LOCATION2 Struct Reference

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

#include <MpService.h>

Data Fields

UINT32 Package
 Package Zero-based physical package number that identifies the cartridge of the processor. More...
 
UINT32 Module
 Module Zero-based physical module number within package of the processor. More...
 
UINT32 Tile
 Tile Zero-based physical tile number within module of the processor. More...
 
UINT32 Die
 Die Zero-based physical die number within tile of the processor. More...
 
UINT32 Core
 Core Zero-based physical core number within die of the processor. More...
 
UINT32 Thread
 Thread Zero-based logical thread number within core of the processor. More...
 

Detailed Description

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

Definition at line 109 of file MpService.h.

Field Documentation

◆ Package

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Package

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

Definition at line 113 of file MpService.h.

◆ Module

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Module

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

Definition at line 117 of file MpService.h.

◆ Tile

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Tile

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

Definition at line 121 of file MpService.h.

◆ Die

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Die

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

Definition at line 125 of file MpService.h.

◆ Core

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Core

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

Definition at line 129 of file MpService.h.

◆ Thread

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Thread

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

Definition at line 133 of file MpService.h.


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