Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmshv.h368 struct mshv_vtl_hvcall_setup { struct
405 #define MSHV_HVCALL_SETUP _IOW(MSHV_IOCTL, 0x1E, struct mshv_vtl_hvcall_setup)
/linux/drivers/hv/
H A Dmshv_vtl_main.c1073 struct mshv_vtl_hvcall_setup __user *hvcall_setup_user) in mshv_vtl_hvcall_do_setup()
1075 struct mshv_vtl_hvcall_setup hvcall_setup; in mshv_vtl_hvcall_do_setup()
1087 sizeof(struct mshv_vtl_hvcall_setup))) { in mshv_vtl_hvcall_do_setup()
1171 return mshv_vtl_hvcall_do_setup(fd, (struct mshv_vtl_hvcall_setup __user *)arg); in mshv_vtl_hvcall_dev_ioctl()