Searched hist:4209 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/pred/
H A Dbtb.cc11432:4209ec56e923 Tue Apr 05 12:44:00 EDT 2016 Mitch Hayenga <mitch.hayenga@arm.com> cpu: Fix BTB threading oversight

The extant BTB code doesn't hash on the thread id but does check the
thread id for 'btb hits'. This results in 1-thread of a multi-threaded
workload taking a BTB entry, and all other threads missing for the same branch
missing.
H A Dbtb.hh11432:4209ec56e923 Tue Apr 05 12:44:00 EDT 2016 Mitch Hayenga <mitch.hayenga@arm.com> cpu: Fix BTB threading oversight

The extant BTB code doesn't hash on the thread id but does check the
thread id for 'btb hits'. This results in 1-thread of a multi-threaded
workload taking a BTB entry, and all other threads missing for the same branch
missing.
H A Dbpred_unit.cc11432:4209ec56e923 Tue Apr 05 12:44:00 EDT 2016 Mitch Hayenga <mitch.hayenga@arm.com> cpu: Fix BTB threading oversight

The extant BTB code doesn't hash on the thread id but does check the
thread id for 'btb hits'. This results in 1-thread of a multi-threaded
workload taking a BTB entry, and all other threads missing for the same branch
missing.
/gem5/src/base/stats/
H A Dtext.cc4209:57ff8c2ae0cf Mon Mar 12 14:13:00 EDT 2007 Ali Saidi <saidi@eecs.umich.edu> Get rid of those pesky valgrind warnings, Conditional jump or move depends on uninitialised value(s), in the stats package

Completed in 34 milliseconds