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
338 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() local
355 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 …]
/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()