Searched refs:hypercall (Results 1 – 2 of 2) sorted by relevance
72 struct privcmd_hypercall hypercall; in privcmd_ioctl_hypercall() local79 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()
313 } hypercall; member