gem5/src/cpu/inorder
2009-03-04 13:17:09 -05:00
..
resources Give each resource in InOrder it's own TraceFlag instead of just standard 'Resource' flag 2009-03-04 13:17:09 -05:00
comm.hh InOrder didnt have all it's params set to a default value, which is now required for M5 objects; Also, a # of values need to be reset to 0 (or the appropriate value) before we assume they are OK for use. 2009-03-04 13:17:05 -05:00
cpu.cc Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
cpu.hh Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
first_stage.cc make handling of interstage buffers (i.e. StageQueues) more consistent: (1)number from 0-n, not 1-n+1, (2) always check nextStageValid before a stageNum+1 and prevStageValid for a stageNum-1 reference (3) add skidSize() to get StageQueue size for all threads 2009-03-04 13:17:07 -05:00
first_stage.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
inorder_cpu_builder.cc Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
inorder_dyn_inst.cc Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
inorder_dyn_inst.hh Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
inorder_trace.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
inorder_trace.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
InOrderCPU.py InOrder didnt have all it's params set to a default value, which is now required for M5 objects; Also, a # of values need to be reset to 0 (or the appropriate value) before we assume they are OK for use. 2009-03-04 13:17:05 -05:00
InOrderTrace.py InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
params.hh Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
pipeline_stage.cc Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
pipeline_stage.hh Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
pipeline_traits.5stage.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.5stage.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.9stage.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.9stage.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.9stage.smt2.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.9stage.smt2.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
pipeline_traits.hh Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
reg_dep_map.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
reg_dep_map.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
resource.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
resource.hh Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
resource_pool.9stage.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
resource_pool.cc InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
resource_pool.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
SConscript Give each resource in InOrder it's own TraceFlag instead of just standard 'Resource' flag 2009-03-04 13:17:09 -05:00
SConsopts InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00
thread_context.cc Processes: Make getting and setting system call arguments part of a process object. 2009-02-27 09:22:14 -08:00
thread_context.hh Remove unused functions/comments cluttering up the code. 2009-03-04 13:17:08 -05:00
thread_state.hh InOrder: Import new inorder CPU model from MIPS. 2009-02-10 15:49:29 -08:00