Searched refs:hypercall_msr (Results 1 – 1 of 1) sorted by relevance
287 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_suspend() local304 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()305 hypercall_msr.enable = 0; in hv_suspend()306 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()314 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_resume() local321 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()322 hypercall_msr.enable = 1; in hv_resume()323 hypercall_msr.guest_physical_address = in hv_resume()325 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()392 union hv_x64_msr_hypercall_contents hypercall_msr; in hyperv_init() local[all …]