Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp201 auto cpuInfoIt = cpuInfoMap.find(cpuIndex); in tryReadSSpec() local
202 if (cpuInfoIt == cpuInfoMap.end()) in tryReadSSpec()
206 auto cpuInfo = cpuInfoIt->second; in tryReadSSpec()