Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/include/
H A Dcpuinfo.hpp41 CPUInfo(const size_t cpuId, const uint8_t peciAddress, in CPUInfo()
43 id(cpuId), peciAddr(peciAddress), i2cBus(i2cBusNum), in CPUInfo()
H A Dcpu.hpp322 Cpu(sdbusplus::bus_t& bus, const std::string& objPath, const uint8_t& cpuId, in Cpu() argument
327 cpuNum(cpuId), storage(smbiosTableStorage), motherboardPath(motherboard) in Cpu()
/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp226 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& cpuId, in getCpuDataByService() argument
234 [cpuId, service, objPath, asyncResp{std::move(asyncResp)}]( in getCpuDataByService()
243 asyncResp->res.jsonValue["Id"] = cpuId; in getCpuDataByService()
576 const std::string& cpuId, const std::string& service, in getCpuConfigData() argument
579 BMCWEB_LOG_INFO("Getting CPU operating configs for {}", cpuId); in getCpuConfigData()
585 [asyncResp, cpuId, in getCpuConfigData()
617 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuId); in getCpuConfigData()
635 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuId, in getCpuConfigData()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp119 const int& cpuId) in createSensorName() argument
127 std::string cpuStr = "CPU" + std::to_string(cpuId); in createSensorName()
306 int cpuId = in createSensors() local
340 std::string sensorName = createSensorName(label, item, cpuId); in createSensors()
399 sensorName, std::move(sensorThresholds), *interfacePath, cpuId, in createSensors()
H A DIntelCPUSensor.cpp55 const std::string& sensorConfiguration, int cpuId, bool show, in IntelCPUSensor() argument
60 nameTcontrol("Tcontrol CPU" + std::to_string(cpuId)), path(path), in IntelCPUSensor()
H A DIntelCPUSensor.hpp30 const std::string& configuration, int cpuId, bool show,