Lines Matching refs:zero_guard

45 int64_t zero_guard(int64_t cycles_in, const char* warning)
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(timestamp - first_act_cycle, "first_act_cycle is in the future.");
261 actcyclesBanks[b] += zero_guard(timestamp - first_act_cycle_banks[b], "first_act_cycle is in the future (bank).");
277 precycles += zero_guard(timestamp - last_pre_cycle, "3 last_pre_cycle is in the future.");
291 precycles += zero_guard(timestamp - last_pre_cycle, "4 last_pre_cycle is in the future.");
306 f_act_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future.");
310 s_act_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future.");
316 latest_act_cycle = timestamp + zero_guard(t.XPDLL - (2 * t.RCD), "t.XPDLL - (2 * t.RCD) < 0");
334 f_pre_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future.");
338 s_pre_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future.");
344 latest_pre_cycle = timestamp + zero_guard(t.XPDLL - t.RCD - t.RP, "t.XPDLL - t.RCD - t.RP");
364 precycles += zero_guard(timestamp - last_pre_cycle, "5 last_pre_cycle is in the future.");
440 sref_cycles += zero_guard(timestamp - sref_cycle_window, "sref_cycle_window is in the future.");
442 sref_cycles += zero_guard(timestamp - sref_cycle - t.RFC, "sref_cycle - t.RFC < 0");
448 latest_pre_cycle = timestamp + zero_guard(t.XS - t.RP, "t.XS - t.RP < 0");
451 latest_pre_cycle = timestamp + zero_guard(t.XSDLL - t.RCD - t.RP, "t.XSDLL - t.RCD - t.RP < 0");
511 latest_pre_cycle = timestamp + zero_guard(t.XS - spup_pre - t.RP, "t.XS - spup_pre - t.RP < 0");
514 latest_pre_cycle = timestamp + zero_guard(t.XSDLL - t.RCD - spup_pre - t.RP, "t.XSDLL - t.RCD - spup_pre - t.RP");
559 latest_pre_cycle = timestamp + zero_guard(t.XS - spup_act - (2 * t.RP), "t.XS - spup_act - (2 * t.RP) < 0");
562 latest_pre_cycle = timestamp + zero_guard(t.XSDLL - t.RCD - spup_act - (2 * t.RP), "t.XSDLL - t.RCD - spup_act - (2 * t.RP) < 0");
577 actcyclesBanks[b] += zero_guard(timestamp - first_act_cycle_banks[b], "first_act_cycle is in the future (bank)");
582 actcycles += zero_guard(timestamp - first_act_cycle, "first_act_cycle is in the future");
586 precycles += zero_guard(timestamp - last_pre_cycle, "6 last_pre_cycle is in the future");
589 f_act_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future");
591 s_act_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future");
593 f_pre_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future");
595 s_pre_pdcycles += zero_guard(timestamp - pdn_cycle, "pdn_cycle is in the future");
610 sref_cycles += zero_guard(timestamp - sref_cycle_window, "sref_cycle_window is in the future");