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.h366 struct mshv_vtl_hvcall_setup { struct
403 #define MSHV_HVCALL_SETUP _IOW(MSHV_IOCTL, 0x1E, struct mshv_vtl_hvcall_setup)
/linux/drivers/hv/
H A Dmshv_vtl_main.c1072 struct mshv_vtl_hvcall_setup __user *hvcall_setup_user) in mshv_vtl_hvcall_do_setup()
1074 struct mshv_vtl_hvcall_setup hvcall_setup; in mshv_vtl_hvcall_do_setup()
1086 sizeof(struct mshv_vtl_hvcall_setup))) { in mshv_vtl_hvcall_do_setup()
1170 return mshv_vtl_hvcall_do_setup(fd, (struct mshv_vtl_hvcall_setup __user *)arg); in mshv_vtl_hvcall_dev_ioctl()