Home
last modified time | relevance | path

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

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