gem5/cpu
Steve Reinhardt 0c2c7171a8 More progress... run a few instructions now, but die on the second
memory access (I think because we're deallocating our one and only
CpuRequest object).

base/loader/aout_object.cc:
base/loader/ecoff_object.cc:
base/loader/elf_object.cc:
    Add flag to force allocation of new pages on data writes.
cpu/simple/cpu.cc:
    Several minor fixes.
    Switch to atomic mode for now.
mem/physical.hh:
    Don't copy the packet to the response event, just keep a reference
    to the original.
mem/translating_port.cc:
mem/translating_port.hh:
    Add parameter to writeBlobFunctional() to force allocation of
    unallocated pages on writes.

--HG--
extra : convert_revision : 05cb31c7b0047b492dcfa0d12ddee690ef762b44
2006-03-02 01:01:03 -05:00
..
memtest Minor cleanup of memtest. 2005-10-03 09:13:56 -04:00
o3 Change base/intmath.{cc,hh} to follow m5 style. 2005-12-23 13:32:31 -05:00
ozone Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
simple More progress... run a few instructions now, but die on the second 2006-03-02 01:01:03 -05:00
trace Cleanup copyright stuff. Add our copyright files that 2005-06-05 11:02:38 -04:00
base.cc More progress toward actually running a program. 2006-03-01 18:45:50 -05:00
base.hh More compilation fixes. 2006-02-15 22:05:23 -05:00
base_dyn_inst.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
base_dyn_inst.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
exec_context.cc Get simple cpu to compile. 2006-02-21 01:01:16 -05:00
exec_context.hh Get simple cpu to compile. 2006-02-21 01:01:16 -05:00
exetrace.cc Hacks to avoid compiling in old FullCPU model. 2006-01-29 17:35:53 -05:00
exetrace.hh just commit what i need for dumping traces compatible with intel's casper 2005-11-09 16:42:36 -05:00
inst_seq.hh Many files: 2005-06-05 05:16:00 -04:00
intr_control.cc Many files: 2005-06-05 05:16:00 -04:00
intr_control.hh Many files: 2005-06-05 05:16:00 -04:00
op_class.cc Move op_class.hh out of encumbered/cpu/full and into cpu. 2006-02-21 22:12:27 -05:00
op_class.hh Move op_class.hh out of encumbered/cpu/full and into cpu. 2006-02-21 22:12:27 -05:00
pc_event.cc Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
pc_event.hh More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
profile.cc clear the function profile on a stats reset 2005-11-20 18:33:17 -05:00
profile.hh clear the function profile on a stats reset 2005-11-20 18:33:17 -05:00
smt.hh Many files: 2005-06-05 05:16:00 -04:00
static_inst.cc Many files: 2005-06-05 05:16:00 -04:00
static_inst.hh Move op_class.hh out of encumbered/cpu/full and into cpu. 2006-02-21 22:12:27 -05:00