HomeSort by relevance Sort by last modified time
    Searched defs:NumberOfEnabledProcessors (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.c 46 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
49 is returned in NumberOfEnabledProcessors, and EFI_SUCCESS is returned.
56 @param[out] NumberOfEnabledProcessors Pointer to the number of enabled logical
64 @retval EFI_INVALID_PARAMETER NumberOfEnabledProcessors is NULL.
72 OUT UINTN *NumberOfEnabledProcessors
75 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) {
81 NumberOfEnabledProcessors
615 UINTN NumberOfEnabledProcessors;
623 MpInitLibGetNumberOfProcessors (&NumberOfProcessors, &NumberOfEnabledProcessors);
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuBist.c 178 UINTN NumberOfEnabledProcessors;
184 MpInitLibGetNumberOfProcessors(&NumberOfProcessors, &NumberOfEnabledProcessors);
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 152 UINTN NumberOfEnabledProcessors;
191 &NumberOfEnabledProcessors
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
CpuDriver.h 99 UINTN NumberOfEnabledProcessors;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 526 UINTN NumberOfEnabledProcessors;
537 Status = MpService->GetNumberOfProcessors (MpService, &NumberOfProcessors, &NumberOfEnabledProcessors);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscProcessorInformationFunction.c 182 UINTN NumberOfEnabledProcessors=0 ;
417 &NumberOfEnabledProcessors
421 SmbiosRecord-> EnabledCoreCount= (UINT8)NumberOfEnabledProcessors;
422 SmbiosRecord-> ThreadCount= (UINT8)NumberOfEnabledProcessors;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.c 537 UINTN NumberOfEnabledProcessors;
586 Status = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfCpus, &NumberOfEnabledProcessors);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c     [all...]

Completed in 249 milliseconds