Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/xen/
Dhypercall.S80 HYPERCALL2(physdev_op);
/linux-4.1.27/arch/arm/xen/
Dhypercall.S89 HYPERCALL2(physdev_op);
/linux-4.1.27/drivers/xen/
Dfallback.c49 struct physdev_op op; in xen_physdev_op_compat()
/linux-4.1.27/tools/lib/traceevent/
Dplugin_xen.c86 N(physdev_op),
/linux-4.1.27/include/xen/interface/
Dphysdev.h199 struct physdev_op { struct
/linux-4.1.27/arch/x86/include/asm/xen/
Dhypercall.h390 int rc = _hypercall2(int, physdev_op, cmd, arg); in HYPERVISOR_physdev_op()