Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clocksource/
Dhyperv_timer.c453 union hv_reference_tsc_msr tsc_msr; in suspend_hv_clock_tsc() local
456 tsc_msr.as_uint64 = hv_get_msr(HV_MSR_REFERENCE_TSC); in suspend_hv_clock_tsc()
457 tsc_msr.enable = 0; in suspend_hv_clock_tsc()
458 hv_set_msr(HV_MSR_REFERENCE_TSC, tsc_msr.as_uint64); in suspend_hv_clock_tsc()
464 union hv_reference_tsc_msr tsc_msr; in resume_hv_clock_tsc() local
467 tsc_msr.as_uint64 = hv_get_msr(HV_MSR_REFERENCE_TSC); in resume_hv_clock_tsc()
468 tsc_msr.enable = 1; in resume_hv_clock_tsc()
469 tsc_msr.pfn = tsc_pfn; in resume_hv_clock_tsc()
470 hv_set_msr(HV_MSR_REFERENCE_TSC, tsc_msr.as_uint64); in resume_hv_clock_tsc()
536 union hv_reference_tsc_msr tsc_msr; in hv_init_tsc_clocksource() local
[all …]
/linux-6.12.1/arch/x86/hyperv/
Dhv_init.c653 union hv_reference_tsc_msr tsc_msr; in hyperv_cleanup() local
672 tsc_msr.as_uint64 = hv_get_msr(HV_X64_MSR_REFERENCE_TSC); in hyperv_cleanup()
673 tsc_msr.enable = 0; in hyperv_cleanup()
674 hv_set_msr(HV_X64_MSR_REFERENCE_TSC, tsc_msr.as_uint64); in hyperv_cleanup()
/linux-6.12.1/arch/x86/kernel/
DMakefile71 obj-y += tsc.o tsc_msr.o io_delay.o rtc.o