Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/
H A Dhvc-console.h9 void xen_raw_console_write(const char *str);
14 static inline void xen_raw_console_write(const char *str) { } in xen_raw_console_write() function
/openbmc/linux/arch/x86/xen/
H A Dsetup.c683 xen_raw_console_write("No suitable area found for required E820 entry remapping action\n"); in xen_e820_swap_entry_with_ram()
730 xen_raw_console_write("Xen hypervisor allocated "); in xen_chk_is_e820_usable()
731 xen_raw_console_write(component); in xen_chk_is_e820_usable()
732 xen_raw_console_write(" memory conflicts with E820 map\n"); in xen_chk_is_e820_usable()
961 xen_raw_console_write("Can't find new memory area for initrd needed due to E820 map conflict\n"); in xen_memory_setup()
H A Denlighten_pv.c1424 xen_raw_console_write("mapping kernel into physical memory\n"); in xen_start_kernel()
1502 xen_raw_console_write("about to get started...\n"); in xen_start_kernel()
H A Dp2m.c878 xen_raw_console_write("Number of required E820 entry remapping actions exceed maximum value\n"); in xen_add_remap_nonram()
H A Dmmu_pv.c1910 xen_raw_console_write("Can't find new memory area for p2m needed due to E820 map conflict\n"); in xen_relocate_p2m()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_xen.c733 void xen_raw_console_write(const char *str) in xen_raw_console_write() function
755 xen_raw_console_write(buf); in xen_raw_printk()