Searched refs:getLogIDWithHwIsolation (Results 1 – 7 of 7) sorted by relevance
90 void getLogIDWithHwIsolation(std::vector<uint32_t>& logIDs) in REGISTER_EXTENSION_FUNCTION()92 manager->getLogIDWithHwIsolation(logIDs); in REGISTER_EXTENSION_FUNCTION()95 REGISTER_EXTENSION_FUNCTION(getLogIDWithHwIsolation)
485 virtual std::vector<uint32_t> getLogIDWithHwIsolation() const = 0;899 std::vector<uint32_t> getLogIDWithHwIsolation() const override;
304 void Manager::getLogIDWithHwIsolation(std::vector<uint32_t>& idsWithHwIsoEntry) in getLogIDWithHwIsolation() function in openpower::pels::Manager306 idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in getLogIDWithHwIsolation()553 auto idsWithHwIsoEntry = _dataIface->getLogIDWithHwIsolation(); in pruneRepo()
134 void getLogIDWithHwIsolation(std::vector<uint32_t>& idsWithHwIsoEntry);
719 std::vector<uint32_t> DataInterface::getLogIDWithHwIsolation() const in getLogIDWithHwIsolation() function in openpower::pels::DataInterface
101 auto getLogIDWithHwIsolation = in REGISTER_EXTENSION_FUNCTION() local103 getLogIDWithHwIsolation(ids); in REGISTER_EXTENSION_FUNCTION()
66 MOCK_METHOD(std::vector<uint32_t>, getLogIDWithHwIsolation, (),