Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv.c288 simp.as_uint64 = hv_get_msr(HV_MSR_SIMP); in hv_hyp_synic_enable_regs()
307 siefp.as_uint64 = hv_get_msr(HV_MSR_SIEFP); in hv_hyp_synic_enable_regs()
329 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_hyp_synic_enable_regs()
342 sctrl.as_uint64 = hv_get_msr(HV_MSR_SCONTROL); in hv_hyp_synic_enable_interrupts()
413 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_hyp_synic_disable_regs()
422 simp.as_uint64 = hv_get_msr(HV_MSR_SIMP); in hv_hyp_synic_disable_regs()
441 siefp.as_uint64 = hv_get_msr(HV_MSR_SIEFP); in hv_hyp_synic_disable_regs()
461 sctrl.as_uint64 = hv_get_msr(HV_MSR_SCONTROL); in hv_hyp_synic_disable_interrupts()
H A Dhv_common.c358 hyperv_crash_ctl = hv_get_msr(HV_MSR_CRASH_CTL); in hv_common_init()
529 msr_vp_index = hv_get_msr(HV_MSR_VP_INDEX); in hv_common_cpu_init()
638 return hv_get_msr(HV_MSR_TIME_REF_COUNT); in __hv_read_ref_counter()
/linux/drivers/clocksource/
H A Dhyperv_timer.c364 tsc_msr.as_uint64 = hv_get_msr(HV_MSR_REFERENCE_TSC); in suspend_hv_clock_tsc()
375 tsc_msr.as_uint64 = hv_get_msr(HV_MSR_REFERENCE_TSC); in resume_hv_clock_tsc()
502 tsc_msr.as_uint64 = hv_get_msr(HV_MSR_REFERENCE_TSC); in hv_init_tsc_clocksource()
/linux/arch/x86/hyperv/
H A Dhv_init.c648 hypercall_msr.as_uint64 = hv_get_msr(HV_X64_MSR_HYPERCALL); in hyperv_cleanup()
653 tsc_msr.as_uint64 = hv_get_msr(HV_X64_MSR_REFERENCE_TSC); in hyperv_cleanup()
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c130 u64 hv_get_msr(unsigned int reg) in hv_get_msr() function
137 EXPORT_SYMBOL_GPL(hv_get_msr);