Home
last modified time | relevance | path

Searched refs:dm_op (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/xen/
H A Dhypercall.S87 HYPERCALL3(dm_op);
/kernel/linux/linux-6.6/arch/arm64/xen/
H A Dhypercall.S86 HYPERCALL3(dm_op);
/kernel/linux/linux-5.10/arch/arm/xen/
H A Dhypercall.S95 HYPERCALL3(dm_op);
/kernel/linux/linux-6.6/arch/arm/xen/
H A Dhypercall.S94 HYPERCALL3(dm_op);
/kernel/linux/linux-6.6/include/uapi/xen/
H A Dprivcmd.h105 __u64 dm_op; member
106 __u32 size; /* Size of structure pointed by dm_op */
/kernel/linux/linux-6.6/drivers/xen/
H A Dprivcmd.c40 #include <xen/interface/hvm/dm_op.h>
55 "Maximum number of buffers per dm_op hypercall");
61 "Maximum size of a dm_op hypercall buffer");
930 void *dm_op; in privcmd_irqfd_assign() local
936 dm_op = kirqfd + 1; in privcmd_irqfd_assign()
938 if (copy_from_user(dm_op, u64_to_user_ptr(irqfd->dm_op), irqfd->size)) { in privcmd_irqfd_assign()
944 set_xen_guest_handle(kirqfd->xbufs.h, dm_op); in privcmd_irqfd_assign()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dhypercall.h444 ret = _hypercall3(int, dm_op, dom, nr_bufs, bufs); in HYPERVISOR_dm_op()
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H A Dhypercall.h499 ret = _hypercall3(int, dm_op, dom, nr_bufs, bufs); in HYPERVISOR_dm_op()
/kernel/linux/linux-5.10/drivers/xen/
H A Dprivcmd.c35 #include <xen/interface/hvm/dm_op.h>
50 "Maximum number of buffers per dm_op hypercall");
56 "Maximum size of a dm_op hypercall buffer");

Completed in 11 milliseconds