Searched refs:squashed_sn (Results 1 - 2 of 2) sorted by relevance
/gem5/src/cpu/pred/ |
H A D | bpred_unit.cc | 368 BPredUnit::squash(const InstSeqNum &squashed_sn, ThreadID tid) argument 373 iPred->squash(squashed_sn, tid); 377 pred_hist.front().seqNum > squashed_sn) { 381 " target: %s\n", tid, squashed_sn, 389 " Call [sn:%llu] PC: %s Popping RAS\n", tid, squashed_sn, 402 "PC %#x\n", tid, squashed_sn, pred_hist.front().seqNum, 408 tid, squashed_sn, predHist[tid].size()); 413 BPredUnit::squash(const InstSeqNum &squashed_sn, argument 434 "setting target to %s\n", tid, squashed_sn, corrTarget); 437 squash(squashed_sn, ti [all...] |
H A D | bpred_unit.hh | 110 * @param squashed_sn The sequence number to squash any younger updates up 114 void squash(const InstSeqNum &squashed_sn, ThreadID tid); 119 * @param squashed_sn The sequence number to squash any younger updates up 125 void squash(const InstSeqNum &squashed_sn,
|
Completed in 7 milliseconds