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

/gem5/src/mem/
H A DDRAMCtrl.py90 write_high_thresh_perc = Param.Percent(85, "Threshold to force writes") variable in class:DRAMCtrl
H A Ddram_ctrl.cc82 writeHighThreshold(writeBufferSize * p->write_high_thresh_perc / 100.0),
119 if (p->write_low_thresh_perc >= p->write_high_thresh_perc)
122 p->write_high_thresh_perc);

Completed in 17 milliseconds