Home
last modified time | relevance | path

Searched refs:CpuList (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
DMpServicesOnFrameworkMpServicesThunk.c270 mMPSystemData.CpuList[ProcessorNumber] = FALSE; in StartupAllAPs()
280 mMPSystemData.CpuList[ProcessorNumber] = TRUE; in StartupAllAPs()
299 if (mMPSystemData.CpuList[ProcessorNumber]) { in StartupAllAPs()
841 if (!mMPSystemData.CpuList[ProcessorNumber]) { in CheckAllAPs()
858 mMPSystemData.CpuList[ProcessorNumber] = FALSE; in CheckAllAPs()
905 if (mMPSystemData.CpuList[ProcessorNumber]) { in CheckAllAPs()
910 mMPSystemData.CpuList[ProcessorNumber] = FALSE; in CheckAllAPs()
1113 if (mMPSystemData.CpuList[ProcessorNumber]) { in GetNextWaitingProcessorNumber()
DMpServicesOnFrameworkMpServicesThunk.h125 BOOLEAN CpuList[MAX_CPU_NUMBER]; member