Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp299 uint32_t sigId = 0; // stored in reg10 in __captureScratchRegSignature() local
313 if (0 != util::pdbg::getCfam(priProc, reg10Addr, sigId)) in __captureScratchRegSignature()
315 sigId = 0; // just in case in __captureScratchRegSignature()
320 if (0 != chipId || 0 != sigId) in __captureScratchRegSignature()
330 stream << chipId << sigId; in __captureScratchRegSignature()