Lines Matching refs:state
590 " state was unexpected, expected: %d\n",
1042 * its effects applied to the CPU state
1137 " stream state was unexpected, expected: %d\n",
1322 " state was unexpected, expected: %d\n",
1784 std::ostream &operator <<(std::ostream &os, Execute::DrainState state)
1786 switch (state)
1801 os << "Drain-" << static_cast<int>(state);
1809 Execute::setDrainState(ThreadID thread_id, DrainState state)
1811 DPRINTF(Drain, "setDrainState[%d]: %s\n", thread_id, state);
1812 executeInfo[thread_id].drainState = state;