Searched hist:11432 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/pred/
H A Dbtb.ccdiff 11432: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.hhdiff 11432: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.ccdiff 11432: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.

Completed in 17 milliseconds