Symbol: HV_X64_MSR_GUEST_OS_ID
arch/x86/hyperv/hv_init.c
516
wrmsrq(HV_X64_MSR_GUEST_OS_ID, guest_id);
arch/x86/hyperv/hv_init.c
519
hv_ivm_msr_write(HV_X64_MSR_GUEST_OS_ID, guest_id);
arch/x86/hyperv/hv_init.c
611
wrmsrq(HV_X64_MSR_GUEST_OS_ID, 0);
arch/x86/hyperv/hv_init.c
612
hv_ivm_msr_write(HV_X64_MSR_GUEST_OS_ID, 0);
arch/x86/hyperv/hv_init.c
632
wrmsrq(HV_X64_MSR_GUEST_OS_ID, 0);
arch/x86/hyperv/hv_init.c
633
hv_ivm_msr_write(HV_X64_MSR_GUEST_OS_ID, 0);
arch/x86/hyperv/hv_init.c
674
rdmsrq(HV_X64_MSR_GUEST_OS_ID, guest_id);
arch/x86/kvm/hyperv.c
1016
case HV_X64_MSR_GUEST_OS_ID:
arch/x86/kvm/hyperv.c
1256
case HV_X64_MSR_GUEST_OS_ID:
arch/x86/kvm/hyperv.c
1386
case HV_X64_MSR_GUEST_OS_ID:
arch/x86/kvm/hyperv.c
1642
case HV_X64_MSR_GUEST_OS_ID:
arch/x86/kvm/x86.c
397
HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,
arch/x86/kvm/x86.c
4228
case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15:
arch/x86/kvm/x86.c
4579
case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15:
tools/testing/selftests/kvm/x86/evmcs_smm_controls_test.c
59
wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID);
tools/testing/selftests/kvm/x86/hyperv_clock.c
107
wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID);
tools/testing/selftests/kvm/x86/hyperv_evmcs.c
84
wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID);
tools/testing/selftests/kvm/x86/hyperv_extended_hypercalls.c
23
wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID);
tools/testing/selftests/kvm/x86/hyperv_features.c
168
msr->idx = HV_X64_MSR_GUEST_OS_ID;
tools/testing/selftests/kvm/x86/hyperv_features.c
183
msr->idx = HV_X64_MSR_GUEST_OS_ID;
tools/testing/selftests/kvm/x86/hyperv_features.c
189
msr->idx = HV_X64_MSR_GUEST_OS_ID;
tools/testing/selftests/kvm/x86/hyperv_features.c
92
wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID);
tools/testing/selftests/kvm/x86/hyperv_ipi.c
50
wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID);
tools/testing/selftests/kvm/x86/hyperv_svm_test.c
78
wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID);
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
207
wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID);
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
80
wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID);