Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/xen/
Dprivcmd.c638 struct xen_dm_op_buf *xbufs = NULL; in privcmd_ioctl_dm_op() local
689 xbufs = kcalloc(kdata.num, sizeof(*xbufs), GFP_KERNEL); in privcmd_ioctl_dm_op()
690 if (!xbufs) { in privcmd_ioctl_dm_op()
700 set_xen_guest_handle(xbufs[i].h, kbufs[i].uptr); in privcmd_ioctl_dm_op()
701 xbufs[i].size = kbufs[i].size; in privcmd_ioctl_dm_op()
705 rc = HYPERVISOR_dm_op(kdata.dom, kdata.num, xbufs); in privcmd_ioctl_dm_op()
710 kfree(xbufs); in privcmd_ioctl_dm_op()
881 struct xen_dm_op_buf xbufs; member
921 rc = HYPERVISOR_dm_op(kirqfd->dom, 1, &kirqfd->xbufs); in irqfd_inject()
982 kirqfd->xbufs.size = irqfd->size; in privcmd_irqfd_assign()
[all …]