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.cpp117 const auto& hexwords = src.hexwordData(); in TEST_F()
205 const auto& hexwords = src.hexwordData(); in TEST_F()
269 const auto& hexwords = src.hexwordData(); in TEST_F()
276 const auto& hexwords = src.hexwordData(); in TEST_F()
283 const auto& hexwords = src.hexwordData(); in TEST_F()
527 const auto& hexwords = src.hexwordData(); in TEST_F()
1282 EXPECT_TRUE(src.hexwordData()[3] & 0x03000000); in TEST_F()
1644 EXPECT_EQ(src.hexwordData()[2], 0xCC009184); in TEST_F()
H A Dpel_manager_test.cpp1073 auto& hexwords = pel.primarySRC().value()->hexwordData(); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dextended_user_header.cpp133 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.cpp735 const auto& hexwords = (*src)->hexwordData(); in getEventId()