Symbol: HV_X64_MSR_HYPERCALL
arch/x86/hyperv/hv_init.c
380
rdmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
arch/x86/hyperv/hv_init.c
382
wrmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
arch/x86/hyperv/hv_init.c
397
rdmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
arch/x86/hyperv/hv_init.c
401
wrmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
arch/x86/hyperv/hv_init.c
532
rdmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
arch/x86/hyperv/hv_init.c
549
wrmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
arch/x86/hyperv/hv_init.c
562
wrmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
arch/x86/hyperv/hv_init.c
647
hypercall_msr.as_uint64 = hv_get_msr(HV_X64_MSR_HYPERCALL);
arch/x86/hyperv/hv_init.c
649
hv_set_msr(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
arch/x86/hyperv/hv_init.c
708
rdmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64);
arch/x86/kvm/hyperv.c
1017
case HV_X64_MSR_HYPERCALL:
arch/x86/kvm/hyperv.c
1257
case HV_X64_MSR_HYPERCALL:
arch/x86/kvm/hyperv.c
1392
case HV_X64_MSR_HYPERCALL: {
arch/x86/kvm/hyperv.c
1645
case HV_X64_MSR_HYPERCALL:
arch/x86/kvm/x86.c
397
HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,
tools/testing/selftests/kvm/x86/hyperv_evmcs.c
85
wrmsr(HV_X64_MSR_HYPERCALL, hv_hcall_page_gpa);
tools/testing/selftests/kvm/x86/hyperv_extended_hypercalls.c
24
wrmsr(HV_X64_MSR_HYPERCALL, in_pg_gpa);
tools/testing/selftests/kvm/x86/hyperv_features.c
173
msr->idx = HV_X64_MSR_HYPERCALL;
tools/testing/selftests/kvm/x86/hyperv_features.c
194
msr->idx = HV_X64_MSR_HYPERCALL;
tools/testing/selftests/kvm/x86/hyperv_features.c
93
wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa);
tools/testing/selftests/kvm/x86/hyperv_ipi.c
51
wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa);
tools/testing/selftests/kvm/x86/hyperv_svm_test.c
79
wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa);
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
208
wrmsr(HV_X64_MSR_HYPERCALL, data->hcall_gpa);