gem5/src
Rizwana Begum 52a3bc5e5c mem: Simplify page close checks for adaptive policies
Both open_adaptive and close_adaptive page polices keep the page
open if a row hit is found. If a row hit is not found, close_adaptive
page policy precharges the row, and open_adaptive policy precharges
the row only if there is a bank conflict request waiting in the queue.

This patch makes the checks for above conditions simpler.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
2015-04-29 22:35:22 -05:00
..
arch x86: change divide-by-zero fault to divide-error 2015-04-29 22:35:22 -05:00
base base: add new ChunkGenerator method to identify last chunk 2015-04-22 07:51:27 -07:00
cpu cpu: o3: replace issueLatency with bool pipelined 2015-04-29 22:35:22 -05:00
dev arm, dev: Add a UFS device 2015-04-23 13:37:50 -04:00
doc cpu: `Minor' in-order CPU model 2014-07-23 16:09:04 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
kern syscall_emul: implement clock_gettime system call 2015-04-22 07:51:27 -07:00
mem mem: Simplify page close checks for adaptive policies 2015-04-29 22:35:22 -05:00
proto cpu: add support for outputing a protobuf formatted CPU trace 2015-02-16 03:32:38 -05:00
python misc: quote args in echoed command line 2015-03-23 16:14:18 -07:00
sim syscall_emul: implement clock_gettime system call 2015-04-22 07:51:27 -07:00
unittest test: Add a unittest for the BitUnion types. 2015-01-07 00:34:40 -08:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript base: Add compiler macros to add deprecation warnings 2015-02-11 10:23:24 -05:00