Searched refs:timer_cfg (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hv/
H A Dhv.c378 union hv_timer_config timer_cfg; hv_ce_set_oneshot() local
380 timer_cfg.enable = 1; hv_ce_set_oneshot()
381 timer_cfg.auto_enable = 1; hv_ce_set_oneshot()
382 timer_cfg.sintx = VMBUS_MESSAGE_SINT; hv_ce_set_oneshot()
383 wrmsrl(HV_X64_MSR_STIMER0_CONFIG, timer_cfg.as_uint64); hv_ce_set_oneshot()

Completed in 68 milliseconds