TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_CPU_PHYSICAL_LOCATION2 Struct Reference

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

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

Definition at line 107 of file MpService.h.

Field Documentation

◆ Core

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Core

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

Definition at line 127 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 123 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 115 of file MpService.h.

◆ Package

UINT32 EFI_CPU_PHYSICAL_LOCATION2::Package

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

Definition at line 111 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 131 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 119 of file MpService.h.


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