Home
last modified time | relevance | path

Searched refs:LAPIC_TARGET_TICKS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dvlapic_freq.c61 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()
H A Dvlapic_freq_periodic.c60 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()
H A Dtest_defs.h39 #define LAPIC_TARGET_TICKS (LAPIC_FREQ / 50) macro
H A Dpayload_vlapic_freq.c87 uint32_t target = start - LAPIC_TARGET_TICKS; in start()
H A Dpayload_vlapic_freq_periodic.c92 write_vlapic(LAPIC_OFF_TIMER_ICR, LAPIC_TARGET_TICKS); in start()