Lines Matching refs:xbufs
653 struct xen_dm_op_buf *xbufs = NULL; in privcmd_ioctl_dm_op() local
704 xbufs = kzalloc_objs(*xbufs, kdata.num); in privcmd_ioctl_dm_op()
705 if (!xbufs) { in privcmd_ioctl_dm_op()
715 set_xen_guest_handle(xbufs[i].h, kbufs[i].uptr); in privcmd_ioctl_dm_op()
716 xbufs[i].size = kbufs[i].size; in privcmd_ioctl_dm_op()
720 rc = HYPERVISOR_dm_op(kdata.dom, kdata.num, xbufs); in privcmd_ioctl_dm_op()
725 kfree(xbufs); in privcmd_ioctl_dm_op()
894 struct xen_dm_op_buf xbufs; member
934 rc = HYPERVISOR_dm_op(kirqfd->dom, 1, &kirqfd->xbufs); in irqfd_inject()
996 kirqfd->xbufs.size = irqfd->size; in privcmd_irqfd_assign()
997 set_xen_guest_handle(kirqfd->xbufs.h, dm_op); in privcmd_irqfd_assign()