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 | 322 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 D | processor.hpp | 226 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 D | IntelCPUSensorMain.cpp | 119 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 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 | 30 const std::string& configuration, int cpuId, bool show,
|