Home | History | Annotate | Download | only in PiSmmCpuDxeSmm

Lines Matching refs:MpServices

759   EFI_MP_SERVICES_PROTOCOL   *MpServices;

806 Status = SystemTable->BootServices->LocateProtocol (&gEfiMpServiceProtocolGuid, NULL, (VOID **)&MpServices);
812 Status = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfCpus, &NumberOfEnabledProcessors);
1024 Status = MpServices->GetProcessorInfo (MpServices, Index, &gSmmCpuPrivate->ProcessorInfo[Index]);