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

#include <MdePkg/Include/Ppi/MpServices.h>

Data Fields

EFI_PEI_MP_SERVICES_GET_NUMBER_OF_PROCESSORS GetNumberOfProcessors
 
EFI_PEI_MP_SERVICES_GET_PROCESSOR_INFO GetProcessorInfo
 
EFI_PEI_MP_SERVICES_STARTUP_ALL_APS StartupAllAPs
 
EFI_PEI_MP_SERVICES_STARTUP_THIS_AP StartupThisAP
 
EFI_PEI_MP_SERVICES_SWITCH_BSP SwitchBSP
 
EFI_PEI_MP_SERVICES_ENABLEDISABLEAP EnableDisableAP
 
EFI_PEI_MP_SERVICES_WHOAMI WhoAmI
 

Detailed Description

This PPI is installed by some platform or chipset-specific PEIM that abstracts handling multiprocessor support.

Definition at line 265 of file MpServices.h.

Field Documentation

◆ EnableDisableAP

EFI_PEI_MP_SERVICES_ENABLEDISABLEAP _EFI_PEI_MP_SERVICES_PPI::EnableDisableAP

Definition at line 271 of file MpServices.h.

◆ GetNumberOfProcessors

EFI_PEI_MP_SERVICES_GET_NUMBER_OF_PROCESSORS _EFI_PEI_MP_SERVICES_PPI::GetNumberOfProcessors

Definition at line 266 of file MpServices.h.

◆ GetProcessorInfo

EFI_PEI_MP_SERVICES_GET_PROCESSOR_INFO _EFI_PEI_MP_SERVICES_PPI::GetProcessorInfo

Definition at line 267 of file MpServices.h.

◆ StartupAllAPs

EFI_PEI_MP_SERVICES_STARTUP_ALL_APS _EFI_PEI_MP_SERVICES_PPI::StartupAllAPs

Definition at line 268 of file MpServices.h.

◆ StartupThisAP

EFI_PEI_MP_SERVICES_STARTUP_THIS_AP _EFI_PEI_MP_SERVICES_PPI::StartupThisAP

Definition at line 269 of file MpServices.h.

◆ SwitchBSP

EFI_PEI_MP_SERVICES_SWITCH_BSP _EFI_PEI_MP_SERVICES_PPI::SwitchBSP

Definition at line 270 of file MpServices.h.

◆ WhoAmI

EFI_PEI_MP_SERVICES_WHOAMI _EFI_PEI_MP_SERVICES_PPI::WhoAmI

Definition at line 272 of file MpServices.h.


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