Searched refs:_sendPELsToHost (Results 1 – 2 of 2) sorted by relevance
270 return _sendPELsToHost; in getHostPELEnablement()648 bool _sendPELsToHost = true; member in openpower::pels::DataInterfaceBase
166 if (std::get<bool>(value) != this->_sendPELsToHost) in DataInterface()171 this->_sendPELsToHost = std::get<bool>(value); in DataInterface()