Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dhyperv_timer.c440 union hv_reference_tsc_msr tsc_msr; in suspend_hv_clock_tsc() local
443 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in suspend_hv_clock_tsc()
444 tsc_msr.enable = 0; in suspend_hv_clock_tsc()
445 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in suspend_hv_clock_tsc()
451 union hv_reference_tsc_msr tsc_msr; in resume_hv_clock_tsc() local
454 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in resume_hv_clock_tsc()
455 tsc_msr.enable = 1; in resume_hv_clock_tsc()
456 tsc_msr.pfn = tsc_pfn; in resume_hv_clock_tsc()
457 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in resume_hv_clock_tsc()
534 union hv_reference_tsc_msr tsc_msr; in hv_init_tsc_clocksource() local
[all …]
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c653 union hv_reference_tsc_msr tsc_msr; in hyperv_cleanup() local
672 tsc_msr.as_uint64 = hv_get_register(HV_X64_MSR_REFERENCE_TSC); in hyperv_cleanup()
673 tsc_msr.enable = 0; in hyperv_cleanup()
674 hv_set_register(HV_X64_MSR_REFERENCE_TSC, tsc_msr.as_uint64); in hyperv_cleanup()
/openbmc/linux/arch/x86/kernel/
H A DMakefile64 obj-y += tsc.o tsc_msr.o io_delay.o rtc.o
/openbmc/linux/
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]