Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/hyperv/
Dhv_init.c54 static struct clocksource hyperv_cs_tsc = { variable
343 hyperv_cs = &hyperv_cs_tsc; in hyperv_init()
352 hyperv_cs_tsc.archdata.vclock_mode = VCLOCK_HVCLOCK; in hyperv_init()
354 clocksource_register_hz(&hyperv_cs_tsc, NSEC_PER_SEC/100); in hyperv_init()