Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuMp.c72 OUT UINTN *NumberOfEnabledProcessors in GetNumberOfProcessors() argument
75 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) { in GetNumberOfProcessors()
81 NumberOfEnabledProcessors in GetNumberOfProcessors()
615 UINTN NumberOfEnabledProcessors; in InitializeMpSupport() local
623 MpInitLibGetNumberOfProcessors (&NumberOfProcessors, &NumberOfEnabledProcessors); in InitializeMpSupport()
DCpuMp.h68 OUT UINTN *NumberOfEnabledProcessors
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DCpuMpPei.c76 OUT UINTN *NumberOfEnabledProcessors in PeiGetNumberOfProcessors() argument
79 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) { in PeiGetNumberOfProcessors()
85 NumberOfEnabledProcessors in PeiGetNumberOfProcessors()
DCpuBist.c178 UINTN NumberOfEnabledProcessors; in CollectBistDataFromPpi() local
184 MpInitLibGetNumberOfProcessors(&NumberOfProcessors, &NumberOfEnabledProcessors); in CollectBistDataFromPpi()
DCpuMpPei.h78 OUT UINTN *NumberOfEnabledProcessors
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c182 UINTN NumberOfEnabledProcessors=0 ;
417 &NumberOfEnabledProcessors
421 SmbiosRecord-> EnabledCoreCount= (UINT8)NumberOfEnabledProcessors;
422 SmbiosRecord-> ThreadCount= (UINT8)NumberOfEnabledProcessors;
/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.c152 UINTN NumberOfEnabledProcessors; in CpuS3DataInitialize() local
191 &NumberOfEnabledProcessors in CpuS3DataInitialize()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
DMpInitLib.h64 OUT UINTN *NumberOfEnabledProcessors OPTIONAL
/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/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
DMicrocodeFmp.c526 UINTN NumberOfEnabledProcessors; in InitializeProcessorInfo() local
537 …us = MpService->GetNumberOfProcessors (MpService, &NumberOfProcessors, &NumberOfEnabledProcessors); in InitializeProcessorInfo()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DMpLib.c1744 OUT UINTN *NumberOfEnabledProcessors OPTIONAL in MpInitLibGetNumberOfProcessors()
1755 if ((NumberOfProcessors == NULL) && (NumberOfEnabledProcessors == NULL)) { in MpInitLibGetNumberOfProcessors()
1778 if (NumberOfEnabledProcessors != NULL) { in MpInitLibGetNumberOfProcessors()
1779 *NumberOfEnabledProcessors = EnabledProcessorNumber; in MpInitLibGetNumberOfProcessors()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DPiSmmCpuDxeSmm.c537 UINTN NumberOfEnabledProcessors; in PiCpuSmmEntry() local
586 …tatus = MpServices->GetNumberOfProcessors (MpServices, &mNumberOfCpus, &NumberOfEnabledProcessors); in PiCpuSmmEntry()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
DSmmBaseHelper.c1149 UINTN NumberOfEnabledProcessors; in SmmBaseHelperMain() local
1174 …= MpServices->GetNumberOfProcessors (MpServices, &mNumberOfProcessors, &NumberOfEnabledProcessors); in SmmBaseHelperMain()