.. |
back_end.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
back_end.hh
|
stats: Fix all stats usages to deal with template fixes
|
2009-03-05 19:09:53 -08:00 |
back_end_impl.hh
|
Mem: Change isLlsc to isLLSC.
|
2009-04-19 21:44:15 -07:00 |
base_dyn_inst.cc
|
O3CPU: Make the instcount debugging stuff per-cpu.
|
2008-11-10 11:51:18 -08:00 |
bpred_unit.cc
|
Changes to get OzoneCPU to compile once more.
|
2006-06-22 23:33:26 -04:00 |
checker_builder.cc
|
CPU: Make the cpuid parameter get set in SE mode as well.
|
2007-10-02 18:33:57 -07:00 |
cpu.cc
|
Changes to get OzoneCPU to compile once more.
|
2006-06-22 23:33:26 -04:00 |
cpu.hh
|
Get rid of the Unallocated thread context state.
|
2009-04-15 13:13:47 -07:00 |
cpu_builder.cc
|
CPU: Make the cpuid parameter get set in SE mode as well.
|
2007-10-02 18:33:57 -07:00 |
cpu_impl.hh
|
ThreadState: initialize status to Halted in constructor.
|
2009-04-15 13:18:24 -07:00 |
dyn_inst.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
dyn_inst.hh
|
O3CPU: Undo Gabe's changes to remove hwrei and simpalcheck from O3 CPU. Removing hwrei causes
|
2008-10-20 16:22:59 -04:00 |
dyn_inst_impl.hh
|
O3CPU: Undo Gabe's changes to remove hwrei and simpalcheck from O3 CPU. Removing hwrei causes
|
2008-10-20 16:22:59 -04:00 |
ea_list.cc
|
Updated Authors from bk prs info
|
2006-05-31 19:26:56 -04:00 |
ea_list.hh
|
Cleaned up include files and got rid of many using directives in header files.
|
2006-08-15 05:07:15 -04:00 |
front_end.cc
|
Changes to get OzoneCPU to compile once more.
|
2006-06-22 23:33:26 -04:00 |
front_end.hh
|
stats: Fix all stats usages to deal with template fixes
|
2009-03-05 19:09:53 -08:00 |
front_end_impl.hh
|
tlb: Don't separate the TLB classes into an instruction TLB and a data TLB
|
2009-04-08 22:21:27 -07:00 |
inorder_back_end.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
inorder_back_end.hh
|
request: rename INST_READ to INST_FETCH.
|
2009-04-20 18:54:02 -07:00 |
inorder_back_end_impl.hh
|
style: Use the correct m5 style for things relating to interrupts.
|
2008-10-21 07:12:53 -07:00 |
inst_queue.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
inst_queue.hh
|
stats: Fix all stats usages to deal with template fixes
|
2009-03-05 19:09:53 -08:00 |
inst_queue_impl.hh
|
Make the Event::description() a const function
|
2008-02-06 16:32:40 -05:00 |
lsq_unit.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
lsq_unit.hh
|
stats: Fix all stats usages to deal with template fixes
|
2009-03-05 19:09:53 -08:00 |
lsq_unit_impl.hh
|
Mem: Change isLlsc to isLLSC.
|
2009-04-19 21:44:15 -07:00 |
lw_back_end.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
lw_back_end.hh
|
stats: Fix all stats usages to deal with template fixes
|
2009-03-05 19:09:53 -08:00 |
lw_back_end_impl.hh
|
style: Use the correct m5 style for things relating to interrupts.
|
2008-10-21 07:12:53 -07:00 |
lw_lsq.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
lw_lsq.hh
|
Mem: Change isLlsc to isLLSC.
|
2009-04-19 21:44:15 -07:00 |
lw_lsq_impl.hh
|
Mem: Change isLlsc to isLLSC.
|
2009-04-19 21:44:15 -07:00 |
null_predictor.hh
|
Cleaned up include files and got rid of many using directives in header files.
|
2006-08-15 05:07:15 -04:00 |
ozone_base_dyn_inst.cc
|
Split off instantiation into separate CC files for each of the models. This makes it easier to be able to specify only certain CPU models.
|
2006-06-17 21:39:25 -04:00 |
ozone_impl.hh
|
Cleaned up include files and got rid of many using directives in header files.
|
2006-08-15 05:07:15 -04:00 |
OzoneChecker.py
|
Changed BaseCPU::ProfileEvent's interval member to be of type Tick. This was done to be consistent with its
|
2008-08-18 10:50:58 -07:00 |
OzoneCPU.py
|
Changed BaseCPU::ProfileEvent's interval member to be of type Tick. This was done to be consistent with its
|
2008-08-18 10:50:58 -07:00 |
rename_table.cc
|
Changes to get OzoneCPU to compile once more.
|
2006-06-22 23:33:26 -04:00 |
rename_table.hh
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
rename_table_impl.hh
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
SConscript
|
Traceflags: Add SCons function to created a traceflag instead of having one file with them all.
|
2007-10-31 01:21:54 -04:00 |
SConsopts
|
Rework the way SCons recurses into subdirectories, making it
|
2007-03-10 23:00:54 -08:00 |
simple_base_dyn_inst.cc
|
Split off instantiation into separate CC files for each of the models. This makes it easier to be able to specify only certain CPU models.
|
2006-06-17 21:39:25 -04:00 |
simple_cpu_builder.cc
|
Fix #include lines for renamed cache files.
|
2008-02-10 14:45:25 -08:00 |
simple_impl.hh
|
Cleaned up include files and got rid of many using directives in header files.
|
2006-08-15 05:07:15 -04:00 |
simple_params.hh
|
tlb: Don't separate the TLB classes into an instruction TLB and a data TLB
|
2009-04-08 22:21:27 -07:00 |
SimpleOzoneCPU.py
|
Move SimObject python files alongside the C++ and fix
|
2007-05-27 19:21:17 -07:00 |
thread_state.hh
|
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
|
2007-03-07 15:04:31 -05:00 |