TianoCore EDK2 master
EFI_CPU_PHYSICAL_LOCATION Struct Reference

#include <MdePkg/Include/Protocol/MpService.h>

Data Fields

UINT32 Package
 
UINT32 Core
 
UINT32 Thread
 

Detailed Description

Structure that describes the pyhiscal location of a logical CPU.

Definition at line 89 of file MpService.h.

Field Documentation

◆ Core

UINT32 EFI_CPU_PHYSICAL_LOCATION::Core

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

Definition at line 97 of file MpService.h.

◆ Package

UINT32 EFI_CPU_PHYSICAL_LOCATION::Package

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

Definition at line 93 of file MpService.h.

◆ Thread

UINT32 EFI_CPU_PHYSICAL_LOCATION::Thread

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

Definition at line 101 of file MpService.h.


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