Home
last modified time | relevance | path

Searched refs:ThreadCount (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
DProcessorSubClass.c484 UINT16 ThreadCount; in AddSmbiosProcessorTypeTable() local
514 ThreadCount = CoreCount; in AddSmbiosProcessorTypeTable()
552 ThreadCount = 0; in AddSmbiosProcessorTypeTable()
613 Type4Record->ThreadCount = ThreadCount; in AddSmbiosProcessorTypeTable()
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
DCpu.c246 mCpuSmbiosType4.ThreadCount = (UINT8) MaxCpus; in CpuUpdateSmbios()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c665 mProcessorInfoType4.ThreadCount = SmbiosT4->T4ThreadCount; in ProcessorInfoUpdateSmbiosType4()
688 mProcessorInfoType4.ThreadCount = PcdGet32(PcdCoreCount); in ProcessorInfoUpdateSmbiosType4()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
DSmbiosMeasurementDxe.c69 …{0x04, OFFSET_OF(SMBIOS_TABLE_TYPE4, ThreadCount), FIELD_SIZE_OF(SMBIOS_TABLE_TYPE4, Thre…
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c422 SmbiosRecord-> ThreadCount= (UINT8)NumberOfEnabledProcessors;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h170 UINT8 ThreadCount; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h855 UINT8 ThreadCount; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c433 PRINT_STRUCT_VALUE (Struct, Type4, ThreadCount); in SmbiosPrintStructure()