Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp426 uint64_t cpuPPIN = 0; in getPPIN() local
442 cpuPPIN = u32PkgValue; in getPPIN()
452 cpuPPIN = 0; in getPPIN()
456 cpuPPIN |= static_cast<uint64_t>(u32PkgValue) << 32; in getPPIN()
459 if (0 != cpuPPIN) in getPPIN()
462 stream << std::hex << cpuPPIN; in getPPIN()