Home
last modified time | relevance | path

Searched refs:mshv_vtl_sint_post_msg (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dmshv.h351 struct mshv_vtl_sint_post_msg { struct
400 #define MSHV_SINT_POST_MESSAGE _IOW(MSHV_IOCTL, 0x23, struct mshv_vtl_sint_post_msg)
/linux/drivers/hv/
H A Dmshv_vtl_main.c933 static int mshv_vtl_sint_ioctl_post_msg(struct mshv_vtl_sint_post_msg __user *arg) in mshv_vtl_sint_ioctl_post_msg()
935 struct mshv_vtl_sint_post_msg message; in mshv_vtl_sint_ioctl_post_msg()
1015 return mshv_vtl_sint_ioctl_post_msg((struct mshv_vtl_sint_post_msg __user *)arg); in mshv_vtl_sint_ioctl()