Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp109 auto tiPel = std::make_unique<pel::PelMinimal>(i_rawPel); in createPelCustom() local
122 tiPel->setSubsystem(subsystem); in createPelCustom()
144 tiPel->setPlid(plid); in createPelCustom()
151 tiPel->setSrcWords(std::array<uint32_t, pel::numSrcWords>{ in createPelCustom()
187 tiPel->setAsciiString(srcChars); // pel object src is char array in createPelCustom()
202 tiPel->setSymptomId(symptomId); in createPelCustom()
210 tiPel->setSrcWords(std::array<uint32_t, pel::numSrcWords>{ in createPelCustom()
246 tiPel->setAsciiString(srcChars); // pel object src is char array in createPelCustom()
261 tiPel->setSymptomId(symptomId); in createPelCustom()
265 tiPel->setSeverity(static_cast<uint8_t>(pel::Severity::termination)); in createPelCustom()
[all …]