Home
last modified time | relevance | path

Searched refs:HV_X64_MSR_HYPERCALL (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c338 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
340 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
355 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
359 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
540 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
557 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
569 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
667 hypercall_msr.as_uint64 = hv_get_register(HV_X64_MSR_HYPERCALL); in hyperv_cleanup()
669 hv_set_register(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_cleanup()
728 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_is_hyperv_initialized()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_extended_hypercalls.c24 wrmsr(HV_X64_MSR_HYPERCALL, in_pg_gpa); in guest_code()
H A Dhyperv_features.c93 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_hcall()
176 msr->idx = HV_X64_MSR_HYPERCALL; in guest_test_msrs_access()
197 msr->idx = HV_X64_MSR_HYPERCALL; in guest_test_msrs_access()
H A Dhyperv_svm_test.c80 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_code()
H A Dhyperv_evmcs.c86 wrmsr(HV_X64_MSR_HYPERCALL, hv_hcall_page_gpa); in guest_code()
H A Dhyperv_ipi.c53 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in hv_init()
H A Dhyperv_tlb_flush.c210 wrmsr(HV_X64_MSR_HYPERCALL, data->hcall_gpa); in sender_guest_code()
/openbmc/qemu/target/i386/kvm/
H A Dhyperv-proto.h100 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
H A Dkvm.c4037 kvm_msr_entry_add(cpu, HV_X64_MSR_HYPERCALL, in kvm_put_msrs()
4502 kvm_msr_entry_add(cpu, HV_X64_MSR_HYPERCALL, 0); in kvm_get_msrs()
4801 case HV_X64_MSR_HYPERCALL: in kvm_get_msrs()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h27 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c1014 case HV_X64_MSR_HYPERCALL: in kvm_hv_msr_partition_wide()
1256 case HV_X64_MSR_HYPERCALL: in hv_check_msr_access()
1341 case HV_X64_MSR_HYPERCALL: { in kvm_hv_set_msr_pw()
1594 case HV_X64_MSR_HYPERCALL: in kvm_hv_get_msr_pw()
H A Dx86.c1507 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h182 #define HV_X64_MSR_HYPERCALL 0x40000001 macro