/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/Arm/ |
D | ArmFvpDxeArm.c | 52 UINTN CoreCount; in ArmVExpressGetPlatform() local 67 CoreCount = ArmGetCpuCountPerCluster (); in ArmVExpressGetPlatform() 68 if (CoreCount == 1) { in ArmVExpressGetPlatform() 70 } else if (CoreCount == 2) { in ArmVExpressGetPlatform() 72 } else if (CoreCount == 4) { in ArmVExpressGetPlatform()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ |
D | ProcessorSubClass.c | 252 UINT16 CoreCount; in UpdateSmbiosCacheTable() local 260 CoreCount = 16; // Default value is 16 Core in UpdateSmbiosCacheTable() 289 CoreCount = CoreCount * 2; in UpdateSmbiosCacheTable() 299 TotalSize = CacheSize * CoreCount; in UpdateSmbiosCacheTable() 482 UINT16 CoreCount; in AddSmbiosProcessorTypeTable() local 512 CoreCount = PlatformGetCoreCount(); in AddSmbiosProcessorTypeTable() 513 CoreEnabled = CoreCount; in AddSmbiosProcessorTypeTable() 514 ThreadCount = CoreCount; in AddSmbiosProcessorTypeTable() 550 CoreCount = 0; in AddSmbiosProcessorTypeTable() 611 Type4Record->CoreCount = CoreCount; in AddSmbiosProcessorTypeTable()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/ |
D | Madt.c | 282 UINTN CoreCount, CpuNum; in MadtHeader() local 295 ArmCoreInfoTable = mAmdMpCoreInfoProtocol->GetArmCoreInfoTable (&CoreCount); in MadtHeader() 299 ASSERT (CoreCount <= NUM_CORES); in MadtHeader() 300 ASSERT (CoreCount <= PcdGet32(PcdSocCoreCount)); in MadtHeader() 304 if (MpParkingBase && MpParkingSize < (CoreCount * SIZE_4KB)) { in MadtHeader() 312 for (CpuNum = 0; CpuNum < CoreCount; ++CpuNum, ++GicC) { in MadtHeader()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Library/HiKeyLib/ |
D | HiKey.c | 129 OUT UINTN *CoreCount, in PrePeiCoreGetMpCoreInfo() argument 134 *CoreCount = sizeof(mHiKeyInfoTable) / sizeof(ARM_CORE_INFO); in PrePeiCoreGetMpCoreInfo()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformLibNull/ |
D | ArmPlatformLibNull.c | 125 OUT UINTN *CoreCount, in PrePeiCoreGetMpCoreInfo() argument 130 *CoreCount = sizeof(mArmPlatformNullMpCoreInfoTable) / sizeof(ARM_CORE_INFO); in PrePeiCoreGetMpCoreInfo()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Armada/Library/Armada70x0Lib/ |
D | Armada70x0Lib.c | 119 OUT UINTN *CoreCount, in PrePeiCoreGetMpCoreInfo() argument 124 *CoreCount = sizeof(mArmada7040MpCoreInfoTable) / sizeof(ARM_CORE_INFO); in PrePeiCoreGetMpCoreInfo()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Library/HiKey960Lib/ |
D | HiKey960.c | 159 OUT UINTN *CoreCount, in PrePeiCoreGetMpCoreInfo() argument 164 *CoreCount = sizeof(mHiKey960InfoTable) / sizeof(ARM_CORE_INFO); in PrePeiCoreGetMpCoreInfo()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/ |
D | CTA15-A7.c | 167 OUT UINTN *CoreCount, in PrePeiCoreGetMpCoreInfo() argument 172 *CoreCount = sizeof(mVersatileExpressCTA15A7InfoTable) / sizeof(ARM_CORE_INFO); in PrePeiCoreGetMpCoreInfo()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ |
D | RTSM.c | 161 OUT UINTN *CoreCount, in PrePeiCoreGetMpCoreInfo() argument 170 *CoreCount = ArmGetCpuCountPerCluster (); in PrePeiCoreGetMpCoreInfo()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/ |
D | ArmJuno.c | 165 OUT UINTN *CoreCount, in PrePeiCoreGetMpCoreInfo() argument 170 *CoreCount = sizeof(mJunoInfoTable) / sizeof(ARM_CORE_INFO); in PrePeiCoreGetMpCoreInfo()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ |
D | CTA9x4.c | 169 OUT UINTN *CoreCount, in PrePeiCoreGetMpCoreInfo() argument 173 *CoreCount = sizeof(mVersatileExpressMpCoreInfoCTA9x4) / sizeof(ARM_CORE_INFO); in PrePeiCoreGetMpCoreInfo()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibHisilicon/ |
D | ArmPlatformLib.c | 80 OUT UINTN *CoreCount, in PrePeiCoreGetMpCoreInfo() argument
|
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/ |
D | Cpu.c | 244 mCpuSmbiosType4.CoreCount = (UINT8) MaxCpus; in CpuUpdateSmbios()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/ |
D | PlatformSmbiosDxe.c | 663 mProcessorInfoType4.CoreCount = SmbiosT4->T4CoreCount; in ProcessorInfoUpdateSmbiosType4() 686 mProcessorInfoType4.CoreCount = PcdGet32(PcdCoreCount); in ProcessorInfoUpdateSmbiosType4()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/ |
D | SmbiosMeasurementDxe.c | 67 …{0x04, OFFSET_OF(SMBIOS_TABLE_TYPE4, CoreCount), FIELD_SIZE_OF(SMBIOS_TABLE_TYPE4, Core…
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/ |
D | MiscProcessorInformationFunction.c | 420 SmbiosRecord-> CoreCount= (UINT8)NumberOfProcessors;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Smbios.h | 168 UINT8 CoreCount; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBios.h | 853 UINT8 CoreCount; member
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 431 PRINT_STRUCT_VALUE (Struct, Type4, CoreCount); in SmbiosPrintStructure()
|