Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dspeed_select.cpp402 unsigned int cpuIndex = i - MIN_CLIENT_ADDR; in discoverCPUsAndConfigs() local
403 DEBUG_PRINT << "Discovering CPU " << cpuIndex << '\n'; in discoverCPUsAndConfigs()
453 std::make_unique<CPUConfig>(conn, cpuIndex, cpuModel, currentLevel, in discoverCPUsAndConfigs()
489 std::cerr << "CPU " << cpuIndex in discoverCPUsAndConfigs()
H A Dcpuinfo_main.cpp197 const std::shared_ptr<sdbusplus::asio::connection>& conn, size_t cpuIndex) in tryReadSSpec() argument
201 auto cpuInfoIt = cpuInfoMap.find(cpuIndex); in tryReadSSpec()
243 [sspecTimer, conn, cpuIndex](boost::system::error_code ec) { in tryReadSSpec()
248 tryReadSSpec(conn, cpuIndex); in tryReadSSpec()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp1048 int cpuIndex = 0; in getPresentCpus() local
1051 cpuIndex = std::stoi(obj.substr(obj.size() - 1)); in getPresentCpus()
1058 cpuPresence[cpuIndex] = *present; in getPresentCpus()