iPXE
Data Fields
EFI_CPU_PHYSICAL_LOCATION Struct Reference

Structure that describes the pyhiscal location of a logical CPU. More...

#include <MpService.h>

Data Fields

UINT32 Package
 Zero-based physical package number that identifies the cartridge of the processor. More...
 
UINT32 Core
 Zero-based physical core number within package of the processor. More...
 
UINT32 Thread
 Zero-based logical thread number within core of the processor. More...
 

Detailed Description

Structure that describes the pyhiscal location of a logical CPU.

Definition at line 91 of file MpService.h.

Field Documentation

◆ Package

UINT32 EFI_CPU_PHYSICAL_LOCATION::Package

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

Definition at line 95 of file MpService.h.

◆ Core

UINT32 EFI_CPU_PHYSICAL_LOCATION::Core

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

Definition at line 99 of file MpService.h.

◆ Thread

UINT32 EFI_CPU_PHYSICAL_LOCATION::Thread

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

Definition at line 103 of file MpService.h.


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