Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/hyperv/
A Dhv_init.c302 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
304 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
319 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
323 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
440 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
457 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
469 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
552 hypercall_msr.as_uint64 = hv_get_register(HV_X64_MSR_HYPERCALL); in hyperv_cleanup()
554 hv_set_register(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_cleanup()
610 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_is_hyperv_initialized()
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dhyperv_extended_hypercalls.c25 wrmsr(HV_X64_MSR_HYPERCALL, in_pg_gpa); in guest_code()
A Dhyperv_features.c88 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_hcall()
170 msr->idx = HV_X64_MSR_HYPERCALL; in guest_test_msrs_access()
191 msr->idx = HV_X64_MSR_HYPERCALL; in guest_test_msrs_access()
A Dhyperv_svm_test.c82 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_code()
A Dhyperv_evmcs.c86 wrmsr(HV_X64_MSR_HYPERCALL, hv_hcall_page_gpa); in guest_code()
A Dhyperv_ipi.c53 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in hv_init()
A Dhyperv_tlb_flush.c210 wrmsr(HV_X64_MSR_HYPERCALL, data->hcall_gpa); in sender_guest_code()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dhyperv.h27 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dhyperv-tlfs.h178 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
/linux-6.3-rc2/arch/x86/kvm/
A Dhyperv.c1012 case HV_X64_MSR_HYPERCALL: in kvm_hv_msr_partition_wide()
1254 case HV_X64_MSR_HYPERCALL: in hv_check_msr_access()
1340 case HV_X64_MSR_HYPERCALL: { in kvm_hv_set_msr_pw()
1593 case HV_X64_MSR_HYPERCALL: in kvm_hv_get_msr_pw()
A Dx86.c1480 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,

Completed in 36 milliseconds