summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resource.hh
AgeCommit message (Expand)Author
2012-08-28Clock: Add a Cycles wrapper class and use where applicableAndreas Hansson
2012-03-19gcc: Clean-up of non-C++0x compliant code, first stepsAndreas Hansson
2012-02-24CPU: Round-two unifying instr/data CPU ports across modelsAndreas Hansson
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2011-06-19inorder: squash and trap behind a tlb faultKorey Sewell
2011-06-19inorder: bug in mduKorey Sewell
2011-06-19inorder: implement trap handlingKorey Sewell
2011-06-19inorder: use setupSquash for misspeculationKorey Sewell
2011-04-15includes: sort all includesNathan Binkert
2011-02-18inorder: add names and slot #s to res. dprintsKorey Sewell
2011-02-18inorder: update pipeline interface for handling finished resource reqsKorey Sewell
2011-02-18inorder: remove request map, use request vectorKorey Sewell
2011-02-18inorder: add valid bit for resource requestsKorey Sewell
2011-02-18inorder: initialize res. req. vectors based on resource bandwidthKorey Sewell
2011-02-04inorder: fault handlingKorey Sewell
2011-01-07inorder: get rid of references to mainEventQueue.Steve Reinhardt
2010-12-20Style: Replace some tabs with spaces.Gabe Black
2010-11-08ARM/Alpha/Cpu: Change prefetchs to be more like normal loads.Ali Saidi
2010-06-26inorder: remove debugging statKorey Sewell
2010-06-24inorder: cleanup virtual functionsKorey Sewell
2010-06-23inorder-stats: add instruction type statsKorey Sewell
2010-01-31inorder: inst count mgmtKorey Sewell
2010-01-31inorder: add updatePC event to resPoolKorey Sewell
2010-01-31inorder: suspend in respoolKorey Sewell
2010-01-31inorder: squash on memory stallKorey Sewell
2010-01-31inorder: init internal debug cpu countersKorey Sewell
2009-11-04build: fix compile problems pointed out by gcc 4.4Nathan Binkert
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-05-12inorder-resources: delete eventsKorey Sewell
2009-05-12inorder-tlb-cunit: merge the TLB as implicit to any memory accessKorey Sewell
2009-05-12inorder-stc: update interface to handle store conditionalsKorey Sewell
2009-05-12inorder-mem: skeleton support for prefetch/writehintsKorey Sewell
2009-03-05stats: Fix all stats usages to deal with template fixesNathan Binkert
2009-03-04Remove unused functions/comments cluttering up the code.Korey Sewell
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell