Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clocksource/
A Dhyperv_timer.c408 union hv_reference_tsc_msr tsc_msr; in suspend_hv_clock_tsc() local
412 tsc_msr.enable = 0; in suspend_hv_clock_tsc()
413 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in suspend_hv_clock_tsc()
419 union hv_reference_tsc_msr tsc_msr; in resume_hv_clock_tsc() local
423 tsc_msr.enable = 1; in resume_hv_clock_tsc()
424 tsc_msr.pfn = tsc_pfn; in resume_hv_clock_tsc()
425 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in resume_hv_clock_tsc()
507 union hv_reference_tsc_msr tsc_msr; in hv_init_tsc_clocksource() local
548 tsc_pfn = tsc_msr.pfn; in hv_init_tsc_clocksource()
551 tsc_msr.enable = 1; in hv_init_tsc_clocksource()
[all …]
/linux-6.3-rc2/arch/x86/hyperv/
A Dhv_init.c538 union hv_reference_tsc_msr tsc_msr; in hyperv_cleanup() local
557 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()
/linux-6.3-rc2/arch/x86/kernel/
A DMakefile63 obj-y += tsc.o tsc_msr.o io_delay.o rtc.o

Completed in 8 milliseconds