.. |
back_end.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
back_end.hh
|
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
|
2006-10-08 14:48:24 -07:00 |
back_end_impl.hh
|
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
|
2006-10-08 14:48:24 -07:00 |
base_dyn_inst.cc
|
Changes to get OzoneCPU to compile once more.
|
2006-06-22 23:33:26 -04:00 |
bpred_unit.cc
|
Changes to get OzoneCPU to compile once more.
|
2006-06-22 23:33:26 -04:00 |
checker_builder.cc
|
Updates to fix merge issues and bring almost everything up to working speed. Ozone CPU remains untested, but everything else compiles and runs.
|
2006-10-02 11:58:09 -04:00 |
cpu.cc
|
Changes to get OzoneCPU to compile once more.
|
2006-06-22 23:33:26 -04:00 |
cpu.hh
|
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
|
2006-10-08 14:48:24 -07:00 |
cpu_builder.cc
|
Updates to fix merge issues and bring almost everything up to working speed. Ozone CPU remains untested, but everything else compiles and runs.
|
2006-10-02 11:58:09 -04:00 |
cpu_impl.hh
|
Updates to fix merge issues and bring almost everything up to working speed. Ozone CPU remains untested, but everything else compiles and runs.
|
2006-10-02 11:58:09 -04:00 |
dyn_inst.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
dyn_inst.hh
|
Use PacketPtr everywhere
|
2006-10-20 00:10:12 -07:00 |
dyn_inst_impl.hh
|
Use PacketPtr everywhere
|
2006-10-20 00:10:12 -07: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
|
Use PacketPtr everywhere
|
2006-10-20 00:10:12 -07:00 |
front_end_impl.hh
|
Merge zizzer.eecs.umich.edu:/bk/newmem
|
2006-10-20 16:39:47 -04:00 |
inorder_back_end.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
inorder_back_end.hh
|
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
|
2006-10-08 14:48:24 -07:00 |
inorder_back_end_impl.hh
|
Merge ktlim@zamp:./local/clean/o3-merge/m5
|
2006-09-30 23:43:23 -04:00 |
inst_queue.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
inst_queue.hh
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
inst_queue_impl.hh
|
Merge ktlim@zamp:./local/clean/o3-merge/m5
|
2006-09-30 23:43:23 -04:00 |
lsq_unit.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
lsq_unit.hh
|
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
|
2006-10-08 14:48:24 -07:00 |
lsq_unit_impl.hh
|
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
|
2006-10-08 14:48:24 -07:00 |
lw_back_end.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
lw_back_end.hh
|
Merge ktlim@zamp:./local/clean/o3-merge/m5
|
2006-09-30 23:43:23 -04:00 |
lw_back_end_impl.hh
|
Updates to fix merge issues and bring almost everything up to working speed. Ozone CPU remains untested, but everything else compiles and runs.
|
2006-10-02 11:58:09 -04:00 |
lw_lsq.cc
|
Update copyright.
|
2006-06-07 16:02:55 -04:00 |
lw_lsq.hh
|
Use PacketPtr everywhere
|
2006-10-20 00:10:12 -07:00 |
lw_lsq_impl.hh
|
Use PacketPtr everywhere
|
2006-10-20 00:10:12 -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 |
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 |
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
|
Changes to get OzoneCPU to compile once more.
|
2006-06-22 23:33:26 -04: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
|
Merge ktlim@zamp:./local/clean/o3-merge/m5
|
2006-09-30 23:43:23 -04:00 |
thread_state.hh
|
Updates to fix merge issues and bring almost everything up to working speed. Ozone CPU remains untested, but everything else compiles and runs.
|
2006-10-02 11:58:09 -04:00 |