Home
last modified time | relevance | path

Searched defs:hypercall_msr (Results 1 – 2 of 2) 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
348 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_resume() local
460 union hv_x64_msr_hypercall_contents hypercall_msr; in hyperv_init() local
652 union hv_x64_msr_hypercall_contents hypercall_msr; in hyperv_cleanup() local
711 union hv_x64_msr_hypercall_contents hypercall_msr; in hv_is_hyperv_initialized() local
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c111 int kvm_xen_init(KVMState *s, uint32_t hypercall_msr) in kvm_xen_init()