Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/xen/
H A Dhypercall.S86 HYPERCALL3(dm_op);
/openbmc/linux/include/uapi/xen/
H A Dprivcmd.h105 __u64 dm_op; member
/openbmc/linux/arch/arm/xen/
H A Dhypercall.S94 HYPERCALL3(dm_op);
/openbmc/linux/drivers/xen/
H A Dprivcmd.c933 void *dm_op; in privcmd_irqfd_assign() local
939 dm_op = kirqfd + 1; in privcmd_irqfd_assign()
941 if (copy_from_user(dm_op, u64_to_user_ptr(irqfd->dm_op), irqfd->size)) { in privcmd_irqfd_assign()
947 set_xen_guest_handle(kirqfd->xbufs.h, dm_op); in privcmd_irqfd_assign()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypercall.h499 ret = _hypercall3(int, dm_op, dom, nr_bufs, bufs); in HYPERVISOR_dm_op()