Home
last modified time | relevance | path

Searched refs:hv_post_message (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hv/
H A Dhv.c49 int hv_post_message(union hv_connection_id connection_id, in hv_post_message() function
109 EXPORT_SYMBOL_FOR_MODULES(hv_post_message, "mshv_vtl");
H A Dhyperv_vmbus.h186 extern int hv_post_message(union hv_connection_id connection_id,
H A Dconnection.c456 ret = hv_post_message(conn_id, 1, buffer, buflen); in vmbus_post_msg()
H A Dmshv_vtl_main.c946 return hv_post_message((union hv_connection_id)message.connection_id, in mshv_vtl_sint_ioctl_post_msg()
/linux/Documentation/virt/hyperv/
H A Dcoco.rst166 a special invocation sequence. See hv_post_message(), for example.