Searched hist:436 (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/ruby/structures/
H A DBankedArray.hh10978:436d5dde4bb7 Mon Jul 20 10:15:00 EDT 2015 David Hashe <david.hashe@amd.com> ruby: fix deadlock bug in banked array resource checks

The Ruby banked array resource checks (initiated from SLICC) did a check and
allocate at the same time. If a transition needs more than one resource, then
it might check/allocate resource #1, then fail to get resource #2. Another
transition might then try to get the same resources, but in reverse order.
Deadlock.

This patch separates resource checking and resource reservation into two
steps to avoid deadlock.
H A DBankedArray.cc10978:436d5dde4bb7 Mon Jul 20 10:15:00 EDT 2015 David Hashe <david.hashe@amd.com> ruby: fix deadlock bug in banked array resource checks

The Ruby banked array resource checks (initiated from SLICC) did a check and
allocate at the same time. If a transition needs more than one resource, then
it might check/allocate resource #1, then fail to get resource #2. Another
transition might then try to get the same resources, but in reverse order.
Deadlock.

This patch separates resource checking and resource reservation into two
steps to avoid deadlock.
H A DCacheMemory.hh10978:436d5dde4bb7 Mon Jul 20 10:15:00 EDT 2015 David Hashe <david.hashe@amd.com> ruby: fix deadlock bug in banked array resource checks

The Ruby banked array resource checks (initiated from SLICC) did a check and
allocate at the same time. If a transition needs more than one resource, then
it might check/allocate resource #1, then fail to get resource #2. Another
transition might then try to get the same resources, but in reverse order.
Deadlock.

This patch separates resource checking and resource reservation into two
steps to avoid deadlock.
H A DCacheMemory.cc10978:436d5dde4bb7 Mon Jul 20 10:15:00 EDT 2015 David Hashe <david.hashe@amd.com> ruby: fix deadlock bug in banked array resource checks

The Ruby banked array resource checks (initiated from SLICC) did a check and
allocate at the same time. If a transition needs more than one resource, then
it might check/allocate resource #1, then fail to get resource #2. Another
transition might then try to get the same resources, but in reverse order.
Deadlock.

This patch separates resource checking and resource reservation into two
steps to avoid deadlock.
/gem5/src/base/stats/
H A Dinfo.hh9743:436a74146cbc Sun Jun 09 08:29:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> stats: allow printing vectors on a single line
This patch adds a new flag to specify if the data values for a given vector
should be printed in one line in the stats.txt file. The default behavior
will be to print the data in multiple lines. It makes changes to print
functions to enforce this behavior.
H A Dtext.cc9743:436a74146cbc Sun Jun 09 08:29:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> stats: allow printing vectors on a single line
This patch adds a new flag to specify if the data values for a given vector
should be printed in one line in the stats.txt file. The default behavior
will be to print the data in multiple lines. It makes changes to print
functions to enforce this behavior.

Completed in 24 milliseconds