Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
DCpu.c245 mCpuSmbiosType4.EnabledCoreCount = (UINT8) MaxCpus; in CpuUpdateSmbios()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c664 mProcessorInfoType4.EnabledCoreCount = SmbiosT4->T4CoreEnabled; in ProcessorInfoUpdateSmbiosType4()
687 mProcessorInfoType4.EnabledCoreCount = PcdGet32(PcdCoreCount); in ProcessorInfoUpdateSmbiosType4()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
DSmbiosMeasurementDxe.c68 …{0x04, OFFSET_OF(SMBIOS_TABLE_TYPE4, EnabledCoreCount), FIELD_SIZE_OF(SMBIOS_TABLE_TYPE4, Enab…
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c421 SmbiosRecord-> EnabledCoreCount= (UINT8)NumberOfEnabledProcessors;
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
DProcessorSubClass.c612 Type4Record->EnabledCoreCount = CoreEnabled; in AddSmbiosProcessorTypeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h169 UINT8 EnabledCoreCount; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h854 UINT8 EnabledCoreCount; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c432 PRINT_STRUCT_VALUE (Struct, Type4, EnabledCoreCount); in SmbiosPrintStructure()