Searched refs:MaxCpus (Results 1 – 2 of 2) sorted by relevance
241 IN UINTN MaxCpus in CpuUpdateSmbios() argument244 mCpuSmbiosType4.CoreCount = (UINT8) MaxCpus; in CpuUpdateSmbios()245 mCpuSmbiosType4.EnabledCoreCount = (UINT8) MaxCpus; in CpuUpdateSmbios()246 mCpuSmbiosType4.ThreadCount = (UINT8) MaxCpus; in CpuUpdateSmbios()
1364 OUT UINTN *MaxCpus in CpuMpServicesInit() argument1371 *MaxCpus = 1; // BSP in CpuMpServicesInit()1377 *MaxCpus += StrDecimalToUintn (IoThunk->ConfigString); in CpuMpServicesInit()1383 if (*MaxCpus == 1) { in CpuMpServicesInit()1390 Status = InitializeMpSystemData (*MaxCpus); in CpuMpServicesInit()