Home
last modified time | relevance | path

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

/Linux-v4.19/include/xen/
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
/Linux-v4.19/arch/x86/xen/
Dsetup.c720 xen_raw_console_write("Xen hypervisor allocated p2m list conflicts with E820 map\n"); in xen_reserve_xen_mfnlist()
864 xen_raw_console_write("Xen hypervisor allocated kernel memory conflicts with E820 map\n"); in xen_memory_setup()
883 xen_raw_console_write("Can't find new memory area for initrd needed due to E820 map conflict\n"); in xen_memory_setup()
Denlighten_pv.c1307 xen_raw_console_write("mapping kernel into physical memory\n"); in xen_start_kernel()
1400 xen_raw_console_write("about to get started...\n"); in xen_start_kernel()
Dmmu_pv.c2077 xen_raw_console_write("Can't find new memory area for p2m needed due to E820 map conflict\n"); in xen_relocate_p2m()
2290 xen_raw_console_write("Xen hypervisor allocated page table memory conflicts with E820 map\n"); in xen_pt_check_e820()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_xen.c656 void xen_raw_console_write(const char *str) in xen_raw_console_write() function
678 xen_raw_console_write(buf); in xen_raw_printk()