Home
last modified time | relevance | path

Searched refs:HV_X64_MSR_HYPERCALL (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/hyperv/
H A Dhv_init.c284 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
286 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
301 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
305 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
415 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
418 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
468 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_cleanup()
551 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_is_hyperv_initialized()
/kernel/linux/linux-6.6/arch/x86/hyperv/
H A Dhv_init.c339 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
341 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
356 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
360 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
541 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
558 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
570 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
670 hypercall_msr.as_uint64 = hv_get_register(HV_X64_MSR_HYPERCALL); in hyperv_cleanup()
672 hv_set_register(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_cleanup()
731 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_ms in hv_is_hyperv_initialized()
[all...]
/kernel/linux/linux-6.6/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()
184 * HV_X64_MSR_HYPERCALL available. 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()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dhyperv-tlfs.h124 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h27 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dhyperv-tlfs.h182 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dhyperv.c932 case HV_X64_MSR_HYPERCALL: in kvm_hv_msr_partition_wide()
1149 case HV_X64_MSR_HYPERCALL: { in kvm_hv_set_msr_pw()
1347 case HV_X64_MSR_HYPERCALL: in kvm_hv_get_msr_pw()
H A Dx86.c1279 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,

Completed in 42 milliseconds