Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/boot/
Dals.c44 sclp_early_printk(mach_str); in print_machine_type()
83 sclp_early_printk(als_str); in print_missing_facilities()
92 sclp_early_printk(als_str); in print_missing_facilities()
93 sclp_early_printk("See Principles of Operations for facility bits\n"); in print_missing_facilities()
98 sclp_early_printk("The Linux kernel requires more recent processor hardware\n"); in facility_mismatch()
/Linux-v4.19/arch/s390/kernel/
Dearly.c339 sclp_early_printk("Linux kernel boot failure: An attempt to boot a vmlinux ELF image failed.\n"); in check_image_bootable()
340 sclp_early_printk("This image does not contain all parts necessary for starting up. Use\n"); in check_image_bootable()
341 sclp_early_printk("bzImage or arch/s390/boot/compressed/vmlinux instead.\n"); in check_image_bootable()
/Linux-v4.19/arch/s390/boot/compressed/
Dmisc.c70 sclp_early_printk(s); in puts()
/Linux-v4.19/arch/s390/include/asm/
Dsclp.h110 void sclp_early_printk(const char *s);
/Linux-v4.19/drivers/s390/char/
Dsclp_early_core.c228 void sclp_early_printk(const char *str) in sclp_early_printk() function