Lines Matching refs:chipPos
190 const openpower::phal::sbeError_t& sbeError, uint64_t chipPos, in logErrorAndCreatePEL() argument
206 chipPos); in logErrorAndCreatePEL()
210 {"SRC6", std::format("0x{:X}{:X}", chipPos, (cmdClass | cmdType))}}; in logErrorAndCreatePEL()
231 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL()
241 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL()
248 "POSITION", chipPos); in logErrorAndCreatePEL()
260 chipName, chipPos, path.parent_path()); in logErrorAndCreatePEL()
279 chipName, chipPos, path.parent_path()); in logErrorAndCreatePEL()
280 util::requestSBEDump(chipPos, std::get<0>(logInfo), sbeType); in logErrorAndCreatePEL()
299 "CHIPTYPE", chipName, "CHIPPOS", chipPos, "ERROR", e); in logErrorAndCreatePEL()
309 auto chipPos = pdbg_target_index(chip); in collectDumpFromSBE() local
315 "CHIPTYPE", chipName, "POSITION", chipPos, "PATH", path.string(), "ID", in collectDumpFromSBE()
321 checkFastarrayCollectionNeeded(clockState, type, failingUnit, chipPos); in collectDumpFromSBE()
337 "ERROR", sbeError, "TYPE", type, "PROC", chipPos, in collectDumpFromSBE()
346 if (logErrorAndCreatePEL(sbeError, chipPos, sbeType, in collectDumpFromSBE()
355 chipName, "POSITION", chipPos, "COLLECTFASTARRAY", in collectDumpFromSBE()
360 writeDumpFile(path, id, clockState, 0, chipName, chipPos, dataPtr, len); in collectDumpFromSBE()
366 const std::string& chipName, const uint8_t chipPos, in writeDumpFile() argument
378 << static_cast<int>(chipPos); in writeDumpFile()
436 uint64_t chipPos = pdbg_target_index(target); in executeThreadStop() local
442 "POSITION", chipPos, "ERROR", sbeError); in executeThreadStop()
448 "POSITION", chipPos, "ERROR", sbeError); in executeThreadStop()
450 logErrorAndCreatePEL(sbeError, chipPos, SBETypes::PROC, in executeThreadStop()
466 std::string chipName, uint64_t chipPos, in addLogDataToDump() argument
486 auto resource = chipName + " " + std::to_string(chipPos); in addLogDataToDump()