Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp129 const auto& hexwords = src.hexwordData(); in TEST_F()
217 const auto& hexwords = src.hexwordData(); in TEST_F()
281 const auto& hexwords = src.hexwordData(); in TEST_F()
288 const auto& hexwords = src.hexwordData(); in TEST_F()
295 const auto& hexwords = src.hexwordData(); in TEST_F()
539 const auto& hexwords = src.hexwordData(); in TEST_F()
1092 EXPECT_TRUE(src.hexwordData()[3] & 0x03000000); in TEST_F()
1445 EXPECT_EQ(src.hexwordData()[2], 0xCC009184); in TEST_F()
H A Dpel_manager_test.cpp1119 auto& hexwords = pel.primarySRC().value()->hexwordData(); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dextended_user_header.cpp147 const auto& hexWords = src.hexwordData(); in createSymptomID()
H A Dsrc.hpp178 const std::array<uint32_t, numSRCHexDataWords>& hexwordData() const in hexwordData() function in openpower::pels::SRC
H A Dmanager.cpp738 const auto& hexwords = (*src)->hexwordData(); in getEventId()