Searched refs:CONSOLEIO_write (Results 1 – 3 of 3) sorted by relevance
169 HYPERVISOR_console_io(CONSOLEIO_write, 1, (char *)&c); in xc_cnputc_dom0()315 HYPERVISOR_console_io(CONSOLEIO_write, sz, &wbuf[WBUF_MASK(wc)]); in __xencons_tx_flush()
62 return HYPERVISOR_console_io(CONSOLEIO_write, count, str); in HYPERVISOR_console_write()
289 #define CONSOLEIO_write 0 macro