gem5/mem
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
..
bus.hh Rename Port address range functions... like the block size 2006-02-21 12:32:45 -05:00
mem_object.hh Many changes that make the new mem system compile. Now to convert the rest of the tree to use the new mem system. 2006-02-15 14:21:09 -05:00
packet.hh Many changes that make the new mem system compile. Now to convert the rest of the tree to use the new mem system. 2006-02-15 14:21:09 -05:00
page_table.cc Revert PageTable code back to non-asid version. 2006-02-20 20:53:38 -05:00
page_table.hh Revert PageTable code back to non-asid version. 2006-02-20 20:53:38 -05:00
physical.cc More progress toward actually running a program. 2006-03-01 18:45:50 -05:00
physical.hh More progress... run a few instructions now, but die on the second 2006-03-02 01:01:03 -05:00
port.cc Update functional memory to have a response event 2006-02-23 13:51:54 -05:00
port.hh Some more changes for compilation. Since memset is now part of port and not virtual, no need for memory to define them. 2006-02-21 20:04:23 -05:00
request.hh More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
translating_port.cc More progress... run a few instructions now, but die on the second 2006-03-02 01:01:03 -05:00
translating_port.hh More progress... run a few instructions now, but die on the second 2006-03-02 01:01:03 -05:00