Home
last modified time | relevance | path

Searched refs:PhysicalMemoryArrayInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/smbios-mdr/include/
H A Ddimm.hpp199 struct PhysicalMemoryArrayInfo struct
212 static_assert(sizeof(PhysicalMemoryArrayInfo) == 23,
/openbmc/smbios-mdr/src/
H A Ddimm.cpp134 auto info = reinterpret_cast<struct PhysicalMemoryArrayInfo*>(dataIn); in updateEccType()