Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/hyperv/
A Dhv_init.c428 wrmsrl(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init()
431 hv_ghcb_msr_write(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init()
520 wrmsrl(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_init()
521 hv_ghcb_msr_write(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_init()
541 wrmsrl(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_cleanup()
542 hv_ghcb_msr_write(HV_X64_MSR_GUEST_OS_ID, 0); in hyperv_cleanup()
579 rdmsrl(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_report_panic()
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dhyperv_features.c87 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_hcall()
165 msr->idx = HV_X64_MSR_GUEST_OS_ID; in guest_test_msrs_access()
180 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()
A Dhyperv_extended_hypercalls.c24 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_code()
A Dhyperv_svm_test.c81 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_code()
A Dhyperv_clock.c107 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_main()
A Dhyperv_evmcs.c85 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in guest_code()
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()
A Dhyperv_ipi.c52 wrmsr(HV_X64_MSR_GUEST_OS_ID, HYPERV_LINUX_OS_ID); in hv_init()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dhyperv.h26 #define HV_X64_MSR_GUEST_OS_ID 0x40000000 macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dhyperv-tlfs.h175 #define HV_X64_MSR_GUEST_OS_ID 0x40000000 macro
/linux-6.3-rc2/arch/x86/kvm/
A Dhyperv.c1011 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_msr_partition_wide()
1253 case HV_X64_MSR_GUEST_OS_ID: in hv_check_msr_access()
1334 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_set_msr_pw()
1590 case HV_X64_MSR_GUEST_OS_ID: in kvm_hv_get_msr_pw()
A Dx86.c1480 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,
3835 case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15: in kvm_set_msr_common()
4188 case HV_X64_MSR_GUEST_OS_ID ... HV_X64_MSR_SINT15: in kvm_get_msr_common()

Completed in 56 milliseconds