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

  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 135 UINTN NumberOfEnabledProcessors;
182 &NumberOfEnabledProcessors
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
CpuDriver.h 99 UINTN NumberOfEnabledProcessors;
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 118 UINTN NumberOfEnabledProcessors;
163 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
166 is returned in NumberOfEnabledProcessors, and EFI_SUCCESS is returned.
173 @param[out] NumberOfEnabledProcessors Pointer to the number of enabled logical
181 @retval EFI_INVALID_PARAMETER NumberOfEnabledProcessors is NULL.
189 OUT UINTN *NumberOfEnabledProcessors
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscProcessorInformationFunction.c 182 UINTN NumberOfEnabledProcessors=0 ;
419 &NumberOfEnabledProcessors
423 SmbiosRecord-> EnabledCoreCount= (UINT8)NumberOfEnabledProcessors;
424 SmbiosRecord-> ThreadCount= (UINT8)NumberOfEnabledProcessors;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.c 760 UINTN NumberOfEnabledProcessors;
812 Status = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfCpus, &NumberOfEnabledProcessors);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c     [all...]

Completed in 303 milliseconds