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.cpp276 const openpower::phal::sbeError_t& sbeError, uint64_t chipPos, in logErrorAndCreatePEL() argument
292 chipPos); in logErrorAndCreatePEL()
296 {"SRC6", std::format("0x{:X}{:X}", chipPos, (cmdClass | cmdType))}}; in logErrorAndCreatePEL()
317 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL()
327 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL()
334 "POSITION", chipPos); in logErrorAndCreatePEL()
346 chipName, chipPos, path.parent_path()); in logErrorAndCreatePEL()
365 chipName, chipPos, path.parent_path()); in logErrorAndCreatePEL()
366 util::requestSBEDump(chipPos, std::get<0>(logInfo), sbeType); in logErrorAndCreatePEL()
385 "CHIPTYPE", chipName, "CHIPPOS", chipPos, "ERROR", e); in logErrorAndCreatePEL()
[all …]
H A Dsbe_dump_collector.hpp170 const std::string& chipName, const uint8_t chipPos,
188 const uint8_t chipPos) const in checkFastarrayCollectionNeeded()
194 (type == SBE_DUMP_TYPE_HARDWARE && chipPos == failingUnit))) in checkFastarrayCollectionNeeded()
213 uint64_t chipPos, SBETypes sbeType,
263 uint64_t chipPos, const std::filesystem::path& path);
/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/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/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.cpp76 chipPos = (std::stoi(src6.value()) & 0xFFFF0000) >> 16; in SbeFFDC()
240 libekb_get_sbe_ffdc(ffdc, ffdcPkt, chipPos, chipType); in process()