Searched hist:8668 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dpacket.cc8668:be72c2a127b2 Mon Jan 09 19:10:00 EST 2012 Geoffrey Blake <geoffrey.blake@arm.com> Packet: Add derived class FunctionalPacket to enable partial functional reads

This adds the derived class FunctionalPacket to fix a long standing
deficiency in the Packet class where it was unable to handle finding data to
partially satisfy a functional access. Made this a derived class as
functional accesses are used only in certain contexts and to not add any
additional overhead to the existing Packet class.
H A Dpacket.hh8668:be72c2a127b2 Mon Jan 09 19:10:00 EST 2012 Geoffrey Blake <geoffrey.blake@arm.com> Packet: Add derived class FunctionalPacket to enable partial functional reads

This adds the derived class FunctionalPacket to fix a long standing
deficiency in the Packet class where it was unable to handle finding data to
partially satisfy a functional access. Made this a derived class as
functional accesses are used only in certain contexts and to not add any
additional overhead to the existing Packet class.

Completed in 59 milliseconds