gem5/src/cpu/o3
Kevin Lim fff7531677 Support serializing and unserializing in the O3 CPU. Also a few small fixes for draining/switching CPUs.
src/cpu/o3/commit_impl.hh:
    Fix to clear drainPending variable on call to resume.
src/cpu/o3/cpu.cc:
src/cpu/o3/cpu.hh:
    Support serializing and unserializing in the O3 CPU.
src/cpu/o3/lsq_impl.hh:
    Be sure to say we have no stores to write back if the active thread list is empty.
src/cpu/simple_thread.cc:
src/cpu/simple_thread.hh:
    Slightly change how SimpleThread is used to copy from other ThreadContexts.

--HG--
extra : convert_revision : 92a5109b3783a989d5b451036061ef82c56d3121
2006-07-06 23:13:38 -04:00
..
alpha Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem 2006-07-06 12:19:29 -04:00
2bit_local_pred.cc Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
2bit_local_pred.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
base_dyn_inst.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
bpred_unit.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
bpred_unit.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
bpred_unit_impl.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
btb.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
btb.hh Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
checker_builder.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
comm.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
commit.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
commit.hh Fix the O3CPU to support the multi-pass method for checking if the system has fully drained. 2006-07-06 17:57:20 -04:00
commit_impl.hh Support serializing and unserializing in the O3 CPU. Also a few small fixes for draining/switching CPUs. 2006-07-06 23:13:38 -04:00
cpu.cc Support serializing and unserializing in the O3 CPU. Also a few small fixes for draining/switching CPUs. 2006-07-06 23:13:38 -04:00
cpu.hh Support serializing and unserializing in the O3 CPU. Also a few small fixes for draining/switching CPUs. 2006-07-06 23:13:38 -04:00
cpu_policy.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
decode.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
decode.hh Fix the O3CPU to support the multi-pass method for checking if the system has fully drained. 2006-07-06 17:57:20 -04:00
decode_impl.hh Fix the O3CPU to support the multi-pass method for checking if the system has fully drained. 2006-07-06 17:57:20 -04:00
dep_graph.hh Miscellaneous minor fixes. 2006-06-16 17:15:18 -04:00
dyn_inst.hh Had to add this because for some reason gcc wasnt recognizing "THE_ISA == ALPHA_ISA"... wierd but OK 2006-07-06 12:29:34 -04:00
fetch.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
fetch.hh Fix the O3CPU to support the multi-pass method for checking if the system has fully drained. 2006-07-06 17:57:20 -04:00
fetch_impl.hh Fix the O3CPU to support the multi-pass method for checking if the system has fully drained. 2006-07-06 17:57:20 -04:00
free_list.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
free_list.hh Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
fu_pool.cc Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered directory and into the normal cpu directory. 2006-06-16 17:52:15 -04:00
fu_pool.hh Update copyright. 2006-06-07 16:02:55 -04:00
iew.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
iew.hh Fix the O3CPU to support the multi-pass method for checking if the system has fully drained. 2006-07-06 17:57:20 -04:00
iew_impl.hh Fix the O3CPU to support the multi-pass method for checking if the system has fully drained. 2006-07-06 17:57:20 -04:00
inst_queue.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
inst_queue.hh Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads) 2006-07-02 23:11:24 -04:00
inst_queue_impl.hh Merge ktlim@zizzer:/bk/newmem 2006-07-05 16:08:18 -04:00
isa_specific.hh Make O3CPU model independent of the ISA 2006-06-30 19:52:08 -04:00
lsq.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
lsq.hh Two updates that got combined into one ChangeSet accidentally. They're both pretty simple so they shouldn't cause any trouble. 2006-06-16 17:08:47 -04:00
lsq_impl.hh Support serializing and unserializing in the O3 CPU. Also a few small fixes for draining/switching CPUs. 2006-07-06 23:13:38 -04:00
lsq_unit.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
lsq_unit.hh Make full CPU handle SE faults 2006-06-27 14:59:38 -04:00
lsq_unit_impl.hh Add some different parameters. The main change is that the writeback count is now limited so that it doesn't overflow the buffer. 2006-07-05 15:51:36 -04:00
mem_dep_unit.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
mem_dep_unit.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
mem_dep_unit_impl.hh Fixes to get new CPU model working for simple test case. The CPU does not yet support retrying accesses. 2006-06-05 18:14:39 -04:00
params.hh Fix up some merge problems. 2006-07-05 16:54:24 -04:00
ras.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
ras.hh Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
regfile.hh Various serialization changes to make it possible for the O3CPU to checkpoint. 2006-07-06 17:53:26 -04:00
rename.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
rename.hh Fix the O3CPU to support the multi-pass method for checking if the system has fully drained. 2006-07-06 17:57:20 -04:00
rename_impl.hh Fix the O3CPU to support the multi-pass method for checking if the system has fully drained. 2006-07-06 17:57:20 -04:00
rename_map.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
rename_map.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
rob.cc now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory 2006-06-30 20:49:31 -04:00
rob.hh Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads) 2006-07-02 23:11:24 -04:00
rob_impl.hh Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads) 2006-07-02 23:11:24 -04:00
sat_counter.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
sat_counter.hh Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
SConscript Make O3CPU model independent of the ISA 2006-06-30 19:52:08 -04:00
scoreboard.cc Update copyright. 2006-06-07 16:02:55 -04:00
scoreboard.hh Update copyright. 2006-06-07 16:02:55 -04:00
store_set.cc Fixes to get new CPU model working for simple test case. The CPU does not yet support retrying accesses. 2006-06-05 18:14:39 -04:00
store_set.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
thread_context.hh Fix for FS O3CPU compile ... missing forward class declaration/header file after files got split for ISA-independence 2006-07-03 12:19:35 -04:00
thread_context_impl.hh Fix for FS O3CPU compile ... missing forward class declaration/header file after files got split for ISA-independence 2006-07-03 12:19:35 -04:00
thread_state.hh Change ThreadState constructor ordering to match the rest of the ThreadStates. 2006-06-22 18:10:17 -04:00
tournament_pred.cc Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
tournament_pred.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00