Home
last modified time | relevance | path

Searched refs:coreCount (Results 1 – 10 of 10) sorted by relevance

/openbmc/smbios-mdr/src/
H A Dcpu.cpp238 if (cpuInfo->coreCount < maxOldVersionCount) // offset 23h or 2Ah in infoUpdate()
240 coreCount(cpuInfo->coreCount); in infoUpdate()
244 coreCount(cpuInfo->coreCount2); in infoUpdate()
H A Dsst_mailbox.cpp469 unsigned int coreCount(unsigned int level) override in coreCount() function in cpu_info::sst::SSTMailbox
H A Dspeed_select.cpp334 config.availableCoreCount(sst.coreCount(level)); in getSingleConfig()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dutils.cpp219 int& coreCount = coreCountRef; in setCoreCount() local
226 ++coreCount; in setCoreCount()
251 static_cast<uint16_t>(coreCount); in setCoreCount()
/openbmc/smbios-mdr/include/
H A Dspeed_select.hpp105 virtual unsigned int coreCount(unsigned int level) = 0;
H A Dcpu.hpp369 uint8_t coreCount; member
/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor_operating_config.hpp127 for (const auto& [turboSpeed, coreCount] : *turboProfile) in getOperatingConfigData()
130 turbo["ActiveCoreCount"] = coreCount; in getOperatingConfigData()
H A Dsystems.hpp101 const uint16_t* coreCount = nullptr; in getProcessorProperties() local
104 dbus_utils::UnpackErrorPrinter(), properties, "CoreCount", coreCount); in getProcessorProperties()
112 if (coreCount != nullptr) in getProcessorProperties()
120 coreCountJson = *coreCount; in getProcessorProperties()
124 *coreCountJsonPtr += *coreCount; in getProcessorProperties()
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp590 int coreCount = in TEST() local
592 EXPECT_EQ(coreCount, 2); in TEST()
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableSystem.vue127 <dt>{{ $t('pageInventory.table.coreCount') }}:</dt>