Searched refs:HV_X64_MSR_HYPERCALL (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/arch/x86/hyperv/ |
D | hv_init.c | 338 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_msr(HV_X64_MSR_HYPERCALL); in hyperv_cleanup() 669 hv_set_msr(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()
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | hyperv_extended_hypercalls.c | 24 wrmsr(HV_X64_MSR_HYPERCALL, in_pg_gpa); in guest_code()
|
D | hyperv_features.c | 93 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_hcall() 173 msr->idx = HV_X64_MSR_HYPERCALL; in guest_test_msrs_access() 194 msr->idx = HV_X64_MSR_HYPERCALL; in guest_test_msrs_access()
|
D | hyperv_svm_test.c | 79 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in guest_code()
|
D | hyperv_evmcs.c | 85 wrmsr(HV_X64_MSR_HYPERCALL, hv_hcall_page_gpa); in guest_code()
|
D | hyperv_ipi.c | 51 wrmsr(HV_X64_MSR_HYPERCALL, pgs_gpa); in hv_init()
|
D | hyperv_tlb_flush.c | 208 wrmsr(HV_X64_MSR_HYPERCALL, data->hcall_gpa); in sender_guest_code()
|
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/ |
D | hyperv.h | 27 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
|
/linux-6.12.1/arch/x86/kvm/ |
D | hyperv.c | 1014 case HV_X64_MSR_HYPERCALL: in kvm_hv_msr_partition_wide() 1256 case HV_X64_MSR_HYPERCALL: in hv_check_msr_access() 1391 case HV_X64_MSR_HYPERCALL: { in kvm_hv_set_msr_pw() 1644 case HV_X64_MSR_HYPERCALL: in kvm_hv_get_msr_pw()
|
D | x86.c | 378 HV_X64_MSR_GUEST_OS_ID, HV_X64_MSR_HYPERCALL,
|
/linux-6.12.1/arch/x86/include/asm/ |
D | hyperv-tlfs.h | 182 #define HV_X64_MSR_HYPERCALL 0x40000001 macro
|