Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/include/
H A Dcpu.hpp326 cpuNum(cpuId), storage(smbiosTableStorage), motherboardPath(motherboard) in Cpu()
335 uint8_t cpuNum; member in phosphor::smbios::Cpu
/openbmc/smbios-mdr/src/
H A Dcpu.cpp136 for (uint8_t index = 0; index < cpuNum; index++) in infoUpdate()