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

  /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
CpuMp.c 422 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
425 is returned in NumberOfEnabledProcessors, and EFI_SUCCESS is returned.
432 @param[out] NumberOfEnabledProcessors Pointer to the number of enabled logical
440 @retval EFI_INVALID_PARAMETER NumberOfEnabledProcessors is NULL.
448 OUT UINTN *NumberOfEnabledProcessors
451 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) {
460 *NumberOfEnabledProcessors = mMpSystemData.NumberOfEnabledProcessors;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
MpServices.h 40 @param[out] NumberOfEnabledProcessors
47 NumberOfEnabledProcessors is NULL.
55 OUT UINTN *NumberOfEnabledProcessors
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
PeiMpServices.h 59 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
62 is returned in NumberOfEnabledProcessors, and EFI_SUCCESS is returned.
69 @param[out] NumberOfEnabledProcessors
76 NumberOfEnabledProcessors is NULL.
84 OUT UINTN *NumberOfEnabledProcessors
PeiMpServices.c 208 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
211 is returned in NumberOfEnabledProcessors, and EFI_SUCCESS is returned.
218 @param[out] NumberOfEnabledProcessors
225 NumberOfEnabledProcessors is NULL.
233 OUT UINTN *NumberOfEnabledProcessors
247 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) {
268 *NumberOfEnabledProcessors = EnabledProcessorNumber;
    [all...]
  /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/MdePkg/Include/Protocol/
MpService.h 158 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
161 is returned in NumberOfEnabledProcessors, and EFI_SUCCESS is returned.
168 @param[out] NumberOfEnabledProcessors Pointer to the number of enabled logical
176 @retval EFI_INVALID_PARAMETER NumberOfEnabledProcessors is NULL.
184 OUT UINTN *NumberOfEnabledProcessors
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 135 UINTN NumberOfEnabledProcessors;
182 &NumberOfEnabledProcessors
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 155 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
158 is returned in NumberOfEnabledProcessors, and EFI_SUCCESS is returned.
165 @param[out] NumberOfEnabledProcessors Pointer to the number of enabled logical
173 @retval EFI_INVALID_PARAMETER NumberOfEnabledProcessors is NULL.
181 OUT UINTN *NumberOfEnabledProcessors
184 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) {
193 *NumberOfEnabledProcessors = gMPSystem.NumberOfEnabledProcessors;
    [all...]
CpuDriver.h 99 UINTN NumberOfEnabledProcessors;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 149 @param NumberOfEnabledProcessors Pointer to the number of enabled logical processors that exist
155 @retval EFI_INVALID_PARAMETER NumberOfEnabledProcessors is NULL
163 OUT UINTN *NumberOfEnabledProcessors
MpServicesOnFrameworkMpServicesThunk.c 51 @param NumberOfEnabledProcessors Pointer to the number of enabled logical processors that exist
57 @retval EFI_INVALID_PARAMETER NumberOfEnabledProcessors is NULL
65 OUT UINTN *NumberOfEnabledProcessors
87 // Check parameter NumberOfEnabledProcessors
89 if (NumberOfEnabledProcessors == NULL) {
97 NumberOfEnabledProcessors,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.c 760 UINTN NumberOfEnabledProcessors;
812 Status = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfCpus, &NumberOfEnabledProcessors);
    [all...]

Completed in 274 milliseconds