Home
last modified time | relevance | path

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

/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.cpp205 chipPos); in logErrorAndCreatePEL()
230 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL()
240 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL()
247 "POSITION", chipPos); in logErrorAndCreatePEL()
259 util::requestSBEDump(chipPos, logId, sbeType); in logErrorAndCreatePEL()
281 auto chipPos = pdbg_target_index(chip); in collectDumpFromSBE() local
318 if (logErrorAndCreatePEL(sbeError, chipPos, sbeType, in collectDumpFromSBE()
337 const std::string& chipName, const uint8_t chipPos, in writeDumpFile() argument
349 << static_cast<int>(chipPos); in writeDumpFile()
406 uint64_t chipPos = pdbg_target_index(target); in executeThreadStop() local
[all …]
H A Dsbe_dump_collector.hpp139 const std::string& chipName, const uint8_t chipPos,
157 const uint8_t chipPos) const in checkFastarrayCollectionNeeded()
163 (type == SBE_DUMP_TYPE_HARDWARE && chipPos == failingUnit))) in checkFastarrayCollectionNeeded()
181 uint64_t chipPos, SBETypes sbeType,
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-plugins.cpp71 auto chipPos = util::pdbg::getChipPos(target); in lpc_timeout_callout() local
72 if (0 == chipPos) in lpc_timeout_callout()
78 else if (1 == chipPos) in lpc_timeout_callout()
/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp62 auto chipPos = util::pdbg::getChipPos(i_signature.getChip()); in __getSrc() local
66 o_word7 = (chipPos & 0xffff) << 16 | (nodePos & 0xff) << 8 | in __getSrc()
193 uint16_t chipPos = util::pdbg::getChipPos(chip); in __captureRegisterDump() local
196 stream << chipType << chipPos << nodePos << numRegs; in __captureRegisterDump()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsbe_ffdc_handler.hpp223 uint32_t chipPos; member in openpower::pels::sbe::SbeFFDC
H A Dsbe_ffdc_handler.cpp90 chipPos = (std::stoi(src6.value()) & 0xFFFF0000) >> 16; in SbeFFDC()
254 libekb_get_sbe_ffdc(ffdc, ffdcPkt, chipPos, chipType); in process()