Searched refs:cpuId (Results 1 – 6 of 6) sorted by relevance
| /openbmc/smbios-mdr/include/ |
| H A D | cpuinfo.hpp | 41 CPUInfo(const size_t cpuId, const uint8_t peciAddress, in CPUInfo() 43 id(cpuId), peciAddr(peciAddress), i2cBus(i2cBusNum), in CPUInfo()
|
| H A D | cpu.hpp | 326 Cpu(sdbusplus::bus_t& bus, const std::string& objPath, const uint8_t& cpuId, in Cpu() argument 331 cpuNum(cpuId), storage(smbiosTableStorage), motherboardPath(motherboard) in Cpu()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | processor.hpp | 230 std::shared_ptr<bmcweb::AsyncResp> asyncResp, const std::string& cpuId, in getCpuDataByService() argument 238 [cpuId, service, objPath, asyncResp{std::move(asyncResp)}]( in getCpuDataByService() 247 asyncResp->res.jsonValue["Id"] = cpuId; in getCpuDataByService() 582 const std::string& cpuId, const std::string& service, in getCpuConfigData() argument 585 BMCWEB_LOG_INFO("Getting CPU operating configs for {}", cpuId); in getCpuConfigData() 591 [asyncResp, cpuId, in getCpuConfigData() 623 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuId); in getCpuConfigData() 641 BMCWEB_REDFISH_SYSTEM_URI_NAME, cpuId, in getCpuConfigData()
|
| /openbmc/dbus-sensors/src/intel-cpu/ |
| H A D | IntelCPUSensorMain.cpp | 115 const int& cpuId) in createSensorName() argument 123 std::string cpuStr = "CPU" + std::to_string(cpuId); in createSensorName() 300 int cpuId = in createSensors() local 334 std::string sensorName = createSensorName(label, item, cpuId); in createSensors() 390 sensorName, std::move(sensorThresholds), *interfacePath, cpuId, in createSensors()
|
| H A D | IntelCPUSensor.cpp | 55 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 D | IntelCPUSensor.hpp | 35 const std::string& configuration, int cpuId, bool show,
|