Searched refs:squashed (Results 1 - 25 of 29) sorted by relevance

12

/gem5/src/cpu/pred/
H A D2bit_local.cc94 bool squashed, const StaticInstPtr & inst, Addr corrTarget)
101 if (squashed) {
93 update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history, bool squashed, const StaticInstPtr & inst, Addr corrTarget) argument
H A Dltage.hh71 bool squashed, const StaticInstPtr & inst,
H A Dtage.hh90 bool squashed, const StaticInstPtr & inst,
H A D2bit_local.hh95 bool squashed, const StaticInstPtr & inst, Addr corrTarget);
H A Dbi_mode.hh65 bool squashed, const StaticInstPtr & inst, Addr corrTarget);
H A Dtage.cc57 bool squashed, const StaticInstPtr & inst, Addr corrTarget)
66 if (squashed) {
56 update(ThreadID tid, Addr branch_pc, bool taken, void* bp_history, bool squashed, const StaticInstPtr & inst, Addr corrTarget) argument
H A Dltage.cc95 bool squashed, const StaticInstPtr & inst, Addr corrTarget)
103 if (squashed) {
94 update(ThreadID tid, Addr branch_pc, bool taken, void* bp_history, bool squashed, const StaticInstPtr & inst, Addr corrTarget) argument
H A Dtournament.hh102 * @param squashed is set when this function is called during a squash
106 * squashed)
109 bool squashed, const StaticInstPtr & inst, Addr corrTarget);
H A Dbi_mode.cc155 bool squashed, const StaticInstPtr & inst, Addr corrTarget)
163 if (squashed) {
H A Dtournament.cc254 void *bp_history, bool squashed,
272 if (squashed) {
H A Dbpred_unit.hh176 * @param squashed Set to true when this function is called during a
180 * for squashed branches)
184 void *bp_history, bool squashed,
H A Dtage_sc_l.hh160 bool squashed, const StaticInstPtr & inst,
H A Dtage_sc_l.cc414 bool squashed, const StaticInstPtr & inst, Addr corrTarget)
424 if (squashed) {
413 update(ThreadID tid, Addr branch_pc, bool taken, void *bp_history, bool squashed, const StaticInstPtr & inst, Addr corrTarget) argument
H A Dmultiperspective_perceptron_tage.hh229 void *bp_history, bool squashed,
H A Dmultiperspective_perceptron_tage.cc601 void *bp_history, bool squashed,
610 if (squashed) {
600 update(ThreadID tid, Addr instPC, bool taken, void *bp_history, bool squashed, const StaticInstPtr & inst, Addr corrTarget) argument
/gem5/src/cpu/o3/
H A Dmem_dep_unit.hh183 completed(false), squashed(false)
225 /** If the instruction is squashed. */
226 bool squashed; member in class:MemDepUnit::MemDepEntry
H A Dmem_dep_unit_impl.hh474 if (woken_inst->regsReady && !woken_inst->squashed) {
522 (*hash_it).second->squashed = true;
578 assert(!woken_inst_entry->squashed);
H A Dcpu.hh145 if (tickEvent.squashed())
554 * being retired or squashed.
/gem5/src/arch/generic/
H A Dtlb.hh83 * has been squashed.
84 * @ return Is the instruction that requested this translation squashed?
86 virtual bool squashed() const { return false; } function in class:BaseTLB::Translation
/gem5/src/arch/x86/
H A Dpagetable_walker.hh114 bool squashed; member in class:X86ISA::Walker::WalkerState
122 retrying(false), started(false), squashed(false)
175 // The number of outstanding walks that can be squashed per cycle.
H A Dpagetable_walker.cc196 currState->translation->squashed()) {
606 if (squashed) {
607 // if were were squashed, return true once inflight is zero and
719 squashed = true;
/gem5/src/cpu/
H A Dtranslation.hh268 squashed() const function in class:DataTranslation
/gem5/src/python/pybind11/
H A Devent.cc162 .def("squashed", &Event::squashed)
/gem5/src/sim/
H A Deventq.cc224 if (!event->squashed()) {
H A Deventq.hh101 static const FlagsType Squashed = 0x0001; // has been squashed
390 /// Check whether the event is squashed
391 bool squashed() const { return flags.isSet(Squashed); } function in class:Event

Completed in 42 milliseconds

12