Searched refs:HV_X64_MSR_HYPERCALL (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/x86/hyperv/ |
A D | hv_init.c | 302 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 D | hyperv_extended_hypercalls.c | 25 wrmsr(HV_X64_MSR_HYPERCALL, in_pg_gpa); in guest_code()
|
A D | hyperv_features.c | 88 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 D | hyperv_svm_test.c | 82 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_code()
|
A D | hyperv_evmcs.c | 86 wrmsr(HV_X64_MSR_HYPERCALL, hv_hcall_page_gpa); in guest_code()
|
A D | hyperv_ipi.c | 53 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in hv_init()
|
A D | hyperv_tlb_flush.c | 210 wrmsr(HV_X64_MSR_HYPERCALL, data->hcall_gpa); in sender_guest_code()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/ |
A D | hyperv.h | 27 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | hyperv-tlfs.h | 178 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | hyperv.c | 1012 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 D | x86.c | 1480 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,
|
Completed in 36 milliseconds