Home
last modified time | relevance | path

Searched refs:CurrentMemoryType (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
DMemorySubClass.c311 *(UINT16*)&Type6Record->CurrentMemoryType |= 1<<8; in MemorySubClassEntryPoint()
314 *(UINT16*)&Type6Record->CurrentMemoryType |= 1<<7; in MemorySubClassEntryPoint()
317 *(UINT16*)&Type6Record->CurrentMemoryType |= 1<<10; in MemorySubClassEntryPoint()
320 *(UINT16*)&Type6Record->CurrentMemoryType |= 1<<4; in MemorySubClassEntryPoint()
323 *(UINT16*)&Type6Record->CurrentMemoryType |= 1<<3; in MemorySubClassEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h198 UINT16 CurrentMemoryType; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMemoryConv.c500 (UINT8*)StructureNode->Structure + OFFSET_OF (SMBIOS_TABLE_TYPE6, CurrentMemoryType), in SmbiosFldSMBIOSType6()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h989 MEMORY_CURRENT_TYPE CurrentMemoryType; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c477 DisplayMmMemoryType (*(UINT16 *) &(Struct->Type6->CurrentMemoryType), Option); in SmbiosPrintStructure()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch9093 DisplayMmMemoryType (pStruct->Type6->CurrentMemoryType, Option);