gem5/sim
Steve Reinhardt af5277a678 Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU.
arch/alpha/alpha_memory.cc:
arch/alpha/alpha_memory.hh:
    Serialize TLB contents.
cpu/simple_cpu/simple_cpu.cc:
cpu/simple_cpu/simple_cpu.hh:
    Complete serialization of SimpleCPU (including owned events).
sim/eventq.cc:
sim/eventq.hh:
    Basic serialization for events.
    Still need to handle dynamic events (not owned by a SimObject).
sim/serialize.cc:
sim/serialize.hh:
    Export serialization filename so PhysicalMemory can
    derive its filename from that.

--HG--
extra : convert_revision : 4db851c5880f73f576ca092d5e5ad4256048eb51
2003-10-29 13:35:07 -08:00
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
builder.hh Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
debug.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
debug.hh Import changeset 2003-10-07 10:41:54 -04:00
eventq.cc Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU. 2003-10-29 13:35:07 -08:00
eventq.hh Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU. 2003-10-29 13:35:07 -08:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
param.cc Add a few configuration DPRINTFs. 2003-10-28 23:24:40 -08:00
param.hh Get new serialization code to link. 2003-10-28 17:48:10 -08:00
prog.cc Make FullCPU schedule its TickEvent when one of its contexts becomes active. 2003-10-24 23:02:36 -07:00
prog.hh Initial support for CPU switching. New SamplingCPU object encompasses a set 2003-10-23 19:07:52 -07:00
serialize.cc Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU. 2003-10-29 13:35:07 -08:00
serialize.hh Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU. 2003-10-29 13:35:07 -08:00
sim_events.cc emulate callpal halt for non FULL_SYSTEM 2003-10-28 10:05:58 -05:00
sim_events.hh emulate callpal halt for non FULL_SYSTEM 2003-10-28 10:05:58 -05:00
sim_exit.hh Import changeset 2003-10-07 10:41:54 -04:00
sim_object.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
sim_object.hh Don't need to include sim/param.hh in sim_object.hh anymore. 2003-10-21 21:32:15 -07:00
sim_time.cc Make things work on OpenBSD again 2003-10-10 22:59:51 -04:00
sim_time.hh Make things work on OpenBSD again 2003-10-10 22:59:51 -04:00
system.cc Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5 2003-10-23 19:09:18 -07:00
system.hh Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5 2003-10-23 19:09:18 -07:00
universe.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00