Searched refs:hypercall_msr (Results 1 – 1 of 1) sorted by relevance
363 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_suspend() local380 rdmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()381 hypercall_msr.enable = 0; in hv_suspend()382 wrmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()390 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_resume() local397 rdmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()398 hypercall_msr.enable = 1; in hv_resume()399 hypercall_msr.guest_physical_address = in hv_resume()401 wrmsrq(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()454 union hv_x64_msr_hypercall_contents hypercall_msr; in hyperv_init() local[all …]