Home
last modified time | relevance | path

Searched refs:NumberOfEnabledProcessors (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c182 UINTN NumberOfEnabledProcessors=0 ;
419 &NumberOfEnabledProcessors
423 SmbiosRecord-> EnabledCoreCount= (UINT8)NumberOfEnabledProcessors;
424 SmbiosRecord-> ThreadCount= (UINT8)NumberOfEnabledProcessors;
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuMp.h118 UINTN NumberOfEnabledProcessors; member
189 OUT UINTN *NumberOfEnabledProcessors
DCpuMp.c448 OUT UINTN *NumberOfEnabledProcessors in GetNumberOfProcessors() argument
451 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) { in GetNumberOfProcessors()
460 *NumberOfEnabledProcessors = mMpSystemData.NumberOfEnabledProcessors; in GetNumberOfProcessors()
1132 mMpSystemData.NumberOfEnabledProcessors++; in EnableDisableAP()
1137 mMpSystemData.NumberOfEnabledProcessors--; in EnableDisableAP()
1462 mMpSystemData.NumberOfEnabledProcessors++; in ApEntryPointInC()
1532 mMpSystemData.NumberOfEnabledProcessors = 1; in InitMpSystemData()
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
DMpService.c181 OUT UINTN *NumberOfEnabledProcessors in CpuMpServicesGetNumberOfProcessors() argument
184 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) { in CpuMpServicesGetNumberOfProcessors()
193 *NumberOfEnabledProcessors = gMPSystem.NumberOfEnabledProcessors; in CpuMpServicesGetNumberOfProcessors()
924 gMPSystem.NumberOfEnabledProcessors++; in CpuMpServicesEnableDisableAP()
929 gMPSystem.NumberOfEnabledProcessors--; in CpuMpServicesEnableDisableAP()
1295 gMPSystem.NumberOfEnabledProcessors = NumberOfProcessors; in InitializeMpSystemData()
DCpuDriver.h99 UINTN NumberOfEnabledProcessors; member
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
DCpuS3Data.c135 UINTN NumberOfEnabledProcessors; in CpuS3DataInitialize() local
182 &NumberOfEnabledProcessors in CpuS3DataInitialize()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DPeiMpServices.h84 OUT UINTN *NumberOfEnabledProcessors
DPeiMpServices.c233 OUT UINTN *NumberOfEnabledProcessors in PeiGetNumberOfProcessors() argument
247 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) { in PeiGetNumberOfProcessors()
268 *NumberOfEnabledProcessors = EnabledProcessorNumber; in PeiGetNumberOfProcessors()
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DMpServices.h55 OUT UINTN *NumberOfEnabledProcessors
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DMpService.h184 OUT UINTN *NumberOfEnabledProcessors
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
DMpServicesOnFrameworkMpServicesThunk.h163 OUT UINTN *NumberOfEnabledProcessors
DMpServicesOnFrameworkMpServicesThunk.c65 OUT UINTN *NumberOfEnabledProcessors in GetNumberOfProcessors() argument
89 if (NumberOfEnabledProcessors == NULL) { in GetNumberOfProcessors()
97 NumberOfEnabledProcessors, in GetNumberOfProcessors()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
DSmmBaseHelper.c1152 UINTN NumberOfEnabledProcessors; in SmmBaseHelperMain() local
1177 …= MpServices->GetNumberOfProcessors (MpServices, &mNumberOfProcessors, &NumberOfEnabledProcessors); in SmmBaseHelperMain()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DPiSmmCpuDxeSmm.c760 UINTN NumberOfEnabledProcessors; in PiCpuSmmEntry() local
812 …tatus = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfCpus, &NumberOfEnabledProcessors); in PiCpuSmmEntry()