/openbmc/linux/arch/hexagon/kernel/ |
H A D | vm_events.c | 24 show_regs_print_info(KERN_EMERG); in show_regs() 26 printk(KERN_EMERG "restart_r0: \t0x%08lx syscall_nr: %ld\n", in show_regs() 28 printk(KERN_EMERG "preds: \t\t0x%08lx\n", regs->preds); in show_regs() 29 printk(KERN_EMERG "lc0: \t0x%08lx sa0: 0x%08lx m0: 0x%08lx\n", in show_regs() 31 printk(KERN_EMERG "lc1: \t0x%08lx sa1: 0x%08lx m1: 0x%08lx\n", in show_regs() 33 printk(KERN_EMERG "gp: \t0x%08lx ugp: 0x%08lx usr: 0x%08lx\n", in show_regs() 35 printk(KERN_EMERG "cs0: \t0x%08lx cs1: 0x%08lx\n", in show_regs() 37 printk(KERN_EMERG "r0: \t0x%08lx %08lx %08lx %08lx\n", regs->r00, in show_regs() 41 printk(KERN_EMERG "r4: \t0x%08lx %08lx %08lx %08lx\n", regs->r04, in show_regs() 45 printk(KERN_EMERG "r8: \t0x%08lx %08lx %08lx %08lx\n", regs->r08, in show_regs() [all …]
|
H A D | traps.c | 195 printk(KERN_EMERG "Oops: %s[#%d]:\n", str, ++die.counter); in die() 203 do_show_stack(current, ®s->r30, pt_elr(regs), KERN_EMERG); in die()
|
/openbmc/linux/arch/powerpc/platforms/maple/ |
H A D | setup.c | 76 printk(KERN_EMERG "Maple: Unable to translate NVRAM" in maple_find_nvram_base() 81 printk(KERN_EMERG "Maple: NVRAM address isn't PIO!\n"); in maple_find_nvram_base() 86 printk(KERN_EMERG "Maple: Unable to find NVRAM\n"); in maple_find_nvram_base() 105 printk(KERN_EMERG "Maple: Unable to find Service Processor\n"); in maple_restart() 116 printk(KERN_EMERG "Maple: Manual Restart Required\n"); in maple_restart() 133 printk(KERN_EMERG "Maple: Unable to find Service Processor\n"); in maple_power_off() 144 printk(KERN_EMERG "Maple: Manual Power-Down Required\n"); in maple_power_off()
|
H A D | time.c | 143 printk(KERN_EMERG "Maple: Unable to translate RTC" in maple_get_boot_time() 148 printk(KERN_EMERG "Maple: RTC address isn't PIO!\n"); in maple_get_boot_time()
|
/openbmc/linux/arch/powerpc/kexec/ |
H A D | crash.c | 119 printk(KERN_EMERG "Sending IPI to other CPUs\n"); in crash_kexec_prepare_cpus() 148 printk(KERN_EMERG "IPI complete\n"); in crash_kexec_prepare_cpus() 152 printk(KERN_EMERG "ERROR: %d cpu(s) not responding\n", in crash_kexec_prepare_cpus() 173 printk(KERN_EMERG "Activate system reset (dumprestart) " in crash_kexec_prepare_cpus()
|
/openbmc/linux/drivers/scsi/ |
H A D | qlogicpti.c | 197 printk(KERN_EMERG "qlogicpti%d: mbox_command loop timeout #1\n", in qlogicpti_mbox_command() 355 printk(KERN_EMERG "qlogicpti%d: reset_hardware loop timeout\n", in qlogicpti_reset_hardware() 383 printk(KERN_EMERG "qlogicpti%d: Cannot execute ISP firmware.\n", in qlogicpti_reset_hardware() 409 printk(KERN_EMERG "qlogicpti%d: Cannot init response queue.\n", in qlogicpti_reset_hardware() 421 printk(KERN_EMERG "qlogicpti%d: Cannot init request queue.\n", in qlogicpti_reset_hardware() 595 printk(KERN_EMERG "qlogicpti%d: New firmware csum failure!\n", in qlogicpti_load_firmware() 609 printk(KERN_EMERG "qlogicpti%d: AboutFirmware cmd fails.\n", in qlogicpti_load_firmware() 625 printk(KERN_EMERG "qlogicpti%d: could not set clock rate.\n", in qlogicpti_load_firmware() 1053 printk(KERN_EMERG "qlogicpti%d: request queue overflow\n", in qlogicpti_queuecommand_lck() 1254 printk(KERN_EMERG "qlogicpti%d: scsi abort failure: %x\n", in qlogicpti_abort() [all …]
|
/openbmc/linux/arch/powerpc/platforms/4xx/ |
H A D | soc.c | 50 printk(KERN_EMERG "L2C: Cache Parity Error, addr[16:26] = 0x%08x\n", in l2c_error_handler() 56 printk(KERN_EMERG "L2C: Tag Parity Error, addr[16:26] = 0x%08x\n", in l2c_error_handler() 65 printk(KERN_EMERG "L2C: LRU error\n"); in l2c_error_handler()
|
/openbmc/linux/fs/btrfs/ |
H A D | messages.h | 40 btrfs_printk(fs_info, KERN_EMERG fmt, ##args) 58 btrfs_printk_in_rcu(fs_info, KERN_EMERG fmt, ##args) 76 btrfs_printk_rl_in_rcu(fs_info, KERN_EMERG fmt, ##args) 94 btrfs_printk_ratelimited(fs_info, KERN_EMERG fmt, ##args)
|
/openbmc/linux/kernel/locking/ |
H A D | spinlock_debug.c | 60 printk(KERN_EMERG "BUG: spinlock %s on CPU#%d, %s/%d\n", in spin_dump() 63 printk(KERN_EMERG " lock: %pS, .magic: %08x, .owner: %s/%d, " in spin_dump() 150 printk(KERN_EMERG "BUG: rwlock %s on CPU#%d, %s/%d, %p\n", in rwlock_bug()
|
/openbmc/linux/tools/include/linux/ |
H A D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "" /* system is unusable */ macro
|
/openbmc/linux/include/linux/ |
H A D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "0" /* system is unusable */ macro
|
H A D | printk.h | 468 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__) 605 printk_once(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__) 657 printk_ratelimited(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__)
|
/openbmc/linux/arch/um/include/shared/ |
H A D | user.h | 31 #define UM_KERN_EMERG KERN_EMERG
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | traps_64.c | 73 printk(KERN_EMERG "TRAPLOG: Error at trap level 0x%lx, " in dump_tl1_traplog() 78 printk(KERN_EMERG in dump_tl1_traplog() 1790 printk(KERN_EMERG "TPC<%pS>\n", (void *) regs->tpc); in cheetah_plus_parity_error() 2234 KERN_EMERG "NON-RESUMABLE ERROR", in sun4v_nonresum_error() 2266 printk(KERN_EMERG "SUN4V-ITLB: Error at TPC[%lx], tl %d\n", in sun4v_itlb_error_report() 2268 printk(KERN_EMERG "SUN4V-ITLB: TPC<%pS>\n", (void *) regs->tpc); in sun4v_itlb_error_report() 2270 printk(KERN_EMERG "SUN4V-ITLB: O7<%pS>\n", in sun4v_itlb_error_report() 2272 printk(KERN_EMERG "SUN4V-ITLB: vaddr[%lx] ctx[%lx] " in sun4v_itlb_error_report() 2289 printk(KERN_EMERG "SUN4V-DTLB: Error at TPC[%lx], tl %d\n", in sun4v_dtlb_error_report() 2293 printk(KERN_EMERG "SUN4V-DTLB: O7<%pS>\n", in sun4v_dtlb_error_report() [all …]
|
H A D | pci_msi.c | 56 printk(KERN_EMERG "MSI: Get head on msiqid[%lu] gives error %d\n", in sparc64_msiq_interrupt() 61 printk(KERN_EMERG "MSI: Dequeue head[%lu] from msiqid[%lu] " in sparc64_msiq_interrupt() 67 printk(KERN_EMERG "MSI: Set head[%lu] on msiqid[%lu] " in sparc64_msiq_interrupt()
|
/openbmc/u-boot/include/linux/ |
H A D | printk.h | 7 #define KERN_EMERG macro
|
/openbmc/linux/arch/m68k/coldfire/ |
H A D | m528x.c | 122 printk(KERN_EMERG "Failed to hibernate. Halting!\n"); in wildfiremod_halt()
|
/openbmc/linux/arch/powerpc/platforms/83xx/ |
H A D | misc.c | 51 printk (KERN_EMERG "Error: Restart registers not mapped, spinning!\n"); in mpc83xx_restart()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | printk-basics.rst | 40 | KERN_EMERG | "0" | pr_emerg() |
|
/openbmc/linux/arch/s390/kernel/ |
H A D | nmi.c | 195 printk(KERN_EMERG "mcck: Terminating task because of machine " in s390_handle_mcck() 197 printk(KERN_EMERG "mcck: task: %s, pid: %d.\n", in s390_handle_mcck()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | ioapic.h | 95 printk(KERN_EMERG "assertion failed %s: %d: %s\n", \
|
/openbmc/linux/arch/hexagon/mm/ |
H A D | vm_fault.c | 151 printk(KERN_EMERG "Unable to handle kernel paging request at " in do_page_fault()
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_bt.c | 33 show_stack(p, addr, KERN_EMERG); in kdb_show_stack()
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.h | 65 #define printf_emerg(args...) printk(KERN_EMERG args)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 1546 printk(KERN_EMERG "Unexpected TM Bad Thing exception " in do_program_check() 1691 printk(KERN_EMERG "Unrecoverable FP Unavailable Exception " in DEFINE_INTERRUPT_HANDLER() 1705 printk(KERN_EMERG "Unrecoverable VMX/Altivec Unavailable Exception " in DEFINE_INTERRUPT_HANDLER() 1719 printk(KERN_EMERG "Unrecoverable VSX Unavailable Exception " in DEFINE_INTERRUPT_HANDLER() 2105 printk(KERN_EMERG "VMX/Altivec assist exception in kernel mode" in DEFINE_INTERRUPT_HANDLER() 2250 printk (KERN_EMERG "PowerPC Book-E Watchdog Exception\n"); in DEFINE_INTERRUPT_HANDLER_NMI() 2262 printk(KERN_EMERG "Bad kernel stack pointer %lx at %lx\n", in DEFINE_INTERRUPT_HANDLER()
|