Searched refs:primarySRC (Results 1 – 12 of 12) sorted by relevance
14 primarySRC = 0x5053, // 'PS' enumerator
545 auto src = pel.primarySRC(); in TEST_F()
166 EXPECT_EQ(pel.primarySRC().value()->asciiString(), in TEST_F()864 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F()865 auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F()919 EXPECT_FALSE(pel.primarySRC().value()->callouts()); in TEST_F()1010 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F()1011 const auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F()1077 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F()1078 const auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F()
205 EXPECT_EQ(logger.ad["SRC"], (*invalidPEL.primarySRC())->asciiString()); in TEST_F()293 EXPECT_EQ(pel.primarySRC().value()->asciiString(), in TEST_F()324 EXPECT_EQ(newPEL.primarySRC().value()->asciiString(), in TEST_F()1073 auto& hexwords = pel.primarySRC().value()->hexwordData(); in TEST_F()1166 EXPECT_EQ(pel.primarySRC().value()->getErrorStatusFlag( in TEST_F()
23 primarySRC = 0x5053, // 'PS' enumerator
51 case static_cast<uint16_t>(SectionID::primarySRC): in create()
306 std::optional<SRC*> PEL::primarySRC() const in primarySRC() function in openpower::pels::PEL311 static_cast<uint16_t>(SectionID::primarySRC); in primarySRC()517 auto pSRC = primarySRC(); in isHwCalloutPresent()591 auto src = primarySRC(); in getDeconfigFlag()603 auto src = primarySRC(); in getGuardFlag()616 auto pSRC = primarySRC(); in updateTerminateBitInSRCSection()
206 auto src = pel->primarySRC(); in addPEL()412 auto src = pel->primarySRC(); in createPEL()732 auto src = pel.primarySRC(); in getEventId()780 auto src = pel.primarySRC(); in getResolution()1014 auto src = pel->primarySRC(); in updateProgressSRC()1071 auto src = pel.primarySRC(); in clearPowerThermalDeconfigFlag()
51 auto src = pel.primarySRC(); in activate()
200 std::optional<SRC*> primarySRC() const;
304 _header.id = static_cast<uint16_t>(SectionID::primarySRC); in SRC()443 if ((header().id != static_cast<uint16_t>(SectionID::primarySRC)) && in validate()
322 if (pel.primarySRC() && scrubRegex) in genPELJSON()324 val = pel.primarySRC().value()->asciiString(); in genPELJSON()357 if (pel.primarySRC()) in genPELJSON()359 val = pel.primarySRC().value()->asciiString(); in genPELJSON()363 auto regVal = pel.primarySRC().value()->getErrorDetails( in genPELJSON()715 if (pel.primarySRC() && scrubRegex) in printPELCount()717 std::string val = pel.primarySRC().value()->asciiString(); in printPELCount()