Searched refs:hv_set_msr (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dmshyperv.h34 static inline void hv_set_msr(unsigned int reg, u64 value) function
/linux-master/drivers/hv/
H A Dhv.c289 hv_set_msr(HV_MSR_SIMP, simp.as_uint64);
308 hv_set_msr(HV_MSR_SIEFP, siefp.as_uint64);
328 hv_set_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64);
334 hv_set_msr(HV_MSR_SCONTROL, sctrl.as_uint64);
364 hv_set_msr(HV_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64);
381 hv_set_msr(HV_MSR_SIMP, simp.as_uint64);
393 hv_set_msr(HV_MSR_SIEFP, siefp.as_uint64);
398 hv_set_msr(HV_MSR_SCONTROL, sctrl.as_uint64);
H A Dhv_common.c233 hv_set_msr(HV_MSR_CRASH_P0, 0);
234 hv_set_msr(HV_MSR_CRASH_P1, 0);
235 hv_set_msr(HV_MSR_CRASH_P2, 0);
236 hv_set_msr(HV_MSR_CRASH_P3, virt_to_phys(hv_panic_page));
237 hv_set_msr(HV_MSR_CRASH_P4, bytes_written);
243 hv_set_msr(HV_MSR_CRASH_CTL,
/linux-master/drivers/clocksource/
H A Dhyperv_timer.c84 hv_set_msr(HV_MSR_STIMER0_COUNT, current_tick);
90 hv_set_msr(HV_MSR_STIMER0_COUNT, 0);
91 hv_set_msr(HV_MSR_STIMER0_CONFIG, 0);
122 hv_set_msr(HV_MSR_STIMER0_CONFIG, timer_cfg.as_uint64);
444 hv_set_msr(HV_MSR_REFERENCE_TSC, tsc_msr.as_uint64);
456 hv_set_msr(HV_MSR_REFERENCE_TSC, tsc_msr.as_uint64);
565 hv_set_msr(HV_MSR_REFERENCE_TSC, tsc_msr.as_uint64);
/linux-master/arch/x86/include/asm/
H A Dmshyperv.h309 void hv_set_msr(unsigned int reg, u64 value);
334 static inline void hv_set_msr(unsigned int reg, u64 value) { } function
/linux-master/arch/x86/kernel/cpu/
H A Dmshyperv.c104 void hv_set_msr(unsigned int reg, u64 value) function
111 EXPORT_SYMBOL_GPL(hv_set_msr); variable
/linux-master/arch/x86/hyperv/
H A Dhv_init.c672 hv_set_msr(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
677 hv_set_msr(HV_X64_MSR_REFERENCE_TSC, tsc_msr.as_uint64);
/linux-master/include/asm-generic/
H A Dmshyperv.h174 hv_set_msr(HV_MSR_EOM, 0);

Completed in 118 milliseconds