Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
DCpuS3Data.c133 EFI_MP_SERVICES_PROTOCOL *MpServices; in CpuS3DataInitialize() local
160 (VOID **)&MpServices in CpuS3DataInitialize()
179 Status = MpServices->GetNumberOfProcessors ( in CpuS3DataInitialize()
180 MpServices, in CpuS3DataInitialize()
230 Status = MpServices->GetProcessorInfo ( in CpuS3DataInitialize()
231 MpServices, in CpuS3DataInitialize()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DPiSmmCpuDxeSmm.c759 EFI_MP_SERVICES_PROTOCOL *MpServices; in PiCpuSmmEntry() local
806 …SystemTable->BootServices->LocateProtocol (&gEfiMpServiceProtocolGuid, NULL, (VOID **)&MpServices); in PiCpuSmmEntry()
812 …Status = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfCpus, &NumberOfEnabledProcessors… in PiCpuSmmEntry()
1024 … Status = MpServices->GetProcessorInfo (MpServices, Index, &gSmmCpuPrivate->ProcessorInfo[Index]); in PiCpuSmmEntry()
DSmmProfile.c990 EFI_MP_SERVICES_PROTOCOL *MpServices; in CheckProcessorFeature() local
992 Status = gBS->LocateProtocol (&gEfiMpServiceProtocolGuid, NULL, (VOID **)&MpServices); in CheckProcessorFeature()
1010 MpServices->StartupAllAPs ( in CheckProcessorFeature()
1011 MpServices, in CheckProcessorFeature()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
DSmmBaseHelper.c1150 EFI_MP_SERVICES_PROTOCOL *MpServices; in SmmBaseHelperMain() local
1171 …SystemTable->BootServices->LocateProtocol (&gEfiMpServiceProtocolGuid, NULL, (VOID **)&MpServices); in SmmBaseHelperMain()
1177 …Status = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfProcessors, &NumberOfEnabledProc… in SmmBaseHelperMain()
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.dec857 ## Include/Ppi/MpServices.h