Searched refs:_pelAttributes (Results 1 – 2 of 2) sorted by relevance
132 _pelAttributes.emplace( in restore()194 _pelAttributes.emplace(LogID(pelID(pel->id()), obmcID(pel->obmcLogID())), in add()239 if (pel == _pelAttributes.end()) in remove()267 _pelAttributes.erase(pel); in remove()277 if (pel != _pelAttributes.end()) in getPELData()299 if (pel != _pelAttributes.end()) in getPELFD()319 for (const auto& [id, attributes] : _pelAttributes) in for_each()391 if (pel != _pelAttributes.end()) in getPELAttributes()402 auto attr = std::find_if(_pelAttributes.begin(), _pelAttributes.end(), in setPELHostTransState()405 if ((attr != _pelAttributes.end()) && (attr->second.hostState != state)) in setPELHostTransState()[all …]
202 return findPEL(id) != _pelAttributes.end(); in hasPEL()320 return _pelAttributes; in getAttributesMap()442 if (auto logID = findPEL(id); logID != _pelAttributes.end()) in getLogID()483 return std::find_if(_pelAttributes.begin(), _pelAttributes.end(), in findPEL()580 std::map<LogID, PELAttributes> _pelAttributes; member in openpower::pels::Repository