gem5/arch/alpha
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
..
alpha_memory.cc Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU. 2003-10-29 13:35:07 -08:00
alpha_memory.hh Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU. 2003-10-29 13:35:07 -08:00
aout_machdep.h Minor documentation tweaks. 2003-10-16 12:41:35 -07:00
arguments.cc cleanup 2003-10-13 16:14:28 -04:00
arguments.hh Split up kernel.cc into separate files for dump_mbuf and printf 2003-10-13 17:24:27 -04:00
ecoff_machdep.h New loader structure. Expand Nate's ObjectFile to automatically detect file formats 2003-10-07 23:13:01 -07:00
ev5.cc Clean up a few spots where we weren't handling of misspeculation correctly. 2003-10-28 09:09:45 -08:00
ev5.hh emulate callpal halt for non FULL_SYSTEM 2003-10-28 10:05:58 -05:00
fake_syscall.cc Initial support for CPU switching. New SamplingCPU object encompasses a set 2003-10-23 19:07:52 -07:00
faults.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
faults.hh Import changeset 2003-10-07 10:41:54 -04:00
isa_desc Clean up a few spots where we weren't handling of misspeculation correctly. 2003-10-28 09:09:45 -08:00
isa_traits.hh Flesh out ExecContext serialize/unserialize (including RegFile). 2003-10-29 08:50:25 -08:00
osfpal.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
osfpal.hh Import changeset 2003-10-07 10:41:54 -04:00
vtophys.cc CopyData and CopyString moved from kernel.cc to vtophys.cc 2003-10-13 16:09:33 -04:00
vtophys.hh Split up kernel.cc into separate files for dump_mbuf and printf 2003-10-13 17:24:27 -04:00