Searched refs:hypercall_msr (Results 1 – 3 of 3) sorted by relevance
321 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_suspend() local339 hypercall_msr.enable = 0; in hv_suspend()348 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_resume() local356 hypercall_msr.enable = 1; in hv_resume()357 hypercall_msr.guest_physical_address = in hv_resume()460 union hv_x64_msr_hypercall_contents hypercall_msr; in hyperv_init() local541 hypercall_msr.enable = 1; in hyperv_init()652 union hv_x64_msr_hypercall_contents hypercall_msr; in hyperv_cleanup() local668 hypercall_msr.enable = 0; in hyperv_cleanup()727 hypercall_msr.as_uint64 = 0; in hv_is_hyperv_initialized()[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()