Searched refs:depWindowSize (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/probe/
H A DElasticTrace.py54 depWindowSize = Param.Unsigned(desc="Instruction window size used for " \
56 "dependencies") variable in class:ElasticTrace
H A Delastic_trace.cc56 depWindowSize(params->depWindowSize),
67 fatal_if(depWindowSize == 0, "depWindowSize parameter must be non-zero. "\
92 data_rec_header.set_window_size(depWindowSize);
263 if (seq_num - last_writer < depWindowSize) {
504 // To process the number of records specified by depWindowSize in the
507 if (depTrace.size() == 2 * depWindowSize) {
513 writeDepTrace(depWindowSize);
536 while (num_go_back < depWindowSize
[all...]
H A Delastic_trace.hh354 uint32_t depWindowSize; member in class:ElasticTrace
/gem5/configs/common/
H A DCpuConfig.py116 depWindowSize = 3 * cpu.numROBEntries)

Completed in 10 milliseconds