Searched refs:HV_X64_MSR_GUEST_OS_ID (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/hyperv/ |
A D | hv_init.c | 423 wrmsrl(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init() 426 hv_ghcb_msr_write(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init() 504 wrmsrl(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_init() 505 hv_ghcb_msr_write(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_init() 526 wrmsrl(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_cleanup() 527 hv_ghcb_msr_write(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_cleanup() 562 rdmsrl(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_report_panic()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
A D | hyperv_features.c | 130 wrmsr(HV_X64_MSR_GUEST_OS_ID, LINUX_OS_ID); in guest_hcall() 216 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access() 231 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access() 237 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access()
|
A D | hyperv_clock.c | 105 wrmsr(HV_X64_MSR_GUEST_OS_ID, (u64)0x8100 << 48); in guest_main()
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
A D | hyperv.h | 24 #define HV_X64_MSR_GUEST_OS_ID 0x40000000 macro
|
/linux/arch/x86/include/asm/ |
A D | hyperv-tlfs.h | 167 #define HV_X64_MSR_GUEST_OS_ID 0x40000000 macro
|
/linux/arch/x86/kvm/ |
A D | hyperv.c | 971 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_msr_partition_wide() 1236 case HV_X64_MSR_GUEST_OS_ID: in hv_check_msr_access() 1314 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_set_msr_pw() 1561 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_get_msr_pw()
|
A D | x86.c | 1370 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL, 3629 case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15: in kvm_set_msr_common() 3945 case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15: in kvm_get_msr_common()
|
Completed in 35 milliseconds