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/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp537 int coreCount = in TEST() local
539 EXPECT_EQ(coreCount, 2); in TEST()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp158 const uint16_t* coreCount = nullptr; in getProcessorProperties() local
161 dbus_utils::UnpackErrorPrinter(), properties, "CoreCount", coreCount); in getProcessorProperties()
169 if (coreCount != nullptr) in getProcessorProperties()
177 coreCountJson = *coreCount; in getProcessorProperties()
181 *coreCountJsonPtr += *coreCount; in getProcessorProperties()
H A Dprocessor.hpp946 for (const auto& [turboSpeed, coreCount] : *turboProfile) in getOperatingConfigData()
949 turbo["ActiveCoreCount"] = coreCount; in getOperatingConfigData()
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableSystem.vue123 <dt>{{ $t('pageInventory.table.coreCount') }}:</dt>