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
/
arch
/
sparc
/
tlb.cc
Age
Commit message (
Expand
)
Author
2007-09-28
Rename cycles() function to ticks()
Ali Saidi
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-08-26
SPARC: Make sure unaligned access are caught on cached translations as well.
Gabe Black
2007-08-13
SPARC: Move tlb state into the tlb.
Gabe Black
2007-08-13
SPARC: Make the spill and fill handlers use the correct ASI, and let No_Fault...
Gabe Black
2007-07-26
Merge python and x86 changes with cache branch
Nathan Binkert
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-06-30
Get rid of Packet result field. Error responses are
Steve Reinhardt
2007-03-08
Panic if any CMT registers are accessed
Ali Saidi
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-03-03
Implement Niagara I/O interface and rework interrupts
Ali Saidi
2007-02-21
Merge zizzer:/bk/newmem
Ali Saidi
2007-02-21
add pseduo instruction support for sparc
Ali Saidi
2007-02-21
Fix compile issues on gcc 4.1.x related to namespaces.
Nathan Binkert
2007-02-18
implement vtophys and 32bit gdb support
Ali Saidi
2007-02-02
more sparc fixes
Ali Saidi
2007-01-31
make sparc fs less chatty
Ali Saidi
2007-01-30
Make SPARC checkpointing work
Ali Saidi
2007-01-27
Merge zizzer:/bk/newmem
Gabe Black
2007-01-27
Got rid of some DPRINTFs that were printing raw pointers.
Gabe Black
2007-01-26
Merge zeep.pool:/z/saidi/work/m5.newmem
Ali Saidi
2007-01-26
make our code a little more standards compliant
Ali Saidi
2007-01-25
fix smul and sdiv to sign extend, and handle overflow/underflow corretly
Ali Saidi
2007-01-23
use pstate.am to mask off PC/NPC where it needs to +be
Ali Saidi
2007-01-22
clean up fault code a little bit
Ali Saidi
2007-01-22
use writeTagAccess() function to unify writing of Tag access registers
Ali Saidi
2007-01-21
make sure that page bits of VA on tlb insert are 0
Ali Saidi
2007-01-20
atually set all 64 bits of the retun value to 0
Ali Saidi
2007-01-20
Rearange tlb code to remove some duplicate
Ali Saidi
2007-01-17
Allow ASI_LDTX_REAL
Ali Saidi
2007-01-17
do a linear search for matching tlb entries instead of using map because you ...
Ali Saidi
2007-01-17
Implement reading writing of sync fault status register and address register
Ali Saidi
2007-01-16
In the case of ASI_P or ASI_LDTX_P set primary and skip the other checks
Ali Saidi
2007-01-09
quiet/remove some warnings
Ali Saidi
2006-12-27
Bug fixes in the TLB
Ali Saidi
2006-12-19
fix twinx loads a little bit
Ali Saidi
2006-12-18
move the twinx loads to the correct opcode and add asis 0x24 and 0x27
Ali Saidi
2006-12-15
Optimized the TLB translations with some caching
Ali Saidi
2006-12-14
flesh out twinx asis
Ali Saidi
2006-12-12
Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)
Ali Saidi
2006-12-09
Allocate the correct number of global registers
Ali Saidi
2006-12-07
get legion/m5 to first tlb miss fault
Ali Saidi
2006-12-06
Handle access to ASI_QUEUE
Ali Saidi
2006-12-06
Many more fixes for SPARC_FS. Gets us to the point where SOFTINT starts
Ali Saidi
2006-11-29
Add TLB Dprintfs
Ali Saidi
2006-11-29
Add support for mmapped iprs to atomic cpu
Ali Saidi
2006-11-23
first cut at a sparc tlb
Ali Saidi
2006-11-08
Stubs for SPARC's tlbs
Gabe Black