Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/hyperv/
Dhv_init.c305 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_suspend() local
322 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
323 hypercall_msr.enable = 0; in hv_suspend()
324 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
332 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_resume() local
339 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
340 hypercall_msr.enable = 1; in hv_resume()
341 hypercall_msr.guest_physical_address = in hv_resume()
343 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
444 union hv_x64_msr_hypercall_contents hypercall_msr; in hyperv_init() local
[all …]