Searched refs:LAPIC_TARGET_TICKS (Results 1 – 5 of 5) sorted by relevance
61 if (tick_delta < LAPIC_TARGET_TICKS) { in check_reading()63 tick_delta, LAPIC_TARGET_TICKS); in check_reading()64 } else if ((tick_delta - LAPIC_TARGET_TICKS) > tick_margin) { in check_reading()66 LAPIC_TARGET_TICKS + tick_margin); in check_reading()99 const uint_t margin_ticks = MAX(1, LAPIC_TARGET_TICKS / 5000); in test_for_divisor()
60 loops * LAPIC_TARGET_TICKS + before.value - after.value; in check_reading()61 const uint32_t tick_target = loops * LAPIC_TARGET_TICKS; in check_reading()104 const uint_t margin_ticks = MAX(1, LAPIC_TARGET_TICKS / 5000); in run_test()
39 #define LAPIC_TARGET_TICKS (LAPIC_FREQ / 50) macro
87 uint32_t target = start - LAPIC_TARGET_TICKS; in start()
92 write_vlapic(LAPIC_OFF_TIMER_ICR, LAPIC_TARGET_TICKS); in start()