Symbol: boot_emerg
arch/s390/boot/als.c
49
boot_emerg("%s\n", als_str);
arch/s390/boot/als.c
57
boot_emerg("%s\n", als_str);
arch/s390/boot/als.c
65
boot_emerg("The Linux kernel requires more recent processor hardware\n");
arch/s390/boot/als.c
66
boot_emerg("Detected machine-type number: %4x\n", id.machine);
arch/s390/boot/als.c
68
boot_emerg("See z/Architecture Principles of Operation - Facility Indications\n");
arch/s390/boot/boot.h
100
boot_emerg(" -- System halted\n"); \
arch/s390/boot/boot.h
98
boot_emerg(__VA_ARGS__); \
arch/s390/boot/ipl_parm.c
205
boot_emerg("The Linux kernel requires facilities cleared via command line option\n");
arch/s390/boot/pgm_check.c
20
boot_emerg("Call Trace:\n");
arch/s390/boot/pgm_check.c
25
boot_emerg("(sp:%016lx [<%016lx>] %pS)\n", sp, sf->gprs[8], (void *)sf->gprs[8]);
arch/s390/boot/pgm_check.c
27
boot_emerg(" sp:%016lx [<%016lx>] %pS\n", sp, sf->gprs[8], (void *)sf->gprs[8]);
arch/s390/boot/pgm_check.c
67
boot_emerg("Linux version %s\n", kernel_version);
arch/s390/boot/pgm_check.c
69
boot_emerg("Kernel command line: %s\n", early_command_line);
arch/s390/boot/pgm_check.c
70
boot_emerg("Kernel fault: interruption code %04x ilc:%d\n",
arch/s390/boot/pgm_check.c
73
boot_emerg("Kernel random base: %lx\n", __kaslr_offset);
arch/s390/boot/pgm_check.c
74
boot_emerg("Kernel random base phys: %lx\n", __kaslr_offset_phys);
arch/s390/boot/pgm_check.c
76
boot_emerg("PSW : %016lx %016lx (%pS)\n",
arch/s390/boot/pgm_check.c
78
boot_emerg(" R:%x T:%x IO:%x EX:%x Key:%x M:%x W:%x P:%x AS:%x CC:%x PM:%x RI:%x EA:%x\n",
arch/s390/boot/pgm_check.c
81
boot_emerg("GPRS: %016lx %016lx %016lx %016lx\n", gpregs[0], gpregs[1], gpregs[2], gpregs[3]);
arch/s390/boot/pgm_check.c
82
boot_emerg(" %016lx %016lx %016lx %016lx\n", gpregs[4], gpregs[5], gpregs[6], gpregs[7]);
arch/s390/boot/pgm_check.c
83
boot_emerg(" %016lx %016lx %016lx %016lx\n", gpregs[8], gpregs[9], gpregs[10], gpregs[11]);
arch/s390/boot/pgm_check.c
84
boot_emerg(" %016lx %016lx %016lx %016lx\n", gpregs[12], gpregs[13], gpregs[14], gpregs[15]);
arch/s390/boot/pgm_check.c
86
boot_emerg("Last Breaking-Event-Address:\n");
arch/s390/boot/pgm_check.c
87
boot_emerg(" [<%016lx>] %pS\n", regs->last_break, (void *)regs->last_break);
arch/s390/boot/physmem_info.c
212
boot_emerg("Linux version %s\n", kernel_version);
arch/s390/boot/physmem_info.c
214
boot_emerg("Kernel command line: %s\n", early_command_line);
arch/s390/boot/physmem_info.c
215
boot_emerg("Out of memory allocating %lu bytes 0x%lx aligned in range %lx:%lx\n",
arch/s390/boot/physmem_info.c
217
boot_emerg("Reserved memory ranges:\n");
arch/s390/boot/physmem_info.c
219
boot_emerg("%016lx %016lx %s\n", start, end, get_rr_type_name(t));
arch/s390/boot/physmem_info.c
222
boot_emerg("Usable online memory ranges (info source: %s [%d]):\n",
arch/s390/boot/physmem_info.c
225
boot_emerg("%016lx %016lx\n", start, end);
arch/s390/boot/physmem_info.c
228
boot_emerg("Usable online memory total: %lu Reserved: %lu Free: %lu\n",
arch/s390/kernel/stackprotector.c
20
#define EMERGP boot_emerg