Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dals.c45 sclp_early_printk(mach_str); in print_machine_type()
84 sclp_early_printk(als_str); in print_missing_facilities()
93 sclp_early_printk(als_str); in print_missing_facilities()
98 sclp_early_printk("The Linux kernel requires more recent processor hardware\n"); in facility_mismatch()
101 sclp_early_printk("See Principles of Operations for facility bits\n"); in facility_mismatch()
H A Dstartup.c40 sclp_early_printk("\n\n"); in error()
41 sclp_early_printk(x); in error()
42 sclp_early_printk("\n\n -- System halted"); in error()
H A Dpgm_check_info.c123 sclp_early_printk(buf); in decompressor_printk()
H A Dkaslr.c35 sclp_early_printk("KASLR disabled: CPU has no PRNG\n"); in check_prng()
H A Dipl_parm.c215sclp_early_printk("Warning: The Linux kernel requires facilities cleared via command line option\n… in check_cleared_facilities()
H A Dphysmem_info.c213 sclp_early_printk("\n\n -- System halted\n"); in die_oom()
/openbmc/linux/arch/s390/kernel/
H A Dhead64.S29 brasl %r14,sclp_early_adjust_va # allow sclp_early_printk
H A Dearly.c57 sclp_early_printk("KernelAddressSanitizer initialized\n"); in kasan_early_init()
/openbmc/linux/arch/s390/include/asm/
H A Dsclp.h134 void sclp_early_printk(const char *s);
/openbmc/linux/drivers/s390/char/
H A Dsclp_early_core.c238 void sclp_early_printk(const char *str) in sclp_early_printk() function