Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpu.cpp238 if (cpuInfo->threadCount < maxOldVersionCount) // offset 25h or 2Eh) in infoUpdate()
240 threadCount(cpuInfo->threadCount); in infoUpdate()
244 threadCount(cpuInfo->threadCount2); in infoUpdate()
/openbmc/smbios-mdr/include/
H A Dcpu.hpp367 uint8_t threadCount; member