Searched refs:hypercall_msr (Results 1 – 3 of 3) sorted by relevance
321 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_suspend() local338 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()339 hypercall_msr.enable = 0; in hv_suspend()340 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()348 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_resume() local355 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()356 hypercall_msr.enable = 1; in hv_resume()357 hypercall_msr.guest_physical_address = in hv_resume()359 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()460 union hv_x64_msr_hypercall_contents hypercall_msr; in hyperv_init() local[all …]
26 int kvm_xen_init(KVMState *s, uint32_t hypercall_msr);
111 int kvm_xen_init(KVMState *s, uint32_t hypercall_msr) in kvm_xen_init() argument116 .msr = hypercall_msr, in kvm_xen_init()