Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp67 static CPUInfoMap cpuInfoMap = {}; variable
201 auto cpuInfoIt = cpuInfoMap.find(cpuIndex); in tryReadSSpec()
202 if (cpuInfoIt == cpuInfoMap.end()) in tryReadSSpec()
361 if (cpuInfoMap.find(cpu) == cpuInfoMap.end() || cpuInfoMap[cpu] == nullptr) in getPPIN()
367 std::shared_ptr<CPUInfo> cpuInfo = cpuInfoMap[cpu]; in getPPIN()
551 auto key = cpuInfoMap.find(*cpu); in getCpuAddress()
553 if (key != cpuInfoMap.end()) in getCpuAddress()
555 cpuInfoMap.erase(key); in getCpuAddress()
558 cpuInfoMap.emplace(*cpu, in getCpuAddress()