summaryrefslogtreecommitdiff
path: root/src/arch/mips/MipsTLB.py
AgeCommit message (Expand)Author
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2009-04-08tlb: Don't separate the TLB classes into an instruction TLB and a data TLBGabe Black
2008-10-10TLB: Make all tlbs derive from a common base class in both python and C++.Gabe Black
2008-10-09SimObjects: Clean up handling of C++ namespaces.Nathan Binkert
2008-06-14Fix various SWIG warningsNathan Binkert
2007-11-16go back and fix up MIPS copyright headersKorey Sewell
2007-11-15fix MIPS headersKorey Sewell
2007-11-14Get MIPS_SE actually working again by actually by fixing TLB stuff and runnin...Korey Sewell
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black