summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/tlb_unit.cc
AgeCommit message (Expand)Author
2009-04-08tlb: Don't separate the TLB classes into an instruction TLB and a data TLBGabe Black
2009-03-04Give each resource in InOrder it's own TraceFlag instead of just standard 'Re...Korey Sewell
2009-02-25ISA: Replace the translate functions in the TLBs with translateAtomic.Gabe Black
2009-02-25CPU: Get rid of translate... functions from various interface classes.Gabe Black
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell