Home
last modified time | relevance | path

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

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