Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/xen/arm/
A Dhypercall.h48 int HYPERVISOR_console_io(int cmd, int count, char *str);
/linux-6.3-rc2/drivers/tty/hvc/
A Dhvc_xen.c203 return HYPERVISOR_console_io(CONSOLEIO_read, len, buf); in dom0_read_console()
212 int rc = HYPERVISOR_console_io(CONSOLEIO_write, len, (char *)str); in dom0_write_console()
/linux-6.3-rc2/arch/x86/include/asm/xen/
A Dhypercall.h438 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() function
/linux-6.3-rc2/arch/arm/xen/
A Denlighten.c568 EXPORT_SYMBOL_GPL(HYPERVISOR_console_io);

Completed in 9 milliseconds