Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/boot/
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()
Dstartup.c41 sclp_early_printk("\n\n"); in error()
42 sclp_early_printk(x); in error()
43 sclp_early_printk("\n\n -- System halted"); in error()
Dkaslr.c35 sclp_early_printk("KASLR disabled: CPU has no PRNG\n"); in check_prng()
Dpgm_check_info.c123 sclp_early_printk(buf); in decompressor_printk()
Dipl_parm.c215sclp_early_printk("Warning: The Linux kernel requires facilities cleared via command line option\n… in check_cleared_facilities()
Dphysmem_info.c213 sclp_early_printk("\n\n -- System halted\n"); in die_oom()
/Linux-v6.6/arch/s390/kernel/
Dhead64.S29 brasl %r14,sclp_early_adjust_va # allow sclp_early_printk
Dearly.c57 sclp_early_printk("KernelAddressSanitizer initialized\n"); in kasan_early_init()
/Linux-v6.6/arch/s390/include/asm/
Dsclp.h134 void sclp_early_printk(const char *s);
/Linux-v6.6/drivers/s390/char/
Dsclp_early_core.c238 void sclp_early_printk(const char *str) in sclp_early_printk() function