Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/
Dprivcmd.c72 struct privcmd_hypercall hypercall; in privcmd_ioctl_hypercall() local
79 if (copy_from_user(&hypercall, udata, sizeof(hypercall))) in privcmd_ioctl_hypercall()
83 ret = privcmd_call(hypercall.op, in privcmd_ioctl_hypercall()
84 hypercall.arg[0], hypercall.arg[1], in privcmd_ioctl_hypercall()
85 hypercall.arg[2], hypercall.arg[3], in privcmd_ioctl_hypercall()
86 hypercall.arg[4]); in privcmd_ioctl_hypercall()
/linux-4.19.296/include/uapi/linux/
Dkvm.h313 } hypercall; member