Home
last modified time | relevance | path

Searched refs:InstalledSize (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorCacheFunction.c126 …SmbiosRecordL1->InstalledSize += (UINT16) (ConvertBase2ToRaw((EFI_EXP_BASE2_DATA *)SrcData) >> 10);
127 SmbiosRecordL1->MaximumCacheSize = SmbiosRecordL1->InstalledSize;
130 …SmbiosRecordL2->InstalledSize += (UINT16) (ConvertBase2ToRaw((EFI_EXP_BASE2_DATA *)SrcData) >> 10);
131 SmbiosRecordL2->MaximumCacheSize = SmbiosRecordL2->InstalledSize;
194 SmbiosRecordL2->InstalledSize = (SmbiosRecordL2->InstalledSize)/2;
195 SmbiosRecordL2->MaximumCacheSize = SmbiosRecordL2->InstalledSize;
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
DProcessorSubClass.c256 UINT16 InstalledSize; in UpdateSmbiosCacheTable() local
286 CacheSize = mSmbiosCacheTable[CacheLevel].InstalledSize; in UpdateSmbiosCacheTable()
309 InstalledSize = (UINT16)TotalSize; in UpdateSmbiosCacheTable()
314 InstalledSize = (UINT16)(TotalSize >> 6); in UpdateSmbiosCacheTable()
318 InstalledSize |= BIT15; in UpdateSmbiosCacheTable()
322 mSmbiosCacheTable[CacheLevel].InstalledSize = InstalledSize; in UpdateSmbiosCacheTable()
368 if(mSmbiosCacheTable[CacheLevel].InstalledSize == 0) in AddSmbiosCacheTypeTable()
DProcessorSubClass.h56 UINT16 InstalledSize; //In KB member
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c717 dstType7.InstalledSize = SmbiosT7->T7InstallSize; in CacheInfoUpdateSmbiosType7()
733 dstType7.InstalledSize = SmbiosT7->T7InstallSize; in CacheInfoUpdateSmbiosType7()
749 dstType7.InstalledSize = SmbiosT7->T7InstallSize; in CacheInfoUpdateSmbiosType7()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
DMemorySubClass.c298 *(UINT8*)&(Type6Record->InstalledSize) = 0x7F; in MemorySubClassEntryPoint()
303 (*(UINT8*)&(Type6Record->InstalledSize))++; in MemorySubClassEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h199 UINT8 InstalledSize; member
209 UINT16 InstalledSize; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h990 MEMORY_INSTALLED_ENABLED_SIZE InstalledSize; member
1065 UINT16 InstalledSize; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMemoryConv.c435 (UINT8*)StructureNode->Structure + OFFSET_OF (SMBIOS_TABLE_TYPE6, InstalledSize), in SmbiosFldSMBIOSType6()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c479 DisplayMmMemorySize (*(UINT8 *) &(Struct->Type6->InstalledSize), Option); in SmbiosPrintStructure()
492 PRINT_STRUCT_VALUE_H (Struct, Type7, InstalledSize); in SmbiosPrintStructure()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch9096 DisplayMmMemorySize (pStruct->Type6->InstalledSize, Option);