Home
last modified time | relevance | path

Searched refs:MpServices (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DFeatureControl.c69 EFI_PEI_MP_SERVICES_PPI *MpServices; in OnMpServicesAvailable() local
77 MpServices = Ppi; in OnMpServicesAvailable()
78 Status = MpServices->StartupAllAPs ( in OnMpServicesAvailable()
80 MpServices, in OnMpServicesAvailable()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
DCpuS3Data.c150 EFI_MP_SERVICES_PROTOCOL *MpServices; in CpuS3DataInitialize() local
181 (VOID **)&MpServices in CpuS3DataInitialize()
188 Status = MpServices->GetNumberOfProcessors ( in CpuS3DataInitialize()
189 MpServices, in CpuS3DataInitialize()
239 Status = MpServices->GetProcessorInfo ( in CpuS3DataInitialize()
240 MpServices, in CpuS3DataInitialize()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DPiSmmCpuDxeSmm.c536 EFI_MP_SERVICES_PROTOCOL *MpServices; in PiCpuSmmEntry() local
580 …SystemTable->BootServices->LocateProtocol (&gEfiMpServiceProtocolGuid, NULL, (VOID **)&MpServices); in PiCpuSmmEntry()
586 …Status = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfCpus, &NumberOfEnabledProcessors… in PiCpuSmmEntry()
799 … Status = MpServices->GetProcessorInfo (MpServices, Index, &gSmmCpuPrivate->ProcessorInfo[Index]); in PiCpuSmmEntry()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
DSmmBaseHelper.c1147 EFI_MP_SERVICES_PROTOCOL *MpServices; in SmmBaseHelperMain() local
1168 …SystemTable->BootServices->LocateProtocol (&gEfiMpServiceProtocolGuid, NULL, (VOID **)&MpServices); in SmmBaseHelperMain()
1174 …Status = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfProcessors, &NumberOfEnabledProc… in SmmBaseHelperMain()
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.dec882 ## Include/Ppi/MpServices.h