index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
translation.hh
Age
Commit message (
Expand
)
Author
2018-06-11
misc: Using smart pointers for memory Requests
Giacomo Travaglini
2015-05-05
mem, cpu: Add a separate flag for strictly ordered memory
Andreas Sandberg
2015-02-11
sim: Move the BaseTLB to src/arch/generic/
Andreas Sandberg
2014-09-19
arch: Pass faults by const reference where possible
Andreas Hansson
2014-04-23
cpu: Fix setTranslateLatency() bug for squashed instructions
Mitchell Hayenga
2014-01-24
mem: track per-request latencies and access depths in the cache hierarchy
Matt Horsnell
2012-09-25
ARM: Squash outstanding walks when instructions are squashed.
Ali Saidi
2011-08-07
Translation: Use a pointer type as the template argument.
Gabe Black
2011-02-11
O3: Enhance data address translation by supporting hardware page table walkers.
Giacomo Gabrielli
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-03-25
CPU: Added comments to address translation classes.
Timothy M. Jones
2010-02-12
BaseDynInst: Make the TLB translation timing instead of atomic.
Timothy M. Jones