| /linux/arch/alpha/kernel/ |
| 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 | 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 | 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 | 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/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/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/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/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/arch/mips/fw/arc/ |
| H A D | init.c | 34 printk(KERN_CRIT "Aieee, bad prom vector magic %08lx\n", in prom_init()
|
| /linux/drivers/firmware/efi/ |
| H A D | reboot.c | 39 printk(KERN_CRIT "efi: %s reset requested but pending " in efi_reboot()
|
| /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()
|
| /linux/arch/um/include/shared/ |
| H A D | user.h | 33 #define UM_KERN_CRIT KERN_CRIT
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_ct.c | 216 printk(KERN_CRIT "atyfb: vclk out of range\n"); in aty_valid_pll_ct() 423 printk(KERN_CRIT "atyfb: Unsupported xclk source: %d.\n", pll->ct.xclk_post_div); in aty_init_pll_ct() 532 printk(KERN_CRIT "atxfb: xclk out of range\n"); in aty_init_pll_ct() 581 printk(KERN_CRIT "atyfb: mclk out of range\n"); in aty_init_pll_ct()
|
| /linux/kernel/ |
| H A D | watchdog.c | 508 printk(KERN_CRIT "CPU#%d Utilization every %llums during lockup:\n", in print_cpustat() 513 printk(KERN_CRIT "\t#%d: %3u%% system,\t%3u%% softirq,\t" in print_cpustat() 589 printk(KERN_CRIT "CPU#%d Detect HardIRQ Time exceeds %d%%. Most frequent HardIRQs:\n", in print_irq_counts() 596 printk(KERN_CRIT "\t#%u: %-10u\tirq#%d\n", in print_irq_counts()
|
| /linux/drivers/atm/ |
| H A D | eni.c | 94 printk(KERN_CRIT #x "==0x%lx\n",(unsigned long) (x)) 208 printk(KERN_CRIT "eni_put_free overflow (%p,%ld)\n", in eni_put_free() 214 printk(KERN_CRIT "eni_put_free: order %d too small\n", in eni_put_free() 359 printk(KERN_CRIT DEV_LABEL "(itf %d): VCI %d has " in do_rx_dma() 447 printk(KERN_CRIT DEV_LABEL "!j or j too big!!!\n"); in do_rx_dma() 689 printk(KERN_CRIT DEV_LABEL "(itf %d): VCI %ld not " in get_service() 824 printk(KERN_CRIT DEV_LABEL "(itf %d): BUG - VCI %d already " in open_rx_second() 1102 printk(KERN_CRIT DEV_LABEL "(itf %d): needs %d DMA entries " in do_tx() 1476 printk(KERN_CRIT DEV_LABEL "(itf %d): driver error - DMA " in bug_int() 1479 printk(KERN_CRIT DEV_LABEL "(itf %d): driver error - ident " in bug_int() [all …]
|