Searched refs:HV_X64_MSR_GUEST_OS_ID (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/kvm/x86/ |
H A D | hyperv_features.c | 92 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_hcall() 168 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access() 183 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access() 189 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access()
|
H A D | hyperv_extended_hypercalls.c | 23 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_code()
|
H A D | hyperv_svm_test.c | 78 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_code()
|
H A D | hyperv_clock.c | 107 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_main()
|
H A D | hyperv_evmcs.c | 84 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_code()
|
H A D | hyperv_tlb_flush.c | 80 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in worker_guest_code() 207 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in sender_guest_code()
|
H A D | hyperv_ipi.c | 50 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in hv_init()
|
/linux/tools/testing/selftests/kvm/include/x86/ |
H A D | hyperv.h | 23 #define HV_X64_MSR_GUEST_OS_ID 0x40000000 macro
|
/linux/arch/x86/kvm/ |
H A D | hyperv.c | 1016 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_msr_partition_wide() 1258 case HV_X64_MSR_GUEST_OS_ID: in hv_check_msr_access() 1388 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_set_msr_pw() 1644 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_get_msr_pw()
|
H A D | x86.c | 381 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL, 4093 case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15: in kvm_set_msr_common() 4440 case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15: in kvm_get_msr_common()
|
/linux/include/hyperv/ |
H A D | hvgdk_mini.h | 63 #define HV_X64_MSR_GUEST_OS_ID 0x40000000 macro
|