Home
last modified time | relevance | path

Searched refs:boot_emerg (Results 1 – 7 of 7) sorted by relevance

/arch/s390/boot/
A Dpgm_check.c20 boot_emerg("Call Trace:\n"); in print_stacktrace()
25 boot_emerg("(sp:%016lx [<%016lx>] %pS)\n", sp, sf->gprs[8], (void *)sf->gprs[8]); in print_stacktrace()
27 boot_emerg(" sp:%016lx [<%016lx>] %pS\n", sp, sf->gprs[8], (void *)sf->gprs[8]); in print_stacktrace()
67 boot_emerg("Linux version %s\n", kernel_version); in do_pgm_check()
69 boot_emerg("Kernel command line: %s\n", early_command_line); in do_pgm_check()
70 boot_emerg("Kernel fault: interruption code %04x ilc:%d\n", in do_pgm_check()
73 boot_emerg("Kernel random base: %lx\n", __kaslr_offset); in do_pgm_check()
74 boot_emerg("Kernel random base phys: %lx\n", __kaslr_offset_phys); in do_pgm_check()
76 boot_emerg("PSW : %016lx %016lx (%pS)\n", in do_pgm_check()
86 boot_emerg("Last Breaking-Event-Address:\n"); in do_pgm_check()
[all …]
A Dals.c49 boot_emerg("%s\n", als_str); in print_missing_facilities()
57 boot_emerg("%s\n", als_str); in print_missing_facilities()
65 boot_emerg("The Linux kernel requires more recent processor hardware\n"); in facility_mismatch()
66 boot_emerg("Detected machine-type number: %4x\n", id.machine); in facility_mismatch()
68 boot_emerg("See z/Architecture Principles of Operation - Facility Indications\n"); in facility_mismatch()
A Dphysmem_info.c212 boot_emerg("Linux version %s\n", kernel_version); in die_oom()
214 boot_emerg("Kernel command line: %s\n", early_command_line); in die_oom()
215 boot_emerg("Out of memory allocating %lu bytes 0x%lx aligned in range %lx:%lx\n", in die_oom()
217 boot_emerg("Reserved memory ranges:\n"); in die_oom()
219 boot_emerg("%016lx %016lx %s\n", start, end, get_rr_type_name(t)); in die_oom()
222 boot_emerg("Usable online memory ranges (info source: %s [%d]):\n", in die_oom()
225 boot_emerg("%016lx %016lx\n", start, end); in die_oom()
228 boot_emerg("Usable online memory total: %lu Reserved: %lu Free: %lu\n", in die_oom()
232 boot_emerg(" -- System halted\n"); in die_oom()
A Ddecompressor.c71 boot_emerg("Decompression error: %s\n", m); in decompress_error()
72 boot_emerg(" -- System halted\n"); in decompress_error()
A Dboot.h83 #define boot_emerg(fmt, ...) boot_printk(KERN_EMERG boot_fmt(fmt), ##__VA_ARGS__) macro
A Dstartup.c49 boot_emerg("%s\n", x); in error()
50 boot_emerg(" -- System halted\n"); in error()
A Dipl_parm.c204 boot_emerg("The Linux kernel requires facilities cleared via command line option\n"); in check_cleared_facilities()

Completed in 10 milliseconds