Home
last modified time | relevance | path

Searched refs:HV_X64_MSR_GUEST_OS_ID (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c525 wrmsrl(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init()
528 hv_ivm_msr_write(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init()
638 wrmsrl(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_init()
639 hv_ivm_msr_write(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_init()
659 wrmsrl(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_cleanup()
660 hv_ivm_msr_write(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_cleanup()
697 rdmsrl(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_report_panic()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c92 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_hcall()
171 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access()
186 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access()
192 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access()
H A Dhyperv_extended_hypercalls.c23 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_code()
H A Dhyperv_svm_test.c79 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_code()
H A Dhyperv_clock.c107 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_main()
H A Dhyperv_evmcs.c85 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_code()
H A Dhyperv_tlb_flush.c82 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in worker_guest_code()
209 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in sender_guest_code()
H A Dhyperv_ipi.c52 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in hv_init()
/openbmc/qemu/target/i386/kvm/
H A Dhyperv-proto.h99 #define HV_X64_MSR_GUEST_OS_ID 0x40000000 macro
H A Dkvm.c3378 kvm_msr_entry_add(cpu, HV_X64_MSR_GUEST_OS_ID, in kvm_put_msrs()
3833 kvm_msr_entry_add(cpu, HV_X64_MSR_GUEST_OS_ID, 0); in kvm_get_msrs()
4107 case HV_X64_MSR_GUEST_OS_ID: in kvm_get_msrs()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h26 #define HV_X64_MSR_GUEST_OS_ID 0x40000000 macro
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h179 #define HV_X64_MSR_GUEST_OS_ID 0x40000000 macro
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c1013 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_msr_partition_wide()
1255 case HV_X64_MSR_GUEST_OS_ID: in hv_check_msr_access()
1335 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_set_msr_pw()
1591 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_get_msr_pw()
H A Dx86.c1507 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,
3921 case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15: in kvm_set_msr_common()
4278 case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15: in kvm_get_msr_common()