TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/MpService.h>
Data Fields | |
UINT32 | Package |
UINT32 | Core |
UINT32 | Thread |
Structure that describes the pyhiscal location of a logical CPU.
Definition at line 89 of file MpService.h.
UINT32 EFI_CPU_PHYSICAL_LOCATION::Core |
Zero-based physical core number within package of the processor.
Definition at line 97 of file MpService.h.
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.
UINT32 EFI_CPU_PHYSICAL_LOCATION::Thread |
Zero-based logical thread number within core of the processor.
Definition at line 101 of file MpService.h.