| /linux/arch/alpha/kernel/ |
| H A D | core_cia.c | 873 printk(KERN_CRIT "CIA machine check: %s\n", msg); in cia_decode_pci_error() 874 printk(KERN_CRIT " DMA command: %s\n", cmd); in cia_decode_pci_error() 875 printk(KERN_CRIT " PCI address: %#010lx\n", addr); in cia_decode_pci_error() 876 printk(KERN_CRIT " %s, Lock: %d, DAC: %d\n", in cia_decode_pci_error() 917 printk(KERN_CRIT "CIA machine check: %s\n", msg); in cia_decode_pci_error() 918 printk(KERN_CRIT " PCI command: %s\n", cmd); in cia_decode_pci_error() 919 printk(KERN_CRIT " Master state: %s, Target state: %s\n", in cia_decode_pci_error() 921 printk(KERN_CRIT " PCI address: %#010lx, DAC: %d\n", in cia_decode_pci_error() 924 printk(KERN_CRIT "CIA machine check: %s\n", msg); in cia_decode_pci_error() 925 printk(KERN_CRIT " Unknown PCI error\n"); in cia_decode_pci_error() [all …]
|
| H A D | irq_alpha.c | 34 printk(KERN_CRIT "Performance counter interrupt!\n"); in dummy_perf() 64 printk(KERN_CRIT "Interprocessor interrupt? " in do_entInt() 87 printk(KERN_CRIT "Hardware intr %ld %lx? Huh?\n", in do_entInt() 90 printk(KERN_CRIT "PC = %016lx PS=%04lx\n", regs->pc, regs->ps); in do_entInt() 141 printk(KERN_CRIT "%s machine check %s\n", machine, in process_mcheck_info() 155 printk(KERN_CRIT "%s machine check: vector=0x%lx pc=0x%lx code=0x%x\n", in process_mcheck_info() 194 printk(KERN_CRIT "machine check type: %s%s\n", in process_mcheck_info() 205 printk(KERN_CRIT " +%8lx %016lx %016lx\n", in process_mcheck_info()
|
| H A D | irq.c | 39 printk(KERN_CRIT "Unexpected IRQ trap at vector %u\n", irq); in ack_bad_irq() 116 printk(KERN_CRIT "device_interrupt: invalid interrupt %d\n", in handle_irq()
|
| /linux/drivers/edac/ |
| H A D | qcom_edac.c | 164 edac_printk(KERN_CRIT, EDAC_LLCC, "Unexpected error type: %d\n", in qcom_llcc_clear_error_status() 223 edac_printk(KERN_CRIT, EDAC_LLCC, "%s: ECC_SYN%d: 0x%8x\n", in dump_syn_reg_values() 234 edac_printk(KERN_CRIT, EDAC_LLCC, "%s: Error count: 0x%4x\n", in dump_syn_reg_values() 245 edac_printk(KERN_CRIT, EDAC_LLCC, "%s: Error ways: 0x%4x\n", in dump_syn_reg_values() 281 edac_printk(KERN_CRIT, EDAC_LLCC, "Unexpected error type: %d\n", in dump_syn_reg() 302 edac_printk(KERN_CRIT, EDAC_LLCC, in llcc_ecc_irq_handler() 306 edac_printk(KERN_CRIT, EDAC_LLCC, in llcc_ecc_irq_handler() 317 edac_printk(KERN_CRIT, EDAC_LLCC, in llcc_ecc_irq_handler() 321 edac_printk(KERN_CRIT, EDAC_LLCC, in llcc_ecc_irq_handler()
|
| H A D | edac_pci_sysfs.c | 559 edac_printk(KERN_CRIT, EDAC_PCI, in edac_pci_dev_parity_test() 566 edac_printk(KERN_CRIT, EDAC_PCI, in edac_pci_dev_parity_test() 574 edac_printk(KERN_CRIT, EDAC_PCI, in edac_pci_dev_parity_test() 598 edac_printk(KERN_CRIT, EDAC_PCI, "Bridge " in edac_pci_dev_parity_test() 605 edac_printk(KERN_CRIT, EDAC_PCI, "Bridge " in edac_pci_dev_parity_test() 613 edac_printk(KERN_CRIT, EDAC_PCI, "Bridge " in edac_pci_dev_parity_test()
|
| /linux/arch/parisc/kernel/ |
| H A D | traps.c | 134 level = user ? KERN_DEBUG : KERN_CRIT; in show_regs() 226 KERN_CRIT "%s (pid %d): %s (code %ld) at " RFMT "\n", in die_if_kernel() 237 if (err) printk(KERN_CRIT in die_if_kernel() 250 printk(KERN_CRIT "%s (pid %d): %s (code %ld)\n", in die_if_kernel() 255 printk(KERN_CRIT "%s() recursion detected.\n", __func__); in die_if_kernel() 451 do_show_stack(&info, KERN_CRIT); in parisc_terminate() 518 printk(KERN_CRIT "Interruption # %d\n", code); in handle_interruption() 535 printk(KERN_CRIT "Power failure interrupt !\n"); in handle_interruption()
|
| H A D | smp.c | 180 printk(KERN_CRIT "Unknown IPI num on CPU%d: %lu\n", in ipi_interrupt() 285 printk(KERN_CRIT "CPU#%d already initialized!\n", cpunum); in smp_cpu_init() 395 printk(KERN_CRIT "SMP: CPU:%d is stuck.\n", cpuid); in smp_boot_one_cpu()
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | canyonlands.c | 66 printk(KERN_CRIT "Could not remap bcsr\n"); in ppc460ex_canyonlands_fixup() 81 printk(KERN_CRIT "Could not get gpio node address\n"); in ppc460ex_canyonlands_fixup()
|
| /linux/arch/powerpc/platforms/8xx/ |
| H A D | mpc86xads_setup.c | 103 printk(KERN_CRIT "Could not find fsl,mpc866ads-bcsr node\n"); in mpc86xads_setup_arch() 111 printk(KERN_CRIT "Could not remap BCSR\n"); in mpc86xads_setup_arch()
|
| H A D | ep88xc.c | 128 printk(KERN_CRIT "Could not find fsl,ep88xc-bcsr node\n"); in ep88xc_setup_arch() 136 printk(KERN_CRIT "Could not remap BCSR\n"); in ep88xc_setup_arch()
|
| H A D | mpc885ads_setup.c | 136 printk(KERN_CRIT "Could not find fsl,mpc885ads-bcsr node\n"); in mpc885ads_setup_arch() 145 printk(KERN_CRIT "Could not remap BCSR\n"); in mpc885ads_setup_arch()
|
| /linux/arch/sparc/kernel/ |
| H A D | traps_64.c | 1176 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1180 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1183 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id()); in cheetah_log_errors() 1186 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1193 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1213 (recoverable ? KERN_WARNING : KERN_CRIT), in cheetah_log_errors() 1224 (recoverable ? KERN_WARNING : KERN_CRIT), in cheetah_log_errors() 1230 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1236 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1243 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() [all …]
|
| /linux/include/asm-generic/ |
| H A D | hardirq.h | 22 printk(KERN_CRIT "unexpected IRQ trap at vector %02x\n", irq); in ack_bad_irq()
|
| /linux/arch/s390/include/asm/ |
| H A D | hardirq.h | 25 printk(KERN_CRIT "unexpected IRQ trap at vector %02x\n", irq); in ack_bad_irq()
|
| /linux/tools/include/linux/ |
| H A D | kern_levels.h | 10 #define KERN_CRIT KERN_SOH "" /* critical conditions */ macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | hardirq.h | 32 printk(KERN_CRIT "unexpected IRQ trap at vector %02x\n", irq); in ack_bad_irq()
|
| /linux/include/linux/ |
| H A D | kern_levels.h | 10 #define KERN_CRIT KERN_SOH "2" /* critical conditions */ macro
|
| H A D | printk.h | 544 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__) 665 printk_once(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__) 717 printk_ratelimited(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__)
|
| /linux/drivers/mtd/tests/ |
| H A D | readtest.c | 93 printk(KERN_CRIT "%s\n", line); in dump_eraseblock() 108 printk(KERN_CRIT "%s\n", line); in dump_eraseblock()
|
| /linux/fs/btrfs/ |
| H A D | messages.c | 129 "BTRFS: error (device %s%s) in %s:%d: errno=%d %s", KERN_CRIT, fmt); in __btrfs_handle_fs_error() 294 panic(KERN_CRIT "BTRFS panic (device %s) in %s:%d: %pV (errno=%d %s)\n", in __btrfs_panic()
|
| /linux/arch/mips/fw/arc/ |
| H A D | init.c | 34 printk(KERN_CRIT "Aieee, bad prom vector magic %08lx\n", in prom_init()
|
| /linux/arch/sparc/mm/ |
| H A D | fault_64.c | 63 printk(KERN_CRIT "OOPS: Bogus kernel PC [%016lx] in fault handler\n", in bad_kernel_pc() 65 printk(KERN_CRIT "OOPS: RPC [%016lx]\n", regs->u_regs[15]); in bad_kernel_pc() 67 printk(KERN_CRIT "OOPS: Fault was to vaddr[%lx]\n", vaddr); in bad_kernel_pc()
|
| /linux/drivers/firmware/efi/ |
| H A D | reboot.c | 39 printk(KERN_CRIT "efi: %s reset requested but pending " in efi_reboot()
|
| /linux/arch/um/include/shared/ |
| H A D | user.h | 33 #define UM_KERN_CRIT KERN_CRIT
|
| /linux/fs/nilfs2/ |
| H A D | page.c | 160 printk(KERN_CRIT "NILFS_FOLIO_BUG(NULL)\n"); in nilfs_folio_bug() 167 printk(KERN_CRIT "NILFS_FOLIO_BUG(%p): cnt=%d index#=%llu flags=0x%lx " in nilfs_folio_bug() 178 printk(KERN_CRIT in nilfs_folio_bug()
|