Searched refs:cpuModel (Results 1 – 3 of 3) sorted by relevance
| /openbmc/smbios-mdr/src/ |
| H A D | speed_select.cpp | 137 const CPUModel cpuModel; member in cpu_info::sst::CPUConfig 170 path(generatePath(index)), cpuModel(model), currentLevel(currentLevel_), in CPUConfig() 184 auto sst = getInstance(peciAddress, cpuModel, dontWake); in appliedConfig() 211 auto sst = getInstance(peciAddress, cpuModel, dontWake); in baseSpeedPriorityEnabled() 252 auto sst = getInstance(peciAddress, cpuModel, wakeAllowed); in appliedConfig() 408 CPUModel cpuModel; in discoverCPUsAndConfigs() local 409 EPECIStatus status = peci_GetCPUID(i, &cpuModel, &stepping, &cc); in discoverCPUsAndConfigs() 428 getInstance(i, cpuModel, wakeAllowed); in discoverCPUsAndConfigs() 453 std::make_unique<CPUConfig>(conn, cpuIndex, cpuModel, currentLevel, in discoverCPUsAndConfigs()
|
| H A D | cpu.cpp | 206 uint16_t cpuModel = (cpuInfo->id & 0xf0) >> 4; in infoUpdate() local 221 effectiveModel((cpuXModel << 4) | cpuModel); in infoUpdate() 225 effectiveModel(cpuModel); in infoUpdate()
|
| H A D | sst_mailbox.cpp | 39 CPUModel cpuModel; member 44 peciAddress(address), peciWoken(false), cpuModel(model), in PECIManager()
|