summaryrefslogtreecommitdiff
path: root/src/arch/power/tlb.cc
AgeCommit message (Expand)Author
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-05-05mem, cpu: Add a separate flag for strictly ordered memoryAndreas Sandberg
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-05-31style: eliminate equality tests with true and falseSteve Reinhardt
2013-06-03arch: Create a method to finalize physical addressesAndreas Sandberg
2012-03-09CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPUGeoffrey Blake
2012-01-29Implement Ali's review feedback.Gabe Black
2012-01-07Merge with main repository.Gabe Black
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2011-10-30SE/FS: Remove the last references to FULL_SYSTEM from POWER.Gabe Black
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2010-09-10style: fix sorting of includes and whitespace in some filesNathan Binkert
2010-06-15stats: only consider a formula initialized if there is a formulaNathan Binkert
2010-02-12Power ISA: Add an alignment fault to Power ISA and check alignment in TLB.Timothy M. Jones
2009-10-27POWER: Add support for the Power ISATimothy M. Jones