HomeSort by relevance Sort by last modified time
    Searched refs:MpServices (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 133 EFI_MP_SERVICES_PROTOCOL *MpServices;
160 (VOID **)&MpServices
179 Status = MpServices->GetNumberOfProcessors (
180 MpServices,
230 Status = MpServices->GetProcessorInfo (
231 MpServices,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuMpPei.h 20 #include <Ppi/MpServices.h>
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.c 759 EFI_MP_SERVICES_PROTOCOL *MpServices;
806 Status = SystemTable->BootServices->LocateProtocol (&gEfiMpServiceProtocolGuid, NULL, (VOID **)&MpServices);
812 Status = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfCpus, &NumberOfEnabledProcessors);
    [all...]
SmmProfile.c 990 EFI_MP_SERVICES_PROTOCOL *MpServices;
992 Status = gBS->LocateProtocol (&gEfiMpServiceProtocolGuid, NULL, (VOID **)&MpServices);
1010 MpServices->StartupAllAPs (
1011 MpServices,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c     [all...]

Completed in 121 milliseconds