Searched refs:HYPERVISOR_console_io (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/xen/arm/
H A Dhypercall.h48 int HYPERVISOR_console_io(int cmd, int count, char *str);
/linux-master/drivers/tty/hvc/
H A Dhvc_xen.c215 return HYPERVISOR_console_io(CONSOLEIO_read, len, buf);
224 int rc = HYPERVISOR_console_io(CONSOLEIO_write, len, (u8 *)str);
/linux-master/arch/x86/include/asm/xen/
H A Dhypercall.h438 HYPERVISOR_console_io(int cmd, int count, char *str) function
/linux-master/arch/arm/xen/
H A Denlighten.c576 EXPORT_SYMBOL_GPL(HYPERVISOR_console_io); variable

Completed in 232 milliseconds