Searched refs:HYPERVISOR_console_io (Results 1 – 4 of 4) sorted by relevance
48 int HYPERVISOR_console_io(int cmd, int count, char *str);
215 return HYPERVISOR_console_io(CONSOLEIO_read, len, buf); in dom0_read_console()224 int rc = HYPERVISOR_console_io(CONSOLEIO_write, len, (u8 *)str); in dom0_write_console()
438 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() function
576 EXPORT_SYMBOL_GPL(HYPERVISOR_console_io);