Home
last modified time | relevance | path

Searched refs:turboProfile (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp928 const TurboProfileProperty* turboProfile = nullptr; in getOperatingConfigData() local
936 maxSpeed, "PowerLimit", powerLimit, "TurboProfile", turboProfile, in getOperatingConfigData()
972 if (turboProfile != nullptr) in getOperatingConfigData()
976 for (const auto& [turboSpeed, coreCount] : *turboProfile) in getOperatingConfigData()
/openbmc/smbios-mdr/src/
H A Dspeed_select.cpp363 config.turboProfile(sst.sseTurboProfile(level)); in getSingleConfig()