Searched refs:cpuInfoMap (Results 1 – 1 of 1) sorted by relevance
67 static CPUInfoMap cpuInfoMap = {}; variable201 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()