Searched hist:8727 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/o3/
H A DO3CPU.pydiff 8727:b3995530319f Sat Jan 28 20:09:00 EST 2012 Nilay Vaish <nilay@cs.wisc.edu> O3 CPU LSQ: Implement TSO
This patch makes O3's LSQ maintain total order between stores. Essentially
only the store at the head of the store buffer is allowed to be in flight.
Only after that store completes, the next store is issued to the memory
system. By default, the x86 architecture will have TSO.
H A Dlsq_unit.hhdiff 8727:b3995530319f Sat Jan 28 20:09:00 EST 2012 Nilay Vaish <nilay@cs.wisc.edu> O3 CPU LSQ: Implement TSO
This patch makes O3's LSQ maintain total order between stores. Essentially
only the store at the head of the store buffer is allowed to be in flight.
Only after that store completes, the next store is issued to the memory
system. By default, the x86 architecture will have TSO.
H A Dlsq_unit_impl.hhdiff 8727:b3995530319f Sat Jan 28 20:09:00 EST 2012 Nilay Vaish <nilay@cs.wisc.edu> O3 CPU LSQ: Implement TSO
This patch makes O3's LSQ maintain total order between stores. Essentially
only the store at the head of the store buffer is allowed to be in flight.
Only after that store completes, the next store is issued to the memory
system. By default, the x86 architecture will have TSO.

Completed in 68 milliseconds