Searched refs:ArrayLocationData (Results 1 – 3 of 3) sorted by relevance
85 EFI_MEMORY_ARRAY_LOCATION_DATA ArrayLocationData; in MemorySubClassEntryPoint() local127 ArrayLocationData.MemoryArrayLocation = EfiMemoryArrayLocationSystemBoard; in MemorySubClassEntryPoint()128 ArrayLocationData.MemoryArrayUse = EfiMemoryArrayUseSystemMemory; in MemorySubClassEntryPoint()130 ArrayLocationData.MemoryErrorCorrection = EfiMemoryErrorCorrectionNone; in MemorySubClassEntryPoint()134 ArrayLocationData.MaximumMemoryCapacity.Exponent = (UINT16) LowBitSet32 (Data); in MemorySubClassEntryPoint()135 …ArrayLocationData.MaximumMemoryCapacity.Value = (UINT16) (Data >> ArrayLocationData.MaximumMemo… in MemorySubClassEntryPoint()138 ArrayLocationData.NumberMemoryDevices = (UINT16)(NumSlots); in MemorySubClassEntryPoint()150 Type16Record->Location = (UINT8)ArrayLocationData.MemoryArrayLocation; in MemorySubClassEntryPoint()152 Type16Record->Use = (UINT8)ArrayLocationData.MemoryArrayUse; in MemorySubClassEntryPoint()154 Type16Record->MemoryErrorCorrection = (UINT8)ArrayLocationData.MemoryErrorCorrection; in MemorySubClassEntryPoint()[all …]
413 EFI_MEMORY_ARRAY_LOCATION_DATA ArrayLocationData; member
1670 EFI_MEMORY_ARRAY_LOCATION_DATA ArrayLocationData; member