Searched refs:boot_emerg (Results 1 – 7 of 7) sorted by relevance
| /arch/s390/boot/ |
| A D | pgm_check.c | 20 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 D | als.c | 49 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 D | physmem_info.c | 212 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 D | decompressor.c | 71 boot_emerg("Decompression error: %s\n", m); in decompress_error() 72 boot_emerg(" -- System halted\n"); in decompress_error()
|
| A D | boot.h | 83 #define boot_emerg(fmt, ...) boot_printk(KERN_EMERG boot_fmt(fmt), ##__VA_ARGS__) macro
|
| A D | startup.c | 49 boot_emerg("%s\n", x); in error() 50 boot_emerg(" -- System halted\n"); in error()
|
| A D | ipl_parm.c | 204 boot_emerg("The Linux kernel requires facilities cleared via command line option\n"); in check_cleared_facilities()
|
Completed in 10 milliseconds