Home
last modified time | relevance | path

Searched refs:TICKS_PER_MS (Results 1 – 7 of 7) sorted by relevance

/hypervisor/include/common/
A Dticks.h12 #define TICKS_PER_MS us_to_ticks(1000U) macro
/hypervisor/debug/
A Dconsole.c201 period_in_cycle = TICKS_PER_MS * CONSOLE_KICK_TIMER_TIMEOUT; in console_setup_timer()
227 if (tsc - prev_tsc > (TICKS_PER_MS * CONSOLE_KICK_TIMER_TIMEOUT)) { in console_vmexit_callback()
/hypervisor/common/
A Dsched_iorr.c107 uint64_t tick_period = TICKS_PER_MS; in sched_iorr_add_timer()
162 data->left_cycles = data->slice_cycles = CONFIG_SLICE_MS * TICKS_PER_MS; in sched_iorr_init_data()
A Dsched_bvt.c208 data->mcu = BVT_MCU_MS * TICKS_PER_MS; in sched_bvt_init_data()
267 uint64_t tick_period = BVT_MCU_MS * TICKS_PER_MS; in sched_bvt_pick_next()
A Dhypercall.c1218 intr_hdr->buffer[0] * TICKS_PER_MS; in hcall_vm_intr_monitor()
/hypervisor/dm/
A Dvrtc.c730 period_in_cycle = TICKS_PER_MS * CALIBRATE_PERIOD; in calibrate_setup_timer()
/hypervisor/arch/x86/
A Dvtd.c255 ASSERT(((cpu_ticks() - start) < TICKS_PER_MS), "DMAR OP Timeout!"); in dmar_wait_completion()
569 if ((cpu_ticks() - start) > TICKS_PER_MS) { in dmar_issue_qi_request()

Completed in 13 milliseconds