Searched refs:isInbetweenInsts (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/minor/
H A Dexecute.hh254 bool isInbetweenInsts(ThreadID thread_id) const;
H A Dexecute.cc1118 if (isInbetweenInsts(thread_id) && tryPCEvents(thread_id)) {
1406 Execute::isInbetweenInsts(ThreadID thread_id) const function in class:Minor::Execute
1453 if (isInbetweenInsts(commit_tid))
1617 DPRINTF(MinorInterrupt, "[tid:%d] thread_interrupted?=%d isInbetweenInsts?=%d\n",
1618 tid, thread_interrupted, isInbetweenInsts(tid));
1620 if (thread_interrupted && isInbetweenInsts(tid)) {
1666 " stalled=%s drainState=%d isInbetweenInsts=%d\n",
1668 stalled.str(), executeInfo[0].drainState, isInbetweenInsts(0));
1828 if (isInbetweenInsts(tid))

Completed in 15 milliseconds