Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmshv.h187 * struct mshv_root_hvcall - arguments for MSHV_ROOT_HVCALL
200 struct mshv_root_hvcall { struct
220 #define MSHV_ROOT_HVCALL _IOWR(MSHV_IOCTL, 0x07, struct mshv_root_hvcall) argument
288 * #define MSHV_ROOT_HVCALL _IOWR(MSHV_IOCTL, 0x07, struct mshv_root_hvcall)
/linux/drivers/hv/
H A Dmshv_root_main.c162 struct mshv_root_hvcall args; in mshv_ioctl_passthru_hvcall()