Home
last modified time | relevance | path

Searched refs:hv_post_message (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hv/
H A Dhv.c40 * hv_post_message - Post a message using the hypervisor message IPC.
44 int hv_post_message(union hv_connection_id connection_id, in hv_post_message() function
H A Dhyperv_vmbus.h98 /* Definition of the hv_post_message hypercall input structure. */
159 extern int hv_post_message(union hv_connection_id connection_id,
H A Dconnection.c380 * hv_post_message() can have transient failures because of in vmbus_post_msg()
385 ret = hv_post_message(conn_id, 1, buffer, buflen); in vmbus_post_msg()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhyperv_vmbus.h98 /* Definition of the hv_post_message hypercall input structure. */
127 * The page is only used in hv_post_message() for a TDX VM (with the
166 extern int hv_post_message(union hv_connection_id connection_id,
H A Dconnection.c422 * hv_post_message() can have transient failures because of in vmbus_post_msg()
427 ret = hv_post_message(conn_id, 1, buffer, buflen); in vmbus_post_msg()
H A Dhv.c43 * hv_post_message - Post a message using the hypervisor message IPC.
47 int hv_post_message(union hv_connection_id connection_id, in hv_post_message() function

Completed in 5 milliseconds