Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dhv.c285 union hv_timer_config timer_cfg; in hv_ce_setmode() local
293 timer_cfg.enable = 1; in hv_ce_setmode()
294 timer_cfg.auto_enable = 1; in hv_ce_setmode()
295 timer_cfg.sintx = VMBUS_MESSAGE_SINT; in hv_ce_setmode()
296 wrmsrl(HV_X64_MSR_STIMER0_CONFIG, timer_cfg.as_uint64); in hv_ce_setmode()