Searched refs:tsc_msr (Results 1 – 3 of 3) sorted by relevance
399 union hv_reference_tsc_msr tsc_msr; in suspend_hv_clock_tsc() local402 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in suspend_hv_clock_tsc()403 tsc_msr.enable = 0; in suspend_hv_clock_tsc()404 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in suspend_hv_clock_tsc()411 union hv_reference_tsc_msr tsc_msr; in resume_hv_clock_tsc() local414 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in resume_hv_clock_tsc()415 tsc_msr.enable = 1; in resume_hv_clock_tsc()416 tsc_msr.pfn = HVPFN_DOWN(phys_addr); in resume_hv_clock_tsc()417 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in resume_hv_clock_tsc()499 union hv_reference_tsc_msr tsc_msr; in hv_init_tsc_clocksource() local[all …]
536 union hv_reference_tsc_msr tsc_msr; in hyperv_cleanup() local557 tsc_msr.as_uint64 = hv_get_register(HV_X64_MSR_REFERENCE_TSC); in hyperv_cleanup()558 tsc_msr.enable = 0; in hyperv_cleanup()559 hv_set_register(HV_X64_MSR_REFERENCE_TSC, tsc_msr.as_uint64); in hyperv_cleanup()
64 obj-y += tsc.o tsc_msr.o io_delay.o rtc.o