TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/MpService.h>
Data Fields | |
UINT32 | Package |
UINT32 | Module |
UINT32 | Tile |
UINT32 | Die |
UINT32 | Core |
UINT32 | Thread |
Structure that defines the 6-level physical location of the processor
Definition at line 107 of file MpService.h.
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.
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.
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.
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.
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.
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.