Searched refs:writeHighThreshold (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Ddram_ctrl.hh977 const uint32_t writeHighThreshold; member in class:DRAMCtrl
H A Ddram_ctrl.cc82 writeHighThreshold(writeBufferSize * p->write_high_thresh_perc / 100.0),
1510 if (totalWriteQueueSize > writeHighThreshold) {

Completed in 9 milliseconds