Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dprivcmd.c630 struct xen_dm_op_buf *xbufs = NULL; in privcmd_ioctl_dm_op() local
681 xbufs = kcalloc(kdata.num, sizeof(*xbufs), GFP_KERNEL); in privcmd_ioctl_dm_op()
682 if (!xbufs) { in privcmd_ioctl_dm_op()
692 set_xen_guest_handle(xbufs[i].h, kbufs[i].uptr); in privcmd_ioctl_dm_op()
693 xbufs[i].size = kbufs[i].size; in privcmd_ioctl_dm_op()
697 rc = HYPERVISOR_dm_op(kdata.dom, kdata.num, xbufs); in privcmd_ioctl_dm_op()
702 kfree(xbufs); in privcmd_ioctl_dm_op()
848 struct xen_dm_op_buf xbufs; member
885 rc = HYPERVISOR_dm_op(kirqfd->dom, 1, &kirqfd->xbufs); in irqfd_inject()
946 kirqfd->xbufs.size = irqfd->size; in privcmd_irqfd_assign()
[all …]