Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv.h66 uint16_t hyperv_hcall_post_message(uint64_t param, bool fast);
/openbmc/qemu/target/i386/kvm/
H A Dhyperv.c93 exit->u.hcall.result = hyperv_hcall_post_message(in_param, fast); in kvm_hv_handle_exit()
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c604 uint16_t hyperv_hcall_post_message(uint64_t param, bool fast) in hyperv_hcall_post_message() function