Searched refs:InstalledSize (Results 1 – 10 of 10) sorted by relevance
126 …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;
256 UINT16 InstalledSize; in UpdateSmbiosCacheTable() local286 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()
56 UINT16 InstalledSize; //In KB member
717 dstType7.InstalledSize = SmbiosT7->T7InstallSize; in CacheInfoUpdateSmbiosType7()733 dstType7.InstalledSize = SmbiosT7->T7InstallSize; in CacheInfoUpdateSmbiosType7()749 dstType7.InstalledSize = SmbiosT7->T7InstallSize; in CacheInfoUpdateSmbiosType7()
298 *(UINT8*)&(Type6Record->InstalledSize) = 0x7F; in MemorySubClassEntryPoint()303 (*(UINT8*)&(Type6Record->InstalledSize))++; in MemorySubClassEntryPoint()
199 UINT8 InstalledSize; member209 UINT16 InstalledSize; member
990 MEMORY_INSTALLED_ENABLED_SIZE InstalledSize; member1065 UINT16 InstalledSize; member
435 (UINT8*)StructureNode->Structure + OFFSET_OF (SMBIOS_TABLE_TYPE6, InstalledSize), in SmbiosFldSMBIOSType6()
479 DisplayMmMemorySize (*(UINT8 *) &(Struct->Type6->InstalledSize), Option); in SmbiosPrintStructure()492 PRINT_STRUCT_VALUE_H (Struct, Type7, InstalledSize); in SmbiosPrintStructure()
9096 DisplayMmMemorySize (pStruct->Type6->InstalledSize, Option);