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

/gem5/ext/drampower/src/
H A DCmdHandlers.cc45 int64_t zero_guard(int64_t cycles_in, const char* warning) function
72 precycles += zero_guard(timestamp - last_pre_cycle, "1 last_pre_cycle is in the future.");
122 precycles += zero_guard(timestamp - last_pre_cycle, "2 last_pre_cycle is in the future.");
166 actcyclesBanks[bank] += zero_guard(timestamp - first_act_cycle_banks[bank], "first_act_cycle is in the future (bank).");
174 actcycles += zero_guard(timestamp - first_act_cycle, "first_act_cycle is in the future.");
203 actcycles += zero_guard(timestamp - first_act_cycle, "first_act_cycle is in the future.");
210 actcyclesBanks[b] += zero_guard(timestamp - first_act_cycle_banks[b], "first_act_cycle is in the future (bank).");
237 actcycles += zero_guard(timestamp - first_act_cycle, "first_act_cycle is in the future.");
240 actcyclesBanks[b] += zero_guard(timestamp - first_act_cycle_banks[b], "first_act_cycle is in the future (bank).");
258 actcycles += zero_guard(timestam
[all...]

Completed in 5 milliseconds