Home
last modified time | relevance | path

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

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