summaryrefslogtreecommitdiff
path: root/src/arch/sparc/pagetable.hh
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2014-11-23mem: Page Table map api modificationAlexandru Dutu
2011-11-18SE/FS: Get rid of includes of config/full_system.hh.Gabe Black
2010-11-11SPARC: Clean up some historical style issues.Gabe Black
2009-02-16sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...Lisa Hsu
2008-10-10misc: remove #include <cassert> from misc.hh since not everyone needs it.Nathan Binkert
2008-09-23sparc: Fix style, create a helper function for translation.Nathan Binkert
2007-10-25TLB: Fix serialization issues with the tlb entries and make the page table st...Gabe Black
2007-08-27SPARC: Fixes to get SPARC to compile again.Gabe Black
2007-02-18implement vtophys and 32bit gdb supportAli Saidi
2006-12-09Allocate the correct number of global registersAli Saidi
2006-11-29Fixes to get compilation.Gabe Black
2006-11-23first cut at a sparc tlbAli Saidi