Lines Matching defs:tick
335 uint64_t starttick, endtick, tick, lasttick;
409 tick = gettick();
411 * If there is a big jump between the current tick
415 if (tick > (lasttick + xc_tick_jump_limit))
416 endtick += (tick - lasttick);
417 lasttick = tick;
418 if (tick > endtick) {
507 while (gettick() < (tick + sys_clock_mhz))
623 * The traptrace code uses either %tick or %stick for
676 uint64_t idsr, starttick, endtick, tick, lasttick;
690 tick = gettick();
692 * If there is a big jump between the current tick
696 if (tick > (lasttick + xc_tick_jump_limit))
697 endtick += (tick - lasttick);
698 lasttick = tick;
699 if (tick > endtick) {