Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/clocksource/
Dhyperv_timer.c439 union hv_reference_tsc_msr tsc_msr; in suspend_hv_clock_tsc() local
442 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in suspend_hv_clock_tsc()
443 tsc_msr.enable = 0; in suspend_hv_clock_tsc()
444 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in suspend_hv_clock_tsc()
450 union hv_reference_tsc_msr tsc_msr; in resume_hv_clock_tsc() local
453 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in resume_hv_clock_tsc()
454 tsc_msr.enable = 1; in resume_hv_clock_tsc()
455 tsc_msr.pfn = tsc_pfn; in resume_hv_clock_tsc()
456 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in resume_hv_clock_tsc()
522 union hv_reference_tsc_msr tsc_msr; in hv_init_tsc_clocksource() local
[all …]
/Linux-v6.6/arch/x86/hyperv/
Dhv_init.c639 union hv_reference_tsc_msr tsc_msr; in hyperv_cleanup() local
658 tsc_msr.as_uint64 = hv_get_register(HV_X64_MSR_REFERENCE_TSC); in hyperv_cleanup()
659 tsc_msr.enable = 0; in hyperv_cleanup()
660 hv_set_register(HV_X64_MSR_REFERENCE_TSC, tsc_msr.as_uint64); in hyperv_cleanup()
/Linux-v6.6/arch/x86/kernel/
DMakefile64 obj-y += tsc.o tsc_msr.o io_delay.o rtc.o