summaryrefslogtreecommitdiff
path: root/src/arch/sparc/tlb.hh
AgeCommit message (Expand)Author
2018-06-11misc: Using smart pointers for memory RequestsGiacomo Travaglini
2017-12-22arch,cpu: "virtualize" the TLB interface.Gabe Black
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2016-02-15misc: Add missing overrides to appease clangAndreas Hansson
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-02-11sim: Move the BaseTLB to src/arch/generic/Andreas Sandberg
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-05-09arch, arm: Preserve TLB bootUncacheability when switching CPUsGeoffrey Blake
2013-06-03arch: Create a method to finalize physical addressesAndreas Sandberg
2013-01-07cpu: Flush TLBs on switchOut()Andreas Sandberg
2013-01-07arch: Add support for invalidating TLBs when drainingAndreas Sandberg
2012-08-28Clock: Add a Cycles wrapper class and use where applicableAndreas Hansson
2012-03-09CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPUGeoffrey Blake
2011-10-13SPARC: Remove the last checks of FULL_SYSTEM.Gabe Black
2011-10-10SPARC: Let the TLB have friends in FS mode.Gabe Black
2011-10-10SPARC: Turn on handleIprRead and handleIprWrite in SE in SPARC.Gabe Black
2011-02-03Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh.Gabe Black
2010-11-11SPARC: Clean up some historical style issues.Gabe Black
2010-09-13Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.Gabe Black
2009-04-08tlb: More fixing of unified TLBNathan Binkert
2009-04-08tlb: Don't separate the TLB classes into an instruction TLB and a data TLBGabe Black
2009-02-25CPU: Implement translateTiming which defers to translateAtomic, and convert t...Gabe Black
2009-02-25ISA: Replace the translate functions in the TLBs with translateAtomic.Gabe Black
2008-09-23sparc: Fix style, create a helper function for translation.Nathan Binkert
2008-02-26TLB: Make a TLB base class and put a virtual demapPage function in it.Gabe Black
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black
2007-08-13SPARC: Move tlb state into the tlb.Gabe Black
2007-02-18implement vtophys and 32bit gdb supportAli Saidi
2006-12-27Bug fixes in the TLBAli Saidi
2006-12-16Merge zizzer:/bk/sparcfs/Gabe Black
2006-12-16Compiler error fix.Gabe Black
2006-12-15Optimized the TLB translations with some cachingAli Saidi
2006-12-09Allocate the correct number of global registersAli Saidi
2006-11-29Add support for mmapped iprs to atomic cpuAli Saidi
2006-11-23first cut at a sparc tlbAli Saidi
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-10Elaborated on the tlb stubs so that they just set the physical address to the...Gabe Black
2006-11-08Stubs for SPARC's tlbsGabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-05-29split off fullsystem and se iprs into two functions to remove lots of #ifsAli Saidi