Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 200 of 745) sorted by relevance

1234

/linux-4.4.14/arch/cris/arch-v32/mach-fs/
Ddma.c45 panic("request_dma error!"); in crisv32_request_dma()
85 panic("request_dma error!"); in crisv32_request_dma()
96 panic("Invalid DMA channel for eth0\n"); in crisv32_request_dma()
104 panic("Invalid DMA channel for eth1\n"); in crisv32_request_dma()
112 panic("Invalid DMA channel for iop0\n"); in crisv32_request_dma()
120 panic("Invalid DMA channel for iop1\n"); in crisv32_request_dma()
128 panic("Invalid DMA channel for ser0\n"); in crisv32_request_dma()
136 panic("Invalid DMA channel for ser1\n"); in crisv32_request_dma()
144 panic("Invalid DMA channel for ser2\n"); in crisv32_request_dma()
152 panic("Invalid DMA channel for ser3\n"); in crisv32_request_dma()
[all …]
/linux-4.4.14/arch/cris/arch-v32/mach-a3/
Ddma.c43 panic("request_dma error!"); in crisv32_request_dma()
82 panic("request_dma error!"); in crisv32_request_dma()
93 panic("Invalid DMA channel for eth\n"); in crisv32_request_dma()
101 panic("Invalid DMA channel for ser0\n"); in crisv32_request_dma()
109 panic("Invalid DMA channel for ser3\n"); in crisv32_request_dma()
117 panic("Invalid DMA channel for strp\n"); in crisv32_request_dma()
125 panic("Invalid DMA channel for ser1\n"); in crisv32_request_dma()
133 panic("Invalid DMA channel for iop\n"); in crisv32_request_dma()
141 panic("Invalid DMA channel for ser2\n"); in crisv32_request_dma()
149 panic("Invalid DMA channel for sser\n"); in crisv32_request_dma()
[all …]
/linux-4.4.14/arch/mips/mti-malta/
Dmalta-dtshim.c112 panic("Unable to add memory node to DT: %d", mem_off); in append_memory()
116 panic("Unable to set memory node device_type: %d", err); in append_memory()
122 panic("Unable to set memory regs property: %d", err); in append_memory()
128 panic("Unable to set linux,usable-memory property: %d", err); in append_memory()
137 panic("Corrupt DT"); in malta_dt_shim()
141 panic("Unable to open FDT: %d", err); in malta_dt_shim()
145 panic("No / node in DT"); in malta_dt_shim()
149 panic("No root compatible property in DT: %d", len); in malta_dt_shim()
159 panic("Unable to pack FDT: %d\n", err); in malta_dt_shim()
Dmalta-setup.c163 panic("Hardware DMA cache coherency not supported!"); in plat_setup_iocoherency()
247 panic("Hardware DMA cache coherency not supported"); in bonito_quirks_setup()
276 panic("Hardware DMA cache coherency not supported"); in plat_mem_setup()
/linux-4.4.14/arch/ia64/sn/pci/pcibr/
Dpcibr_reg.c39 panic in pcireg_control_bit_clr()
59 panic in pcireg_control_bit_set()
83 panic in pcireg_tflush_get()
91 panic("pcireg_tflush_get:Target Flush failed\n"); in pcireg_tflush_get()
113 panic in pcireg_intr_status_get()
137 panic in pcireg_intr_enable_bit_clr()
157 panic in pcireg_intr_enable_bit_set()
187 panic in pcireg_intr_addr_addr_set()
210 panic in pcireg_force_intr_set()
236 panic("pcireg_wrb_flush_get: unknown bridgetype bridge 0x%p", ptr); in pcireg_wrb_flush_get()
[all …]
Dpcibr_ate.c137 panic("pcibr_ate_addr: invalid ate_index 0x%x", ate_index); in pcibr_ate_addr()
151 panic("ate_write: invalid ate_index 0x%x", ate_index); in ate_write()
/linux-4.4.14/arch/mips/pci/
Dmsi-octeon.c140 panic("arch_setup_msi_irq: Unable to find a free MSI interrupt"); in arch_setup_msi_irq()
171 panic("arch_setup_msi_irq: Invalid octeon_dma_bar_type"); in arch_setup_msi_irq()
229 panic("arch_teardown_msi_irq: Attempted to teardown illegal " in arch_teardown_msi_irq()
252 panic("arch_teardown_msi_irq: Attempted to teardown MSI " in arch_teardown_msi_irq()
401 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize()
405 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed"); in octeon_msi_initialize()
409 panic("request_irq(OCTEON_IRQ_PCI_MSI2) failed"); in octeon_msi_initialize()
413 panic("request_irq(OCTEON_IRQ_PCI_MSI3) failed"); in octeon_msi_initialize()
419 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize()
423 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed"); in octeon_msi_initialize()
[all …]
/linux-4.4.14/arch/hexagon/lib/
Dio.c37 panic("unaligned pointer to readsw"); in __raw_readsw()
56 panic("unaligned pointer to writesw"); in __raw_writesw()
71 panic("unaligned pointer to readsl"); in __raw_readsl()
85 panic("unaligned pointer to writesl"); in __raw_writesl()
/linux-4.4.14/drivers/clocksource/
Dbcm2835_timer.c92 panic("Can't remap registers"); in bcm2835_timer_init()
95 panic("Can't read clock-frequency"); in bcm2835_timer_init()
105 panic("Can't parse IRQ"); in bcm2835_timer_init()
109 panic("Can't allocate timer struct\n"); in bcm2835_timer_init()
125 panic("Can't set up timer IRQ\n"); in bcm2835_timer_init()
Ddw_apb_timer_of.c35 panic("Unable to map regs for %s", np->name); in timer_get_base_and_rate()
59 panic("No clock nor clock-frequency property for %s", np->name); in timer_get_base_and_rate()
70 panic("No IRQ for clock event timer"); in add_clockevent()
77 panic("Unable to initialise clockevent device"); in add_clockevent()
95 panic("Unable to initialise clocksource device"); in add_clocksource()
Dtimer-atmel-st.c205 panic(pr_fmt("Unable to get regmap\n")); in atmel_st_timer_init()
215 panic(pr_fmt("Unable to get IRQ from DT\n")); in atmel_st_timer_init()
222 panic(pr_fmt("Unable to setup IRQ\n")); in atmel_st_timer_init()
226 panic(pr_fmt("Unable to get slow clock\n")); in atmel_st_timer_init()
230 panic(pr_fmt("Could not enable slow clock\n")); in atmel_st_timer_init()
234 panic(pr_fmt("Invalid slow clock rate\n")); in atmel_st_timer_init()
Dmoxart_timer.c130 panic("%s: of_iomap failed\n", node->full_name); in moxart_timer_init()
134 panic("%s: irq_of_parse_and_map failed\n", node->full_name); in moxart_timer_init()
138 panic("%s: setup_irq failed\n", node->full_name); in moxart_timer_init()
142 panic("%s: of_clk_get failed\n", node->full_name); in moxart_timer_init()
149 panic("%s: clocksource_mmio_init failed\n", node->full_name); in moxart_timer_init()
Dtime-orion.c115 panic("%s: unable to map resource\n", np->name); in orion_timer_init()
119 panic("%s: unable to get clk\n", np->name); in orion_timer_init()
125 panic("%s: unable to parse timer1 irq\n", np->name); in orion_timer_init()
140 panic("%s: unable to setup irq\n", np->name); in orion_timer_init()
Dtimer-atmel-pit.c214 panic(pr_fmt("Unable to setup IRQ\n")); in at91sam926x_pit_common_init()
237 panic(pr_fmt("Unable to allocate memory\n")); in at91sam926x_pit_dt_init()
241 panic(pr_fmt("Could not map PIT address\n")); in at91sam926x_pit_dt_init()
249 panic(pr_fmt("Unable to get mck clk\n")); in at91sam926x_pit_dt_init()
254 panic(pr_fmt("Unable to get IRQ from DT\n")); in at91sam926x_pit_dt_init()
Dnomadik-mtu.c258 panic("Can't remap registers"); in nmdk_timer_of_init()
262 panic("could not get apb_pclk"); in nmdk_timer_of_init()
266 panic("could not get timclk"); in nmdk_timer_of_init()
270 panic("Can't parse IRQ"); in nmdk_timer_of_init()
Dsun4i_timer.c158 panic("Can't map registers"); in sun4i_timer_init()
162 panic("Can't parse IRQ"); in sun4i_timer_init()
166 panic("Can't get timer clock"); in sun4i_timer_init()
Dasm9260_timer.c196 panic("%s: unable to map resource", np->name); in asm9260_timer_init()
202 panic("Failed to enable clk!\n"); in asm9260_timer_init()
208 panic("Failed to setup irq!\n"); in asm9260_timer_init()
Dsamsung_pwm_timer.c363 panic("samsung_clocksource_timer: can't register clocksource\n"); in samsung_clocksource_init()
391 panic("failed to find PWM channel for clocksource"); in _samsung_pwm_clocksource_init()
397 panic("failed to find PWM channel for clock event"); in _samsung_pwm_clocksource_init()
414 panic("failed to get timers clock for timer"); in samsung_pwm_clocksource_init()
449 panic("failed to get timers clock for timer"); in samsung_pwm_alloc()
Dexynos_mct.c152 panic("MCT hangs after writing %d (offset:0x%lx)\n", value, offset); in exynos4_mct_write()
244 panic("%s: can't register clocksource\n", mct_frc.name); in exynos4_clocksource_init()
526 panic("%s: unable to determine tick clock rate\n", __func__); in exynos4_timer_resources()
531 panic("%s: unable to retrieve mct clock instance\n", __func__); in exynos4_timer_resources()
536 panic("%s: unable to ioremap mct address space\n", __func__); in exynos4_timer_resources()
Dtimer-atlas7.c289 panic("unable to map timer cpu registers\n"); in sirfsoc_of_timer_init()
293 panic("No irq passed for timer0 via DT\n"); in sirfsoc_of_timer_init()
297 panic("No irq passed for timer1 via DT\n"); in sirfsoc_of_timer_init()
Dmeson6_timer.c136 panic("Can't map registers"); in meson6_timer_init()
140 panic("Can't parse IRQ"); in meson6_timer_init()
Dtimer-sun5i.c335 panic("Can't map registers"); in sun5i_timer_init()
339 panic("Can't parse IRQ"); in sun5i_timer_init()
343 panic("Can't get timer clock"); in sun5i_timer_init()
Dtimer-u300.c370 panic("could not ioremap system timer\n"); in u300_timer_init_of()
375 panic("no IRQ for system timer\n"); in u300_timer_init_of()
/linux-4.4.14/arch/arm/plat-samsung/
Dinit.c55 panic("Unknown S3C24XX CPU"); in s3c_init_cpu()
62 panic("Unsupported Samsung CPU"); in s3c_init_cpu()
84 panic("s3c24xx_init_clocks: no cpu setup?\n"); in s3c24xx_init_clocks()
87 panic("s3c24xx_init_clocks: cpu has no clock init\n"); in s3c24xx_init_clocks()
161 panic("s3c_arch_init: NULL cpu\n"); in s3c_arch_init()
/linux-4.4.14/arch/tile/kernel/
Dmessaging.c34 panic("hv_register_message_state: error %d", rc); in init_messaging()
77 panic("hv_receive_message failed: %d", rmi.msglen); in hv_message_intr()
91 panic("Received IPI message %d in UP mode", tag); in hv_message_intr()
107 panic("Message downcall invoked with no messages!"); in hv_message_intr()
Dsmp.c55 panic("hv_send_message returned %d", rc); in __send_IPI_many()
158 panic("Unknown IPI message tag %d", tag); in evaluate_message()
247 panic("Failed to initialize IPI for cpu %d\n", cpu); in ipi_init()
Dsmpboot.c105 panic("failed fork for CPU %d", cpu); in smp_prepare_cpus()
239 panic("Received a MSG_START_CPU IPI after boot finished."); in panic_start_cpu()
Dpmc.c30 panic("Unexpected PERF_COUNT interrupt %d\n", fault); in handle_perf_interrupt()
/linux-4.4.14/arch/sparc/include/asm/
Dfloppy_32.h120 panic("floppy: Port bolixed."); in sun_82072_fd_inb()
128 panic("sun_82072_fd_inb: How did I get here?"); in sun_82072_fd_inb()
137 panic("floppy: Port bolixed."); in sun_82072_fd_outb()
160 panic("floppy: Port bolixed."); in sun_82077_fd_inb()
176 panic("sun_82077_fd_inb: How did I get here?"); in sun_82077_fd_inb()
185 panic("floppy: Port bolixed."); in sun_82077_fd_outb()
239 panic("floppy: Giving up..."); in sun_fd_set_dma_mode()
Dfloppy_64.h106 panic("floppy: Port bolixed."); in sun_82077_fd_inb()
115 panic("sun_82072_fd_inb: How did I get here?"); in sun_82077_fd_inb()
124 panic("floppy: Port bolixed."); in sun_82077_fd_outb()
178 panic("floppy: Giving up..."); in sun_fd_set_dma_mode()
/linux-4.4.14/arch/arm/mach-mvebu/
Dplatsmp.c122 panic("Invalid number of CPUs in DT\n"); in armada_xp_smp_init_cpus()
140 panic("Cannot find 'marvell,bootrom' compatible node"); in armada_xp_smp_prepare_cpus()
144 panic("Cannot get 'bootrom' node address"); in armada_xp_smp_prepare_cpus()
148 panic("The address for the BootROM is incorrect"); in armada_xp_smp_prepare_cpus()
/linux-4.4.14/drivers/char/ipmi/
DKconfig22 bool 'Generate a panic event to all BMCs on a panic'
24 When a panic occurs, this will cause the IPMI message handler to
25 generate an IPMI event describing the panic to each interface
29 bool 'Generate OEM events containing the panic string'
32 When a panic occurs, this will cause the IPMI message handler to
34 panic generator (byte 4 of the event), a sequence number for the
/linux-4.4.14/arch/mips/loongson32/common/
Dtime.c57 panic("Failed to remap timer registers"); in ls1x_pwmtimer_init()
195 panic("Invalid timer clock rate"); in ls1x_time_init()
208 panic(KERN_ERR "Failed to register clocksource: %d\n", ret); in ls1x_time_init()
225 panic("unable to get timer clock, err=%ld", PTR_ERR(clk)); in plat_time_init()
233 panic("unable to get cpu clock, err=%ld", PTR_ERR(clk)); in plat_time_init()
Dreset.c45 panic("Failed to remap watchdog registers"); in ls1x_reboot_setup()
/linux-4.4.14/arch/mips/pistachio/
Dinit.c58 panic("Device-tree not present"); in plat_mem_setup()
129 panic("Device tree not present"); in plat_of_setup()
132 panic("Failed to populate DT"); in plat_of_setup()
/linux-4.4.14/arch/mips/ralink/
Dof.c38 panic("Failed to find %s node", node); in plat_of_remap_node()
41 panic("Failed to get resource for %s", node); in plat_of_remap_node()
46 panic("Failed to request resources for %s", node); in plat_of_remap_node()
Dirq.c161 panic("Failed to get INTC IRQ"); in intc_of_init()
164 panic("Failed to get intc memory range"); in intc_of_init()
173 panic("Failed to remap intc memory"); in intc_of_init()
184 panic("Failed to add irqdomain"); in intc_of_init()
Dclk.c29 panic("failed to add clock"); in ralink_clk_add()
74 panic("unable to get CPU clock, err=%ld", PTR_ERR(clk)); in plat_time_init()
Drt288x.c89 panic("Failed to remap core resources"); in ralink_of_remap()
108 panic("rt288x: unknown SoC, n0:%08x n1:%08x", n0, n1); in prom_soc_init()
Drt305x.c130 panic("rt5350: invalid DRAM size: %u", t); in rt5350_get_mem_size()
218 panic("Failed to remap core resources"); in ralink_of_remap()
258 panic("rt305x: unknown SoC, n0:%08x n1:%08x", n0, n1); in prom_soc_init()
Drt3883.c123 panic("Failed to remap core resources"); in ralink_of_remap()
142 panic("rt3883: unknown SoC, n0:%08x n1:%08x", n0, n1); in prom_soc_init()
/linux-4.4.14/arch/tile/include/asm/
Dtlbflush.h51 panic("hv_flush_page(%#lx,%#lx) failed: %d", in local_flush_tlb_page()
65 panic("hv_flush_pages(%#lx,%#lx,%#lx) failed: %d", in local_flush_tlb_pages()
76 panic("hv_flush_all(1) failed: %d", rc); in local_flush_tlb()
Dio.h184 panic("readb/writeb and friends do not exist on tile without PCI"); in iomem_panic()
400panic("PCI IO space support is disabled. Configure the kernel with CONFIG_TILE_PCI_IO to enable it… in ioport_panic()
402 panic("inb/outb and friends do not exist on tile"); in ioport_panic()
Dmmu_context.h43 panic("hv_install_context failed: %d", rc); in __install_page_table()
/linux-4.4.14/arch/metag/kernel/
Dsetup.c252 panic("Invalid embedded device tree."); in setup_arch()
286 panic("Privilege must be enabled for this thread."); in setup_arch()
293 panic("No TBI found!"); in setup_arch()
308 panic("Kernel not loaded at PAGE_OFFSET (%#x) but at %#lx.", in setup_arch()
317 panic("kernel pte does not have PRIV set"); in setup_arch()
333 panic("Could not find heap from TBI!"); in setup_arch()
382 panic("Kernel must be %d byte aligned, currently at %#lx.", in setup_arch()
Dtraps.c116 panic("Fatal exception in interrupt"); in die()
119 panic("Fatal exception"); in die()
166 panic("couldn't save DSP context"); in dspram_save()
175 panic("couldn't save DSP context"); in dspram_save()
219 panic("couldn't save DSP context: ENOMEM"); in nest_interrupts()
/linux-4.4.14/arch/arc/kernel/
Dsetup.c297 panic("Timer0 is not present!\n"); in arc_chk_core_config()
300 panic("Timer1 is not present!\n"); in arc_chk_core_config()
303 panic("RTC is not present\n"); in arc_chk_core_config()
311 panic("Linux built with incorrect DCCM Base address\n"); in arc_chk_core_config()
314 panic("Linux built with incorrect DCCM Size\n"); in arc_chk_core_config()
319 panic("Linux built with incorrect ICCM Size\n"); in arc_chk_core_config()
334 panic("FPU non-existent, disable CONFIG_ARC_FPU_SAVE_RESTORE\n"); in arc_chk_core_config()
338 panic("llock/scond livelock workaround missing\n"); in arc_chk_core_config()
378 panic("Invalid uboot arg\n"); in setup_arch()
388 panic("Embedded DT invalid\n"); in setup_arch()
Dintc-arcv2.c70 panic("Linux default irq prio incorrect\n"); in arc_init_IRQ()
139 panic("DeviceTree incore intc not a root irq controller\n"); in init_onchip_IRQ()
145 panic("root irq domain not avail\n"); in init_onchip_IRQ()
Dintc-compact.c106 panic("DeviceTree incore intc not a root irq controller\n"); in init_onchip_IRQ()
112 panic("root irq domain not avail\n"); in init_onchip_IRQ()
Dirq.c89 panic("Percpu IRQ request failed for %d\n", irq); in arc_request_percpu_irq()
Dmcip.c144 panic("kernel trying to use non-existent GRTC\n"); in mcip_probe_n_setup()
322 panic("IDU not detected, but DeviceTree using it"); in idu_of_init()
/linux-4.4.14/sound/usb/hiface/
Dpcm.c57 bool panic; /* if set driver won't do anymore pcm on device */ member
218 rt->panic = false; in hiface_pcm_stream_start()
317 if (rt->panic || rt->stream_state == STREAM_STOPPING) in hiface_pcm_out_urb_handler()
352 rt->panic = true; in hiface_pcm_out_urb_handler()
362 if (rt->panic) in hiface_pcm_open()
404 if (rt->panic) in hiface_pcm_close()
441 if (rt->panic) in hiface_pcm_prepare()
473 if (rt->panic) in hiface_pcm_trigger()
505 if (rt->panic || !sub) in hiface_pcm_pointer()
552 rt->panic = true; in hiface_pcm_abort()
/linux-4.4.14/arch/mips/bmips/
Dsetup.c132 panic("missing 'cpus' DT node"); in plat_time_init()
134 panic("missing 'mips-hpt-frequency' property"); in plat_time_init()
157 panic("no dtb found"); in plat_mem_setup()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dzylonite.h28 panic("%s: PXA300/PXA310 not supported\n", __func__); in zylonite_pxa300_init()
38 panic("%s: PXA320 not supported\n", __func__); in zylonite_pxa320_init()
/linux-4.4.14/arch/sparc/kernel/
Dreboot.c36 panic("Halt failed!"); in machine_halt()
51 panic("Reboot failed!"); in machine_restart()
/linux-4.4.14/kernel/
Dpanic.c72 void panic(const char *fmt, ...) in panic() function
217 EXPORT_SYMBOL(panic);
455 panic("panic_on_warn set ...\n"); in warn_slowpath_common()
506 panic("stack-protector: Kernel stack is corrupted in: %p\n", in __stack_chk_fail()
513 core_param(panic, panic_timeout, int, 0644);
/linux-4.4.14/arch/mips/xilfpga/
Dinit.c50 panic("Device tree not present"); in plat_of_setup()
53 panic("Failed to populate DT"); in plat_of_setup()
/linux-4.4.14/arch/ia64/mm/
Dcontig.c158 panic("failed to allocate pcpu_alloc_info"); in setup_per_cpu_areas()
170 panic("percpu area overflow static=%zd reserved=%zd\n", in setup_per_cpu_areas()
182 panic("failed to setup percpu area (err=%d)", rc); in setup_per_cpu_areas()
215 panic("Cannot find %ld bytes for bootmap\n", bootmap_size); in find_memory()
/linux-4.4.14/fs/pstore/
DKconfig22 messages, even if no oops or panic happened.
43 was last called before a reset or panic.
48 tristate "Log panic/oops to a RAM buffer"
56 This enables panic and oops messages to be logged to a circular
/linux-4.4.14/arch/cris/arch-v10/drivers/
Daxisflashmap.c377 panic("axisflashmap: Could not initialize " in init_axis_flash()
394 panic("axisflashmap could not add MTD partitions!\n"); in init_axis_flash()
404 panic("This kernel cannot boot from RAM!\n"); in init_axis_flash()
410 panic("axisflashmap couldn't allocate memory for " in init_axis_flash()
422 panic("axisflashmap could not initialize MTD RAM " in init_axis_flash()
/linux-4.4.14/arch/nios2/kernel/
Dtime.c214 panic("Unable to map reg for %s\n", np->name); in nios2_timer_get_base_and_freq()
217 panic("Unable to get %s clock frequency\n", np->name); in nios2_timer_get_base_and_freq()
244 panic("Unable to parse timer irq\n"); in nios2_clockevent_init()
258 panic("Unable to setup timer irq\n"); in nios2_clockevent_init()
325 panic("%d timer is found, it needs 2 timers in system\n", count); in time_init()
Dcpuinfo.c57 panic("%s: No CPU found in devicetree!\n", __func__); in setup_cpuinfo()
60 panic("initda instruction is unimplemented. Please update your " in setup_cpuinfo()
88 panic("altr,tlb-num-ways can't be 0. Please check your hardware " in setup_cpuinfo()
/linux-4.4.14/drivers/clk/samsung/
Dclk.c68 panic("could not allocate clock provider context.\n"); in samsung_clk_init()
72 panic("could not allocate clock lookup table\n"); in samsung_clk_init()
91 panic("could not register clk provider\n"); in samsung_clk_of_add_provider()
358 panic("could not allocate register reg_cache.\n"); in samsung_clk_sleep_init()
362 panic("could not allocate register dump storage.\n"); in samsung_clk_sleep_init()
391 panic("%s: failed to map registers\n", __func__); in samsung_cmu_register_one()
397 panic("%s: unable to allocate ctx\n", __func__); in samsung_cmu_register_one()
/linux-4.4.14/arch/mips/kernel/
Dsmp-up.c18 panic(KERN_ERR "%s called", __func__); in up_send_ipi_single()
24 panic(KERN_ERR "%s called", __func__); in up_send_ipi_mask()
Dprom.c65 panic("device tree not present"); in __dt_register_buses()
74 panic("failed to populate DT"); in __dt_register_buses()
Dcpu-bugs64.c168 panic(bug64hit, !R4000_WAR ? r4kwar : nowar); in check_mult_sh()
244 panic(bug64hit, !DADDI_WAR ? daddiwar : nowar); in check_daddi()
312 panic(bug64hit, !DADDI_WAR ? daddiwar : nowar); in check_daddiu()
Dsmp-cps.c289 panic("Failed to call remote CPU\n"); in cps_boot_secondary()
392 panic("Failed to offline CPU %u", cpu); in play_dead()
460 panic("Failed to call remote sibling CPU\n"); in cps_cpu_die()
Dtraps.c399 panic("Fatal exception in interrupt"); in die()
404 panic("Fatal exception"); in die()
1562 panic("Caught Machine Check exception - %scaused by multiple " in do_mcheck()
1606 panic("Unexpected DSP exception"); in do_dsp()
1619 panic("Caught reserved exception %ld - should not happen.", in do_reserved()
1775 panic("Can't handle the cache error!"); in cache_parity_error()
1917 panic("Caught unexpected vectored interrupt."); in do_default_vi()
1940 panic("Shadow register set %d not supported", srs); in set_vi_srs_handler()
1975 panic("VECTORSPACING too small"); in set_vi_srs_handler()
2181 panic(panic_null_cerr); in set_uncached_handler()
/linux-4.4.14/arch/mips/lantiq/xway/
Dsysctrl.c176 panic("activating PMU module failed!"); in ltq_pmu_enable()
229 panic("activating PMU module failed!"); in pmu_enable()
439 panic("Failed to load core nodes from devicetree"); in ltq_soc_init()
444 panic("Failed to get core resources"); in ltq_soc_init()
460 panic("Failed to remap core resources"); in ltq_soc_init()
469 panic("Failed to load xbar nodes from devicetree"); in ltq_soc_init()
471 panic("Failed to get xbar resources"); in ltq_soc_init()
474 panic("Failed to get xbar resources"); in ltq_soc_init()
479 panic("Failed to remap xbar resources"); in ltq_soc_init()
Dreset.c360 panic("Failed to load reset resources from devicetree"); in mips_reboot_setup()
363 panic("Failed to get rcu memory range"); in mips_reboot_setup()
370 panic("Failed to remap core memory"); in mips_reboot_setup()
Dvmmc.c21 panic("no cp1 base was set\n"); in ltq_get_cp1_base()
Ddma.c225 panic("Failed to remap dma resource"); in ltq_dma_init()
230 panic("Failed to get dma clock"); in ltq_dma_init()
/linux-4.4.14/arch/cris/arch-v32/drivers/
Daxisflashmap.c327 panic("This kernel cannot boot from RAM!\n"); in init_axis_flash()
535 panic("axisflashmap: Could not initialize " in init_axis_flash()
551 panic("axisflashmap: Couldn't allocate memory " in init_axis_flash()
560 panic("axisflashmap: Could not initialize " in init_axis_flash()
572 panic("axisflashmap: Could not add mtd " in init_axis_flash()
581 panic("axisflashmap: Could not initialize " in init_axis_flash()
/linux-4.4.14/arch/xtensa/kernel/
Dsetup.c407 panic("S32C1I exception error"); in check_s32c1i()
409 panic("S32C1I compare error"); in check_s32c1i()
421 panic("S32C1I exception error (b)"); in check_s32c1i()
423 panic("S32C1I store error"); in check_s32c1i()
431 panic("S32C1I exceptions not currently supported"); in check_s32c1i()
434 panic("inconsistent S32C1I exceptions"); in check_s32c1i()
/linux-4.4.14/arch/arm/firmware/
Dtrusted_foundations.c93 panic("Trusted Foundation: missing version-major property\n"); in of_register_trusted_foundations()
97 panic("Trusted Foundation: missing version-minor property\n"); in of_register_trusted_foundations()
/linux-4.4.14/arch/sh/drivers/pci/
Dfixups-cayman.c43 if (i > 3) panic("PCI path to root bus too long!\n"); in pcibios_map_platform_irq()
60 panic("PCI expansion bus device found - not handled!\n"); in pcibios_map_platform_irq()
Dpci-sh5.c122 panic("Unable to remap PCICR\n"); in sh5pci_init()
127 panic("Unable to remap PCIIO\n"); in sh5pci_init()
/linux-4.4.14/drivers/irqchip/
Dirq-orion.c67 panic("%s: unable to add irq domain\n", np->name); in orion_irq_init()
74 panic("%s: unable to alloc irq domain gc\n", np->name); in orion_irq_init()
83 panic("%s: unable to request mem region %d", in orion_irq_init()
88 panic("%s: unable to map resource %d", np->name, n); in orion_irq_init()
Dirq-bcm2835.c151 panic("%s: unable to map IC registers\n", in armctrl_of_init()
157 panic("%s: unable to create IRQ domain\n", node->full_name); in armctrl_of_init()
177 panic("%s: unable to get parent interrupt.\n", in armctrl_of_init()
Dirq-sun4i.c101 panic("%s: unable to map IC registers\n", in sun4i_of_init()
128 panic("%s: unable to create IRQ domain\n", node->full_name); in sun4i_of_init()
Dirq-bcm2836.c245 panic("%s: unable to map local interrupt registers\n", in bcm2836_arm_irqchip_l1_intc_of_init()
253 panic("%s: unable to create IRQ domain\n", node->full_name); in bcm2836_arm_irqchip_l1_intc_of_init()
Dirq-mxs.c178 panic("%s: unable to create irq domain", np->full_name); in icoll_add_domain()
187 panic("%s: unable to map resource", np->full_name); in icoll_init_iobase()
/linux-4.4.14/arch/m68k/include/asm/
Dsun3xflop.h52 panic("floppy: Port bolixed."); in sun3x_82072_fd_inb()
65 panic("sun_82072_fd_inb: How did I get here?"); in sun3x_82072_fd_inb()
74 panic("floppy: Port bolixed."); in sun3x_82072_fd_outb()
Dbug.h15 panic("BUG!"); \
/linux-4.4.14/arch/um/kernel/
Dtrap.c221 panic("Segfault with no mm"); in segv()
225 panic("Kernel tried to access user memory at addr 0x%lx, ip 0x%lx", in segv()
250 panic("fault_addr set but no fault catcher"); in segv()
256 panic("Kernel mode fault at addr 0x%lx, ip 0x%lx", in segv()
293 panic("Kernel mode signal %d", sig); in relay_signal()
Dtlb.c330 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
347 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
364 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
377 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
/linux-4.4.14/arch/hexagon/kernel/
Dvdso.c39 panic("Cannot allocate vdso"); in vdso_init()
43 panic("Cannot map vdso"); in vdso_init()
Dtraps.c229 panic("Fatal exception in interrupt"); in die()
232 panic("Fatal exception"); in die()
347 panic("Unrecognized exception 0x%lx\n", pt_cause(regs)); in do_genex()
/linux-4.4.14/arch/unicore32/kernel/
Dtraps.c233 panic("Fatal exception in interrupt"); in die()
235 panic("Fatal exception"); in die()
266 panic("bad mode"); in bad_mode()
296 panic("Oops failed to kill thread"); in abort()
/linux-4.4.14/arch/parisc/kernel/
Dinventory.c106 panic("If this is a 64-bit machine, please try a 64-bit kernel.\n"); in setup_pdc()
126 panic("Memory range doesn't align with page size!\n"); in set_pmem_entry()
181 panic("couldn't allocate memory for PDC_PAT_CELL!"); in pat_query_module()
587 panic("Unknown PDC type!\n"); in do_memory_inventory()
618 panic("Unknown PDC type!\n"); in do_device_inventory()
Dftrace.c60 dereference_function_descriptor(&panic); in pop_return_trace()
93 dereference_function_descriptor(&panic); in ftrace_return_to_handler()
Dcache.c143 panic("parisc_cache_init: pdc_cache_info failed"); in parisc_cache_init()
232 panic("SMP kernel required to avoid non-equivalent aliasing"); in parisc_cache_init()
270 panic("pdc_spaceid_bits call failed.\n"); in disable_sr_hashing()
272 panic("SpaceID hashing is still on!\n"); in disable_sr_hashing()
Dsetup.c97 panic( "PA-RISC Linux currently only supports machines that conform to\n" in dma_ops_init()
407 panic("must have an fpu to boot linux"); in start_parisc()
Dprocessor.c131 panic("couldn't allocate memory for PDC_PAT_CELL!"); in processor_probe()
337 panic("FP CoProc not reported"); in init_per_cpu()
/linux-4.4.14/arch/openrisc/kernel/
Dtime.c136 panic("failed to register clocksource"); in openrisc_timer_init()
150 panic("Linux not supported on devices without tick timer"); in time_init()
Dsetup.c74 panic("No memory!"); in setup_memory()
173 panic("No compatible CPU found in device tree...\n"); in setup_cpuinfo()
276 panic("no cpu 'clock-frequency' parameter in device tree"); in calibrate_delay()
/linux-4.4.14/arch/mips/sgi-ip27/
Dip27-timer.c136 panic("Allocation of irq number for timer failed"); in hub_rt_clock_event_global_init()
186 panic("Can't find board info for myself."); in cpu_time_init()
191 panic("No information about myself?"); in cpu_time_init()
Dip27-init.c211 panic("Kernel compiled for M mode."); in plat_mem_setup()
214 panic("Kernel compiled for N mode."); in plat_mem_setup()
Dip27-irq.c158 panic("CPU %d got a profiling interrupt", smp_processor_id()); in ip27_prof_timer()
163 panic("CPU %d got a hub error interrupt", smp_processor_id()); in ip27_hub_error()
Dip27-irq-pci.c72 panic("Cpu %d flooded with devices", cpu); in alloc_level()
95 panic("Could not identify cpu/level for irq %d", irq); in find_level()
/linux-4.4.14/arch/arm/mach-bcm/
Dplatsmp-brcmstb.c173 panic("ZONE_MEM_PWR_STATE_MASK set timeout"); in brcmstb_cpu_power_on()
178 panic("ZONE_DPG_PWR_STATE_MASK set timeout"); in brcmstb_cpu_power_on()
229 panic("ZONE_MEM_PWR_STATE_MASK clear timeout"); in brcmstb_cpu_kill()
234 panic("ZONE_DPG_PWR_STATE_MASK clear timeout"); in brcmstb_cpu_kill()
/linux-4.4.14/arch/mips/bcm47xx/
Dsetup.c149 panic("Failed to initialize SSB bus (err %d)", err); in bcm47xx_register_ssb()
174 panic("Failed to register BCMA bus (err %d)", err); in bcm47xx_register_bcma()
225 panic("Failed to initialize BCMA bus (err %d)", err); in bcm47xx_bus_setup()
/linux-4.4.14/arch/ia64/sn/kernel/
Dio_acpi_init.c215 panic("%s: Unable to alloc memory for pcidev_info", __func__); in sn_extract_device_info()
224 panic("%s: Unable to alloc memory for sn_irq_info", __func__); in sn_extract_device_info()
264 panic("%s: Unable to find host devfn\n", __func__); in get_host_devfn()
280 panic("%s: Unable to find host devfn\n", __func__); in get_host_devfn()
435 panic("%s: Failure obtaining pcidev_info for %s\n", in sn_acpi_slot_fixup()
508 panic("sal_ioif_init failed: [%lx] %s\n", in sn_io_acpi_init()
Dhuberror.c40 panic("%s: Fatal %s Error", __func__, in hub_eint_handler()
51 panic("%s: Fatal TIO Error", __func__); in hub_eint_handler()
/linux-4.4.14/arch/arm/mach-prima2/
Dpm.c112 panic("unable to find base address of pwrc node in dtb\n"); in sirfsoc_of_pwrc_init()
130 panic("unable to map memc registers\n"); in sirfsoc_memc_probe()
/linux-4.4.14/arch/sh/kernel/
Dmachvec.c74 panic("Failed to select machvec '%s' -- halting.\n", in early_parse_mv()
100 panic("machvec misaligned, invalid __initmv use?"); in sh_mv_setup()
Dtraps.c49 panic("Fatal exception in interrupt"); in die()
52 panic("Fatal exception"); in die()
/linux-4.4.14/arch/mips/lantiq/falcon/
Dsysctrl.c202 panic("Failed to load core nodes from devicetree"); in ltq_soc_init()
209 panic("Failed to get core resources"); in ltq_soc_init()
232 panic("Failed to remap core resources"); in ltq_soc_init()
238 panic("Failed to remap sysctrl resources"); in ltq_soc_init()
/linux-4.4.14/arch/powerpc/sysdev/
Ddart_iommu.c115 panic("DART: TLB did not flush after waiting a long " in dart_tlb_invalidate_all()
147 panic("DART: TLB did not flush after waiting a long " in dart_tlb_invalidate_one()
235 panic("DART: can't get register base ! "); in dart_init()
255 panic("DART: Cannot map registers!"); in dart_init()
/linux-4.4.14/Documentation/DocBook/
Dmtdnand.xml.db41 API-panic-nand-wait-ready
45 API-panic-nand-get-device
47 API-panic-nand-wait
77 API-panic-nand-write
/linux-4.4.14/Documentation/
Dlockup-watchdogs.txt13 panic; a sysctl, "kernel.softlockup_panic", a kernel parameter,
28 The panic option can be used in combination with panic_timeout (this
29 timeout is set through the confusingly named "kernel.panic" sysctl),
46 generate a kernel warning or call panic, depending on the
54 will call panic if it was instructed to do so or resume execution of
DIPMI.txt81 If you want the driver to put an event into the event log on a panic,
82 enable the 'Generate a panic event to all BMCs on a panic' option. If
83 you want the whole panic string put into the event log using OEM
84 events, enable the 'Generate OEM events containing the panic string'
543 this driver cannod to IPMI panic events, extend the watchdog at panic
544 time, or other panic-related IPMI functions without special kernel
596 is the amount of seconds before the reset that the pre-timeout panic will
601 is the value of timeout which is set on kernel panic, in order to let actions
602 such as kdump to occur during panic.
614 "preop_panic" to set the preoperation to panic, or "preop_give_data"
[all …]
Dramoops.txt1 Ramoops oops/panic logger
10 Ramoops is an oops/panic logger that writes its logs to RAM before the system
32 power of two) and each oops/panic writes a "record_size" chunk of
/linux-4.4.14/drivers/tty/
Dpty.c555 panic("Couldn't allocate pty driver"); in legacy_pty_init()
562 panic("Couldn't allocate pty slave driver"); in legacy_pty_init()
594 panic("Couldn't register pty driver"); in legacy_pty_init()
596 panic("Couldn't register pty slave driver"); in legacy_pty_init()
835 panic("Couldn't allocate Unix98 ptm driver"); in unix98_pty_init()
843 panic("Couldn't allocate Unix98 pts driver"); in unix98_pty_init()
875 panic("Couldn't register Unix98 ptm driver"); in unix98_pty_init()
877 panic("Couldn't register Unix98 pts driver"); in unix98_pty_init()
886 panic("Couldn't register /dev/ptmx driver"); in unix98_pty_init()
/linux-4.4.14/arch/powerpc/platforms/44x/
Diss4xx.c63 panic("Can't find top level interrupt controller"); in iss4xx_init_irq()
80 panic("Unrecognized top level interrupt controller"); in iss4xx_init_irq()
Dppc476.c133 panic("Can't find top level interrupt controller"); in ppc47x_init_irq()
146 panic("Unrecognized top level interrupt controller"); in ppc47x_init_irq()
/linux-4.4.14/arch/m68k/apollo/
Dconfig.c73 panic("Unknown apollo model"); in dn_setup_model()
94 panic("Apollo model not yet supported"); in dn_setup_model()
106 panic("Undefined apollo model"); in dn_setup_model()
/linux-4.4.14/arch/mips/bcm63xx/
Dcpu.c249 panic("Failed to detect clock for CPU with id=%04X\n", cpu_id); in detect_cpu_clock()
331 panic("unsupported Broadcom CPU"); in bcm63xx_cpu_init()
372 panic("unsupported broadcom CPU %x", bcm63xx_cpu_id); in bcm63xx_cpu_init()
/linux-4.4.14/arch/um/os-Linux/
Dsignal.c126 panic("enabling signal stack failed, errno = %d\n", errno); in set_sigstack()
207 panic("sigaction failed - errno = %d\n", errno); in set_handler()
212 panic("sigprocmask failed - errno = %d\n", errno); in set_handler()
/linux-4.4.14/arch/x86/kernel/
Damd_gart_64.c189 panic("PCI-DMA: Memory would be corrupted\n"); in iommu_full()
191 panic(KERN_ERR in iommu_full()
229 panic("dma_map_area overflow %lu bytes\n", size); in dma_map_area()
469 panic("dma_map_sg: overflow on %lu pages\n", pages); in gart_map_sg()
677 panic("Cannot allocate GATT table"); in init_amd_gatt()
679 panic("Could not set GART PTEs to uncacheable pages"); in init_amd_gatt()
782 panic("Cannot allocate iommu bitmap\n"); in gart_iommu_init()
846 panic("Cannot allocate iommu scratch page"); in gart_iommu_init()
Dapb_timer.c128 panic("Failed to setup APB system timer\n"); in apbt_set_mapping()
281 panic("APBT counter not counting. APBT disabled\n"); in apbt_clocksource_register()
359 panic("failed to enable APB timer\n"); in apbt_time_init()
Dnmi.c234 panic("NMI: Not continuing"); in pci_serr_error()
259 panic("NMI IOCK error: Not continuing"); in io_check_error()
300 panic("NMI: Not continuing"); in unknown_nmi_error()
Dirq_64.c67 panic("low stack detected by irq handler - check messages\n"); in stack_overflow_check()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-debug.c155 panic("LBUG in interrupt.\n"); in lbug_with_loc()
164 panic("LBUG"); in lbug_with_loc()
/linux-4.4.14/arch/mips/paravirt/
Dparavirt-smp.c126 panic("Cannot request_irq for SchedulerIPI"); in paravirt_prepare_cpus()
131 panic("Cannot request_irq for SMP-Call"); in paravirt_prepare_cpus()
/linux-4.4.14/Documentation/x86/x86_64/
Dmachinecheck6 (often with panic), corrected ones cause a machine check log entry.
58 0: always panic on uncorrected errors, log corrected errors
59 1: panic or SIGBUS on uncorrected errors, log corrected errors
61 3: never panic or SIGBUS, log all errors (for testing only)
Dboot-options.txt47 0: always panic on uncorrected errors, log corrected errors
48 1: panic or SIGBUS on uncorrected errors, log corrected errors
50 3: never panic or SIGBUS, log all errors (for testing only)
243 panic Always panic when IOMMU overflows.
259 panic Always panic when IOMMU overflows
/linux-4.4.14/arch/tile/mm/
Dfault.c56 panic("Signal %d (code %d) at %#lx sent to %s!", in force_sig_info_fault()
173 panic("Hit migrating PTE (%#llx) and page PFN %#lx still migrating", in wait_for_migration()
537 panic("Kernel page fault running %s!", in handle_page_fault()
581 panic(fmt, ##__VA_ARGS__); \
800 panic("Bad fault number %d in do_page_fault", fault_num); in __do_page_fault()
828 panic("Second async fault %d; old fault was %d (%#lx/%ld)", in __do_page_fault()
/linux-4.4.14/arch/arc/mm/
Dcache.c921 panic("cache support enabled but non-existent cache\n"); in arc_cache_init()
924 panic("ICache line [%d] != kernel Config [%d]", in arc_cache_init()
928 panic("Cache ver [%d] doesn't match MMU ver [%d]\n", in arc_cache_init()
945 panic("cache support enabled but non-existent cache\n"); in arc_cache_init()
948 panic("DCache line [%d] != kernel Config [%d]", in arc_cache_init()
956 panic("Enable CONFIG_ARC_CACHE_VIPT_ALIASING\n"); in arc_cache_init()
958 panic("Disable CONFIG_ARC_CACHE_VIPT_ALIASING\n"); in arc_cache_init()
Dtlb.c826 panic("MMU ver %d doesn't match kernel built for %d...\n", in arc_mmu_init()
831 panic("MMU pg size != PAGE_SIZE (%luk)\n", TO_KB(PAGE_SIZE)); in arc_mmu_init()
835 panic("MMU Super pg size != Linux HPAGE_PMD_SIZE (%luM)\n", in arc_mmu_init()
839 panic("Hardware doesn't support PAE40\n"); in arc_mmu_init()
/linux-4.4.14/arch/blackfin/mach-bf561/
Dsmp.c106 panic("CPU%u: processor failed to boot\n", cpu); in platform_boot_secondary()
119 panic("Cannot request %s for IPI service", name); in platform_request_ipi()
/linux-4.4.14/arch/ia64/hp/common/
Dsba_iommu.c148 panic(#expr); \
970 panic("Sanity check failed"); in sba_map_page()
1495 panic("Check before sba_map_sg_attrs()"); in sba_map_sg_attrs()
1531 panic("Check after sba_map_sg_attrs()\n"); in sba_map_sg_attrs()
1627 panic(PFX "Unsupported IOTLB page size %ldK", in ioc_iova_init()
1637 panic(PFX "Couldn't allocate I/O Page Table\n"); in ioc_iova_init()
1676 panic(PFX "Couldn't allocate PDIR spill page\n"); in ioc_iova_init()
1718 panic(PFX "Couldn't allocate resource map\n"); in ioc_resource_init()
1753 panic(PFX "Couldn't allocate struct pci_dev"); in ioc_sac_init()
1757 panic(PFX "Couldn't allocate struct pci_controller"); in ioc_sac_init()
[all …]
Dhwsw_iommu.c56 panic("Unable to initialize software I/O TLB services"); in hwsw_init()
/linux-4.4.14/sound/usb/6fire/
Dpcm.c304 if (usb_urb->status || rt->panic || rt->stream_state == STREAM_STOPPING) in usb6fire_pcm_in_urb_handler()
308 rt->panic = true; in usb6fire_pcm_in_urb_handler()
396 if (rt->panic) in usb6fire_pcm_open()
432 if (rt->panic) in usb6fire_pcm_close()
472 if (rt->panic) in usb6fire_pcm_prepare()
516 if (rt->panic) in usb6fire_pcm_trigger()
549 if (rt->panic || !sub) in usb6fire_pcm_pointer()
685 rt->panic = true; in usb6fire_pcm_abort()
Dpcm.h56 bool panic; /* if set driver won't do anymore pcm on device */ member
/linux-4.4.14/fs/
Danon_inodes.c169 panic("anon_inode_init() kernel mount failed (%ld)\n", PTR_ERR(anon_inode_mnt)); in anon_inode_init()
173 panic("anon_inode_init() inode allocation failed (%ld)\n", PTR_ERR(anon_inode_inode)); in anon_inode_init()
/linux-4.4.14/arch/powerpc/oprofile/
Dop_model_fsl_emb.c55 panic("Bad ctr number\n"); in get_pmlca()
83 panic("Bad ctr number\n"); in set_pmlca()
166 panic("Bad ctr number!\n"); in init_pmc_stop()
/linux-4.4.14/arch/metag/
DKconfig.soc64 bool "Halt the core on panic"
66 Halt the core when a panic occurs. This is useful when running
/linux-4.4.14/arch/mips/lantiq/
Dirq.c370 panic("Failed to get icu memory range"); in icu_of_init()
379 panic("Failed to remap icu memory"); in icu_of_init()
450 panic("failed to load external irq resources"); in icu_of_init()
459 panic("Failed to remap eiu memory"); in icu_of_init()
Dprom.c99 panic("failed to register_vsmp_smp_ops()"); in prom_init()
/linux-4.4.14/arch/blackfin/kernel/
Dtraps.c205 panic("BUG()"); in trap_c()
461 panic("Kernel exception"); in trap_c()
536 panic("Double Fault - unrecoverable event"); in double_fault_c()
562 panic("Unrecoverable event"); in panic_cplb_error()
/linux-4.4.14/arch/sh/boards/mach-cayman/
DMakefile4 obj-y := setup.o irq.o panic.o
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dhtab.c107 panic("ps3_hpte_remove() not implemented"); in ps3_hpte_remove()
162 panic("ps3_hpte_updateboltedpp() not implemented"); in ps3_hpte_updateboltedpp()
/linux-4.4.14/arch/mn10300/kernel/
Dfpu-nofpu.c21 panic("An FPU exception was received, but there's no FPU enabled."); in unexpected_fpu_exception()
/linux-4.4.14/arch/arm/mach-mv78xx0/
Dpcie.c69 panic("can't allocate PCIe I/O space"); in mv78xx0_pcie_preinit()
72 panic("invalid number of PCIe ports"); in mv78xx0_pcie_preinit()
90 panic("can't allocate PCIe MEM sub-space"); in mv78xx0_pcie_preinit()
Dcommon.c71 panic("unknown HCLK PLL setting: %.8x\n", in get_hclk()
120 panic("unknown TCLK PLL setting: %.8x\n", in get_tclk()
/linux-4.4.14/arch/x86/kernel/cpu/
Dbugs.c36 panic("Kernel requires i486+ for 'invlpg' and other features"); in check_bugs()
/linux-4.4.14/arch/parisc/
Ddefpalo.conf15 --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
/linux-4.4.14/drivers/scsi/
Du14-34f.c1231 panic("%s: qcomm, invalid SCpnt->sc_data_direction.\n", BN(j)); in scsi_to_dev_dir()
1258 panic("%s: qcomm, SCpnt %p already active.\n", in u14_34f_queuecommand_lck()
1347 panic("%s: abort, invalid SCarg->host_scribble.\n", BN(j)); in DEF_SCSI_QCMD()
1363 panic("%s: abort, mbox %d, SCarg %p, cp SCpnt %p.\n", in DEF_SCSI_QCMD()
1392 panic("%s: abort, mbox %d, invalid cp_stat.\n", BN(j), i); in DEF_SCSI_QCMD()
1440 panic("%s: reset, mbox %d, SCpnt == NULL.\n", BN(j), i); in u14_34f_eh_host_reset()
1453 panic("%s: reset, mbox %d, garbled SCpnt.\n", BN(j), i); in u14_34f_eh_host_reset()
1456 panic("%s: reset, mbox %d, index mismatch.\n", BN(j), i); in u14_34f_eh_host_reset()
1459 panic("%s: reset, mbox %d, SCpnt->scsi_done == NULL.\n", BN(j), i); in u14_34f_eh_host_reset()
1751 panic("%s: ihdlr, invalid mscp bus address %p, cp0 %p.\n", BN(j), in ihdlr()
[all …]
Daha1740.c222 panic("aha1740.c: Irq from unknown host!\n"); in aha1740_intr_handle()
286 panic("aha1740.c"); /* Goodbye */ in aha1740_intr_handle()
360 panic("Unable to find empty ecb for aha1740.\n"); in aha1740_queuecommand_lck()
466 panic("aha1740.c: mbxout busy!\n"); in aha1740_queuecommand_lck()
476 panic("aha1740.c: attn wait failed!\n"); in aha1740_queuecommand_lck()
Deata.c1730 panic("%s: qcomm, invalid SCpnt->sc_data_direction.\n", in scsi_to_dev_dir()
1757 panic("%s: qcomm, SCpnt %p already active.\n", in eata2x_queuecommand_lck()
1849 panic("%s: abort, invalid SCarg->host_scribble.\n", ha->board_name); in DEF_SCSI_QCMD()
1865 panic("%s: abort, mbox %d, SCarg %p, cp SCpnt %p.\n", in DEF_SCSI_QCMD()
1896 panic("%s: abort, mbox %d, invalid cp_stat.\n", ha->board_name, i); in DEF_SCSI_QCMD()
1947 panic("%s: reset, mbox %d, SCpnt == NULL.\n", ha->board_name, i); in eata2x_eh_host_reset()
1962 panic("%s: reset, mbox %d, garbled SCpnt.\n", ha->board_name, i); in eata2x_eh_host_reset()
1965 panic("%s: reset, mbox %d, index mismatch.\n", ha->board_name, i); in eata2x_eh_host_reset()
1968 panic("%s: reset, mbox %d, SCpnt->scsi_done == NULL.\n", in eata2x_eh_host_reset()
2375 panic("%s: ihdlr, mbox %d, invalid cp_stat: %d.\n", in ihdlr()
[all …]
/linux-4.4.14/tools/testing/selftests/pstore/
Dpstore_crash_test18 echo 3 > /proc/sys/kernel/panic
/linux-4.4.14/arch/sh/lib64/
DMakefile13 lib-y := udelay.o panic.o memcpy.o memset.o \
/linux-4.4.14/drivers/clk/sirf/
Dclk-prima2.c124 panic("unable to map rsc registers\n"); in prima2_clk_init()
129 panic("unable to map clkc registers\n"); in prima2_clk_init()
Dclk-atlas6.c125 panic("unable to map rsc registers\n"); in atlas6_clk_init()
130 panic("unable to map clkc registers\n"); in atlas6_clk_init()
/linux-4.4.14/drivers/staging/octeon/
Dethernet-util.h41 panic("Illegal ipd_port %d passed to INTERFACE\n", ipd_port); in INTERFACE()
/linux-4.4.14/arch/arm64/kernel/
Dirq.c54 panic("No interrupt controller found."); in init_IRQ()
Dtime.c76 panic("Unable to initialise architected timer.\n"); in time_init()
/linux-4.4.14/arch/mips/jz4740/
Dtimer.c43 panic("Failed to ioremap timer registers"); in jz4740_timer_init()
Dreset.c88 panic("unable to get RTC clock"); in jz4740_power_off()
/linux-4.4.14/crypto/async_tx/
Dasync_tx.c132 panic("%s: DMA error waiting for depend_tx\n", in async_tx_channel_switch()
284 panic("%s: DMA error waiting for transaction\n", in async_tx_quiesce()
/linux-4.4.14/arch/powerpc/platforms/8xx/
Dm8xx_setup.c159 panic("Could not allocate timer IRQ!"); in mpc8xx_calibrate_decr()
214 panic("Restart failed\n"); in mpc8xx_restart()
/linux-4.4.14/arch/um/os-Linux/skas/
Dmem.c61 panic("do_syscall_stub : PTRACE_SETREGS failed, errno = %d\n", in do_syscall_stub()
67 panic("Failed to continue stub, pid = %d, errno = %d\n", pid, in do_syscall_stub()
/linux-4.4.14/Documentation/ABI/testing/
Dpstore10 the dying moments. In the case of a panic the last part
38 data saved on each oops/panic. Pstore saves (possibly
/linux-4.4.14/arch/arm/mach-orion5x/
Dpci.c174 panic("pcie_setup unable to alloc resources"); in pcie_setup()
184 panic("Request PCIe Memory resource failed\n"); in pcie_setup()
492 panic("pci_setup unable to alloc resources"); in pci_setup()
502 panic("Request PCI Memory resource failed\n"); in pci_setup()
/linux-4.4.14/arch/powerpc/platforms/52xx/
Dmpc52xx_pic.c412 panic(__FILE__ ": find_and_map failed on 'mpc5200-pic'. " in mpc52xx_init_irq()
419 panic(__FILE__ ": find_and_map failed on 'mpc5200-bestcomm'. " in mpc52xx_init_irq()
453 panic(__FILE__ ": Cannot allocate the IRQ host\n"); in mpc52xx_init_irq()
/linux-4.4.14/fs/gfs2/
Dutil.c76 panic("GFS2: fsid=%s: panic requested\n", sdp->sd_fsname); in gfs2_lm_withdraw()
123 panic("GFS2: fsid=%s: warning: assertion \"%s\" failed\n" in gfs2_assert_warn_i()
/linux-4.4.14/arch/powerpc/platforms/pasemi/
Diommu.c208 panic("IOBMAP: Cannot allocate spare page!"); in iob_init()
216 panic("IOBMAP: Cannot map registers!"); in iob_init()
/linux-4.4.14/arch/um/include/shared/
Duser.h26 extern void panic(const char *fmt, ...)
/linux-4.4.14/arch/arm/mach-s3c64xx/
Dmach-s3c64xx-dt.c45 panic("SoC is not S3C64xx!"); in s3c64xx_dt_map_io()
/linux-4.4.14/arch/sh/boards/mach-sdk7786/
Dfpga.c61 panic("FPGA detection failed.\n"); in sdk7786_fpga_init()
/linux-4.4.14/arch/mips/lib/
Diomap-pci.c35 panic("To avoid data corruption io_map_base MUST be set with " in __pci_ioport_map()
/linux-4.4.14/arch/mips/mm/
Dtlbex.c438 panic("TLB refill handler space exceeded"); in build_r3000_tlb_refill_handler()
625 panic("No TLB refill handler yet (CPU type: %d)", in build_tlb_write_entry()
1326 panic("TLB refill handler space exceeded"); in build_r4000_tlb_refill_handler()
1340 panic("TLB refill handler space exceeded"); in build_r4000_tlb_refill_handler()
1495 panic("tlbmiss_handler_setup_pgd space exceeded"); in build_setup_pgd()
1790 panic("TLB load handler fastpath space exceeded"); in build_r3000_tlb_load_handler()
1821 panic("TLB store handler fastpath space exceeded"); in build_r3000_tlb_store_handler()
1852 panic("TLB modify handler fastpath space exceeded"); in build_r3000_tlb_modify_handler()
2101 panic("TLB load handler fastpath space exceeded"); in build_r4000_tlb_load_handler()
2156 panic("TLB store handler fastpath space exceeded"); in build_r4000_tlb_store_handler()
[all …]
Dc-octeon.c245 panic("Unsupported Cavium Networks CPU type"); in probe_octeon()
368 panic("Can't handle cache error: nested exception"); in cache_parity_error_octeon_non_recoverable()
/linux-4.4.14/arch/avr32/kernel/
Dtraps.c68 panic("Fatal exception in interrupt"); in die()
71 panic("Fatal exception"); in die()
/linux-4.4.14/arch/mips/ar7/
Dsetup.c97 panic("Can't remap IO base!"); in plat_mem_setup()
/linux-4.4.14/arch/s390/numa/
Dmode_emu.c291 panic("NUMA emulation could not allocate topology"); in toptree_new()
303 panic("Could not allocate cores to node memory"); in create_core_to_node_map()
351 panic("NUMA emulation could not allocate memory"); in toptree_from_topology()
/linux-4.4.14/arch/x86/um/
Dptrace_64.c107 panic("Bad register in putreg(): %d\n", regno); in putreg()
172 panic("Bad register in getreg: %d\n", regno); in getreg()
Dptrace_32.c115 panic("Bad register in putreg() : %d\n", regno); in putreg()
168 panic("Bad register in getreg() : %d\n", regno); in getreg()
/linux-4.4.14/arch/s390/kernel/
Ddumpstack.c199 panic("Fatal exception in interrupt"); in die()
201 panic("Fatal exception: panic_on_oops"); in die()
Dsmp.c563 panic("could not allocate memory for VX save area\n"); in __smp_store_cpu_state()
647 panic("could not allocate memory for save area\n"); in smp_save_dump_cpus()
742 panic("smp_detect_cpus failed to allocate memory\n"); in smp_detect_cpus()
754 panic("Could not find boot CPU type"); in smp_detect_cpus()
914 panic("Couldn't request external interrupt 0x1201"); in smp_prepare_cpus()
917 panic("Couldn't request external interrupt 0x1202"); in smp_prepare_cpus()
Dtraps.c177 panic("Translation exception"); in translation_exception()
294 panic("Corrupt kernel stack, can't continue."); in kernel_stack_overflow()
/linux-4.4.14/arch/score/mm/
Dinit.c50 panic("Oh boy, that early out of memory?"); in setup_zero_page()
/linux-4.4.14/arch/arm/kernel/
Dpsci_smp.c83 panic("psci: cpu %d failed to shutdown\n", cpu); in psci_cpu_die()
Dtraps.c309 panic("Fatal exception in interrupt"); in oops_end()
311 panic("Fatal exception"); in oops_end()
503 panic("bad mode"); in bad_mode()
761 panic("Oops failed to kill thread"); in abort()
/linux-4.4.14/arch/powerpc/platforms/82xx/
Dpq2.c34 panic("Restart failed\n"); in pq2_restart()
/linux-4.4.14/arch/avr32/boot/u-boot/
Dhead.S77 .long panic
/linux-4.4.14/arch/ia64/kernel/
Dpci-swiotlb.c64 panic("Unable to find Intel IOMMU"); in pci_swiotlb_init()
Dmachvec.c38 panic("generic kernel failed to find machine vector for" in machvec_init()
/linux-4.4.14/arch/mips/fw/arc/
Didentify.c80 panic("Yeee, could not determine architecture type <%s>", s); in string_to_mach()
/linux-4.4.14/arch/h8300/kernel/
Dirq.c61 panic("interrupt vector serup failed."); in setup_vector()
/linux-4.4.14/arch/m68k/bvme6000/
Dconfig.c190 panic ("Couldn't register timer int"); in bvme6000_sched_init()
208 panic ("Couldn't register abort int"); in bvme6000_sched_init()
/linux-4.4.14/arch/arm/mm/
Dnommu.c104 panic("First memory bank must be contiguous from PHYS_OFFSET"); in sanity_check_meminfo_mpu()
267 panic("MPU region initialization failure! %d", region_err); in mpu_setup()
/linux-4.4.14/arch/arm/mach-at91/
Dpm.c337 panic(pr_fmt("unable to map ramc[%d] cpu registers\n"), idx); in at91_dt_ramc()
346 panic(pr_fmt("unable to find compatible ram controller node in dtb\n")); in at91_dt_ramc()
/linux-4.4.14/arch/powerpc/kernel/
Dsetup_64.c703 if (ppc_md.panic) in setup_arch()
736 panic("Kernelbase not 64K-aligned (0x%lx)!\n", in setup_arch()
786 panic("cannot initialize percpu area (err=%d)", rc); in setup_per_cpu_areas()
/linux-4.4.14/init/
Dinitramfs.c87 panic("can't allocate link hash entry"); in find_link()
133 panic("can't allocate dir_entry buffer"); in dir_add()
461 panic("can't allocate buffers"); in unpack_to_rootfs()
612 panic("%s", err); /* Failed to decompress INTERNAL initramfs */ in populate_rootfs()
/linux-4.4.14/arch/mips/alchemy/devboards/
Ddb1xxx.c79 panic("cannot initialize board support"); in board_setup()
/linux-4.4.14/arch/x86/um/os-Linux/
Dregisters.c71 panic("check_ptrace : PTRACE_GETFPXREGS failed, errno = %d", in arch_init_registers()
/linux-4.4.14/mm/
Dpage_ext.c174 panic("Out of memory"); in page_ext_init_flatmem()
400 panic("Out of memory"); in page_ext_init()
/linux-4.4.14/arch/m68k/mvme16x/
Dconfig.c375 panic ("Couldn't register timer int"); in mvme16x_sched_init()
383 panic ("Couldn't register abort int"); in mvme16x_sched_init()

1234