Searched refs:hv_get_msr (Results 1 – 7 of 7) sorted by relevance
272 simp.as_uint64 = hv_get_msr(HV_MSR_SIMP); in hv_synic_enable_regs()291 siefp.as_uint64 = hv_get_msr(HV_MSR_SIEFP); in hv_synic_enable_regs()312 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_synic_enable_regs()330 sctrl.as_uint64 = hv_get_msr(HV_MSR_SCONTROL); in hv_synic_enable_regs()354 shared_sint.as_uint64 = hv_get_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT); in hv_synic_disable_regs()362 simp.as_uint64 = hv_get_msr(HV_MSR_SIMP); in hv_synic_disable_regs()379 siefp.as_uint64 = hv_get_msr(HV_MSR_SIEFP); in hv_synic_disable_regs()392 sctrl.as_uint64 = hv_get_msr(HV_MSR_SCONTROL); in hv_synic_disable_regs()
324 hyperv_crash_ctl = hv_get_msr(HV_MSR_CRASH_CTL); in hv_common_init()489 msr_vp_index = hv_get_msr(HV_MSR_VP_INDEX); in hv_common_cpu_init()582 return hv_get_msr(HV_MSR_TIME_REF_COUNT); in __hv_read_ref_counter()
456 tsc_msr.as_uint64 = hv_get_msr(HV_MSR_REFERENCE_TSC); in suspend_hv_clock_tsc()467 tsc_msr.as_uint64 = hv_get_msr(HV_MSR_REFERENCE_TSC); in resume_hv_clock_tsc()572 tsc_msr.as_uint64 = hv_get_msr(HV_MSR_REFERENCE_TSC); in hv_init_tsc_clocksource()
39 static inline u64 hv_get_msr(unsigned int reg) in hv_get_msr() function
307 u64 hv_get_msr(unsigned int reg);334 static inline u64 hv_get_msr(unsigned int reg) { return 0; } in hv_get_msr() function
94 u64 hv_get_msr(unsigned int reg) in hv_get_msr() function101 EXPORT_SYMBOL_GPL(hv_get_msr);
667 hypercall_msr.as_uint64 = hv_get_msr(HV_X64_MSR_HYPERCALL); in hyperv_cleanup()672 tsc_msr.as_uint64 = hv_get_msr(HV_X64_MSR_REFERENCE_TSC); in hyperv_cleanup()
Completed in 14 milliseconds