gem5/src/mem
Steve Reinhardt a67a0025b3 Make sure responses never get blocked.
--HG--
extra : convert_revision : 29f359d743994a94dc403aa0621ba72cd137d1a1
2007-07-17 08:15:23 -07:00
..
cache Forward cache-to-cache responses through other caches. 2007-07-17 06:33:28 -07:00
config Backing in more changsets, getting closer to compile 2006-06-28 14:35:00 -04:00
bridge.cc Merge of DPRINTF fixes from head. 2007-07-14 12:09:37 -07:00
bridge.hh Event descriptions should not end in "event" 2007-06-30 17:45:58 -07:00
Bridge.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
bus.cc Make sure responses never get blocked. 2007-07-17 08:15:23 -07:00
bus.hh Make Bus::findPort() a little more useful. 2007-07-15 20:09:03 -07:00
Bus.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
dram.cc make our code a little more standards compliant 2007-01-26 18:48:51 -05:00
dram.hh Use PacketPtr everywhere 2006-10-20 00:10:12 -07:00
mem_object.cc stop m5 from leaking like a sieve 2007-03-08 18:57:15 -05:00
mem_object.hh stop m5 from leaking like a sieve 2007-03-08 18:57:15 -05:00
MemObject.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
packet.cc Fix a couple LL/SC bugs that only affected timing mode. 2007-07-02 09:26:36 -07:00
packet.hh Fix up a bunch of multilevel coherence issues. 2007-07-15 20:11:06 -07:00
packet_access.hh Make byteswap work correctly on Twin??_t types. 2007-03-07 17:46:04 +00:00
page_table.cc Clean up some of vincent's code and commit it 2007-06-05 01:03:35 -04:00
page_table.hh Clean up some of vincent's code and commit it 2007-06-05 01:03:35 -04:00
physical.cc Get rid of Packet result field. Error responses are 2007-06-30 10:16:18 -07:00
physical.hh More major reorg of cache. Seems to work for atomic mode now, 2007-06-17 17:27:53 -07:00
PhysicalMemory.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
port.cc Get rid of Packet result field. Error responses are 2007-06-30 10:16:18 -07:00
port.hh Change getDeviceAddressRanges to use bool for snoop arg. 2007-05-21 23:36:09 -07:00
port_impl.hh Put the ProcessInfo and StackTrace objects into the ISA namespaces. 2006-11-08 00:52:04 -05:00
request.hh Use FastAlloc for Packet, Request, CoherenceState, and SenderState so we don't spend so much time calling malloc() 2007-06-21 13:50:35 -04:00
SConscript Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
tport.cc Get rid of obsolete fixPacket() functions. 2007-06-30 17:51:29 -07:00
tport.hh Fix up a few statistics problems. 2007-06-30 13:34:16 -07:00
translating_port.cc fix the translating ports so it can add a page on a fault 2007-05-09 15:37:46 -04:00
translating_port.hh fix the translating ports so it can add a page on a fault 2007-05-09 15:37:46 -04:00
vport.cc implement vtophys and 32bit gdb support 2007-02-18 19:57:46 -05:00
vport.hh implement vtophys and 32bit gdb support 2007-02-18 19:57:46 -05:00