Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/
Dfallback.c8 int xen_event_channel_op_compat(int cmd, void *arg) in xen_event_channel_op_compat() function
45 EXPORT_SYMBOL_GPL(xen_event_channel_op_compat);
/linux-4.1.27/arch/x86/include/asm/xen/
Dhypercall.h362 extern int __must_check xen_event_channel_op_compat(int, void *);
369 rc = xen_event_channel_op_compat(cmd, arg); in HYPERVISOR_event_channel_op()