Searched refs:hv_post_message (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv.c | 40 * 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 D | hyperv_vmbus.h | 98 /* Definition of the hv_post_message hypercall input structure. */ 159 extern int hv_post_message(union hv_connection_id connection_id,
|
H A D | connection.c | 380 * 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 D | hyperv_vmbus.h | 98 /* 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 D | connection.c | 422 * 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 D | hv.c | 43 * 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