Home
last modified time | relevance | path

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

/linux/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()
435 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
452 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
464 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
538 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_cleanup()
593 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_is_hyperv_initialized()
/linux/tools/testing/selftests/kvm/x86_64/
A Dhyperv_features.c131 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_hcall()
221 msr->idx = HV_X64_MSR_HYPERCALL; in guest_test_msrs_access()
242 msr->idx = HV_X64_MSR_HYPERCALL; in guest_test_msrs_access()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dhyperv.h25 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
/linux/arch/x86/include/asm/
A Dhyperv-tlfs.h170 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
/linux/arch/x86/kvm/
A Dhyperv.c972 case HV_X64_MSR_HYPERCALL: in kvm_hv_msr_partition_wide()
1237 case HV_X64_MSR_HYPERCALL: in hv_check_msr_access()
1320 case HV_X64_MSR_HYPERCALL: { in kvm_hv_set_msr_pw()
1564 case HV_X64_MSR_HYPERCALL: in kvm_hv_get_msr_pw()
A Dx86.c1370 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,

Completed in 31 milliseconds