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

/gem5/src/cpu/minor/
H A Dpipe_data.hh171 * that line was fetched and a bubbleFlag that can allow ForwardLineData to
178 bool bubbleFlag; member in class:Minor::ForwardLineData
208 bubbleFlag(true),
243 bool isBubble() const { return bubbleFlag; }
H A Dpipe_data.cc169 bubbleFlag = false;
176 bubbleFlag = false;
189 bubbleFlag = false;
211 bubbleFlag = true;

Completed in 3 milliseconds