| /linux/arch/nios2/kernel/ |
| H A D | process.c | 158 pr_emerg("\nCURRENT PROCESS:\n\n"); in dump() 159 pr_emerg("COMM=%s PID=%d\n", current->comm, current->pid); in dump() 162 pr_emerg("TEXT=%08x-%08x DATA=%08x-%08x BSS=%08x-%08x\n", in dump() 169 pr_emerg("USER-STACK=%08x KERNEL-STACK=%08x\n\n", in dump() 174 pr_emerg("PC: %08lx\n", fp->ea); in dump() 175 pr_emerg("SR: %08lx SP: %08lx\n", in dump() 178 pr_emerg("r1: %08lx r2: %08lx r3: %08lx\n", in dump() 181 pr_emerg("r4: %08lx r5: %08lx r6: %08lx r7: %08lx\n", in dump() 183 pr_emerg("r8: %08lx r9: %08lx r10: %08lx r11: %08lx\n", in dump() 185 pr_emerg("r12: %08lx r13: %08lx r14: %08lx r15: %08lx\n", in dump() [all …]
|
| H A D | traps.c | 100 pr_emerg("\n "); in show_stack() 174 pr_emerg("Unhandled exception #%d in %s mode (badaddr=0x%08lx)\n", in unhandled_exception() 180 pr_emerg("opcode: 0x%08lx\n", *(unsigned long *)(regs->ea)); in unhandled_exception()
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-nmi.c | 59 pr_emerg("NMI nasid %d: slice %d\n", nasid, slice); in nmi_cpu_eframe_save() 66 pr_emerg("$%2d :", i); in nmi_cpu_eframe_save() 74 pr_emerg("Hi : (value lost)\n"); in nmi_cpu_eframe_save() 75 pr_emerg("Lo : (value lost)\n"); in nmi_cpu_eframe_save() 80 pr_emerg("epc : %016lx %pS\n", nr->epc, (void *)nr->epc); in nmi_cpu_eframe_save() 81 pr_emerg("%s\n", print_tainted()); in nmi_cpu_eframe_save() 82 pr_emerg("ErrEPC: %016lx %pS\n", nr->error_epc, (void *)nr->error_epc); in nmi_cpu_eframe_save() 83 pr_emerg("ra : %016lx %pS\n", nr->gpr[31], (void *)nr->gpr[31]); in nmi_cpu_eframe_save() 84 pr_emerg("Status: %08lx ", nr->sr); in nmi_cpu_eframe_save() 116 pr_emerg("Cause : %08lx\n", nr->cause); in nmi_cpu_eframe_save() [all …]
|
| /linux/arch/mips/mti-malta/ |
| H A D | malta-int.c | 79 pr_emerg("Unknown system controller.\n"); in mips_pcibios_iack() 92 pr_emerg("CoreHI interrupt, shouldn't happen, we die here!\n"); in corehi_irqdispatch() 93 pr_emerg("epc : %08lx\nStatus: %08lx\n" in corehi_irqdispatch() 114 pr_emerg("GT_INTRCAUSE = %08x\n", intrcause); in corehi_irqdispatch() 115 pr_emerg("GT_CPUERR_ADDR = %02x%08x\n", in corehi_irqdispatch() 127 pr_emerg("BONITO_INTISR = %08x\n", intisr); in corehi_irqdispatch() 128 pr_emerg("BONITO_INTEN = %08x\n", inten); in corehi_irqdispatch() 129 pr_emerg("BONITO_INTPOL = %08x\n", intpol); in corehi_irqdispatch() 130 pr_emerg("BONITO_INTEDGE = %08x\n", intedge); in corehi_irqdispatch() 131 pr_emerg("BONITO_INTSTEER = %08x\n", intsteer); in corehi_irqdispatch() [all …]
|
| /linux/arch/x86/mm/ |
| H A D | mmio-mod.c | 91 pr_emerg("4MB pages are not currently supported: 0x%08lx\n", in print_pte() 108 pr_emerg("unexpected fault for address: 0x%08lx, last fault for address: 0x%08lx\n", in die_kmmio_nesting_error() 111 pr_emerg("faulting IP is at %pS\n", (void *)regs->ip); in die_kmmio_nesting_error() 112 pr_emerg("last faulting IP was at %pS\n", (void *)my_reason->ip); in die_kmmio_nesting_error() 114 pr_emerg("eax: %08lx ebx: %08lx ecx: %08lx edx: %08lx\n", in die_kmmio_nesting_error() 116 pr_emerg("esi: %08lx edi: %08lx ebp: %08lx esp: %08lx\n", in die_kmmio_nesting_error() 119 pr_emerg("rax: %016lx rcx: %016lx rdx: %016lx\n", in die_kmmio_nesting_error() 121 pr_emerg("rsi: %016lx rdi: %016lx rbp: %016lx rsp: %016lx\n", in die_kmmio_nesting_error() 202 pr_emerg("unexpected post handler"); in post()
|
| /linux/arch/s390/kernel/ |
| H A D | jump_label.c | 40 pr_emerg("Jump label code mismatch at %pS [%px]\n", ipc, ipc); in jump_label_bug() 41 pr_emerg("Found: %6ph\n", ipc); in jump_label_bug() 42 pr_emerg("Expected: %6ph\n", ipe); in jump_label_bug() 43 pr_emerg("New: %6ph\n", ipn); in jump_label_bug()
|
| /linux/arch/openrisc/kernel/ |
| H A D | traps.c | 160 pr_emerg("\n%s#: %04lx\n", str, err & 0xffff); in die() 163 pr_emerg("\n\nUNHANDLED_EXCEPTION: entering infinite loop\n"); in die() 176 pr_emerg("Unable to handle exception at EA =0x%x, vector 0x%x", in unhandled_exception() 208 pr_emerg("KERNEL: Illegal fpe exception 0x%.8lx\n", regs->pc); in do_fpe_trap() 218 pr_emerg("KERNEL: Illegal trap exception 0x%.8lx\n", regs->pc); in do_trap() 229 pr_emerg("KERNEL: Unaligned Access 0x%.8lx\n", address); in do_unaligned_access() 241 pr_emerg("KERNEL: Bus error (SIGBUS) 0x%.8lx\n", address); in do_bus_fault() 435 pr_emerg("KERNEL: Illegal instruction (SIGILL) 0x%.8lx\n", in do_illegal_instruction()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | p5.c | 32 pr_emerg("CPU#%d: Machine Check Exception: 0x%8X (type 0x%8X).\n", in pentium_machine_check() 36 pr_emerg("CPU#%d: Possible thermal failure (CPU on fire ?).\n", in pentium_machine_check()
|
| H A D | winchip.c | 23 pr_emerg("CPU0: Machine Check Exception.\n"); in winchip_machine_check()
|
| H A D | core.c | 180 pr_emerg(HW_ERR "CPU %d: Machine Check%s: %Lx Bank %d: %016Lx\n", in __print_mce() 186 pr_emerg(HW_ERR "RIP%s %02x:<%016Lx> ", in __print_mce() 195 pr_emerg(HW_ERR "TSC %llx ", m->tsc); in __print_mce() 220 pr_emerg(HW_ERR "PROCESSOR %u:%x TIME %llu SOCKET %u APIC %x microcode %x\n", in __print_mce() 321 pr_emerg(HW_ERR "Machine check: %s\n", exp); in mce_panic() 325 pr_emerg(HW_ERR "Machine check: %s\n", memmsg); in mce_panic() 347 pr_emerg(HW_ERR "Fake kernel panic: %s\n", msg); in mce_panic() 375 pr_emerg("MSR access error: WRMSR to 0x%x (tried to write 0x%08x%08x) at rIP: 0x%lx (%pS)\n", in ex_handler_msr_mce() 379 pr_emerg("MSR access error: RDMSR from 0x%x at rIP: 0x%lx (%pS)\n", in ex_handler_msr_mce() 1059 pr_emerg("CPUs not responding to MCE broadcast (may include false positives): %*pbl\n", in mce_timed_out() [all …]
|
| /linux/drivers/iommu/ |
| H A D | fsl_pamu.c | 503 pr_emerg("access violation interrupt\n"); in pamu_av_isr() 513 pr_emerg("POES1=%08x\n", in_be32(p + PAMU_POES1)); in pamu_av_isr() 514 pr_emerg("POES2=%08x\n", in_be32(p + PAMU_POES2)); in pamu_av_isr() 515 pr_emerg("AVS1=%08x\n", avs1); in pamu_av_isr() 516 pr_emerg("AVS2=%08x\n", in_be32(p + PAMU_AVS2)); in pamu_av_isr() 517 pr_emerg("AVA=%016llx\n", in pamu_av_isr() 520 pr_emerg("UDAD=%08x\n", in_be32(p + PAMU_UDAD)); in pamu_av_isr() 521 pr_emerg("POEA=%016llx\n", in pamu_av_isr() 534 pr_emerg("PAACE[%u]=%08x\n", in pamu_av_isr() 555 pr_emerg("Disabling liodn %x\n", in pamu_av_isr()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | ras.c | 188 pr_emerg("Power off requested\n"); in handle_system_shutdown() 193 pr_emerg("Loss of system power detected. System is running on" in handle_system_shutdown() 198 pr_emerg("Loss of system critical functions detected. Check" in handle_system_shutdown() 204 pr_emerg("High ambient temperature detected. Check RTAS" in handle_system_shutdown() 269 pr_emerg("Critical power/cooling issue detected. Check RTAS" in rtas_parse_epow_errlog() 276 pr_emerg("System about to lose power. Check RTAS error log " in rtas_parse_epow_errlog() 385 pr_emerg("Fatal hardware error detected. Check RTAS error" in ras_error_interrupt()
|
| /linux/arch/arm/mach-bcm/ |
| H A D | board_bcm281xx.c | 27 pr_emerg("Couldn't find brcm,kona-wdt\n"); in bcm281xx_restart() 33 pr_emerg("Couldn't map brcm,kona-wdt\n"); in bcm281xx_restart()
|
| /linux/samples/rust/ |
| H A D | rust_print_main.rs | 65 pr_emerg!("Emergency message (level 0) without args\n"); in init() 77 pr_emerg!("{} message (level {}) with args\n", "Emergency", 0); in init()
|
| /linux/arch/riscv/kernel/ |
| H A D | traps.c | 89 pr_emerg("%s [#%d]\n", str, ++die_counter); in die() 432 pr_emerg("Insufficient stack space to handle exception!\n"); in handle_bad_stack() 433 pr_emerg("Task stack: [0x%016lx..0x%016lx]\n", in handle_bad_stack() 435 pr_emerg("Overflow stack: [0x%016lx..0x%016lx]\n", in handle_bad_stack()
|
| /linux/drivers/power/reset/ |
| H A D | ocelot-reset.c | 61 pr_emerg("Resetting SoC\n"); in ocelot_restart_handle() 65 pr_emerg("Unable to restart system\n"); in ocelot_restart_handle()
|
| /linux/arch/arm64/kernel/ |
| H A D | setup.c | 401 pr_emerg("Kernel Offset: 0x%lx from 0x%lx\n", in dump_kernel_offset() 403 pr_emerg("PHYS_OFFSET: 0x%llx\n", PHYS_OFFSET); in dump_kernel_offset() 405 pr_emerg("Kernel Offset: disabled\n"); in dump_kernel_offset()
|
| /linux/arch/microblaze/mm/ |
| H A D | fault.c | 115 pr_emerg("Page fault in user mode with faulthandler_disabled(), mm = %p\n", in do_page_fault() 117 pr_emerg("r15 = %lx MSR = %lx\n", in do_page_fault()
|
| H A D | init.c | 172 pr_emerg("Memory must be greater than 4MB\n"); in mmu_init() 177 pr_emerg("Kernel size is greater than memory node\n"); in mmu_init()
|
| /linux/arch/microblaze/kernel/ |
| H A D | reset.c | 40 pr_emerg("Reboot failed -- System halted\n"); in machine_restart()
|
| /linux/kernel/ |
| H A D | panic.c | 482 pr_emerg("Kernel panic - not syncing: %s\n", buf); in vpanic() 562 pr_emerg("Rebooting in %d seconds..\n", panic_timeout); in vpanic() 588 pr_emerg("Press Stop-A (L1-A) from sun keyboard or send break\n" in vpanic() 595 pr_emerg("---[ end Kernel panic - not syncing: %s ]---\n", buf); in vpanic()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | rdrand.c | 48 pr_emerg("RDRAND is not reliable on this platform; disabling.\n"); in x86_init_rdrand()
|
| /linux/arch/mips/kernel/ |
| H A D | reset.c | 99 pr_emerg("Reboot failed -- System halted\n"); in machine_restart()
|
| H A D | crash.c | 73 pr_emerg("Sending IPI to other cpus...\n"); in crash_kexec_prepare_cpus()
|
| /linux/rust/kernel/ |
| H A D | prelude.rs | 38 pub use super::{pr_alert, pr_crit, pr_debug, pr_emerg, pr_err, pr_info, pr_notice, pr_warn};
|