Home
last modified time | relevance | path

Searched refs:xen_raw_console_write (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/xen/
Dhvc-console.h8 void xen_raw_console_write(const char *str);
13 static inline void xen_raw_console_write(const char *str) { } in xen_raw_console_write() function
/linux-4.1.27/drivers/tty/hvc/
Dhvc_xen.c640 void xen_raw_console_write(const char *str) in xen_raw_console_write() function
669 xen_raw_console_write(buf); in xen_raw_printk()
/linux-4.1.27/arch/x86/xen/
Denlighten.c1614 xen_raw_console_write("mapping kernel into physical memory\n"); in xen_start_kernel()
1708 xen_raw_console_write("about to get started...\n"); in xen_start_kernel()