Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c321 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_suspend() local
339 hypercall_msr.enable = 0; in hv_suspend()
348 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_resume() local
356 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() local
541 hypercall_msr.enable = 1; in hyperv_init()
652 union hv_x64_msr_hypercall_contents hypercall_msr; in hyperv_cleanup() local
668 hypercall_msr.enable = 0; in hyperv_cleanup()
727 hypercall_msr.as_uint64 = 0; in hv_is_hyperv_initialized()
[all …]
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.h26 int kvm_xen_init(KVMState *s, uint32_t hypercall_msr);
H A Dxen-emu.c111 int kvm_xen_init(KVMState *s, uint32_t hypercall_msr) in kvm_xen_init() argument
116 .msr = hypercall_msr, in kvm_xen_init()