Searched refs:panic (Results 76 - 100 of 659) sorted by relevance

1234567891011>>

/linux-master/arch/loongarch/kernel/
H A Dirq.c118 panic("IPI IRQ mapping failed\n");
122 panic("IPI IRQ request failed\n");
/linux-master/arch/mips/ralink/
H A Drt305x.c52 panic("rt5350: invalid DRAM size: %u", t);
133 panic("rt305x: unknown SoC, n0:%08x n1:%08x",
H A Drt3883.c95 panic("rt3883: unknown SoC, n0:%08x n1:%08x",
H A Drt288x.c95 panic("rt288x: unknown SoC, n0:%08x n1:%08x",
/linux-master/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c130 panic("Could not allocate timer IRQ!");
171 panic("Restart failed\n");
/linux-master/arch/openrisc/kernel/
H A Dtime.c158 panic("failed to register clocksource");
172 panic("Linux not supported on devices without tick timer");
/linux-master/arch/arc/kernel/
H A Dintc-arcv2.c171 panic("DeviceTree incore intc not a root irq controller\n");
175 panic("root irq domain not avail\n");
/linux-master/arch/mips/bmips/
H A Dsetup.c163 panic("missing 'cpus' DT node");
165 panic("missing 'mips-hpt-frequency' property");
/linux-master/arch/m68k/atari/
H A Dstram.c85 panic("atari_stram_init: no ST-RAM found!");
100 panic("%s: Failed to allocate %lu bytes align=%lx\n",
/linux-master/arch/m68k/mm/
H A Dsun3mmu.c49 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
62 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
/linux-master/drivers/soc/litex/
H A Dlitex_soc_ctrl.c33 * In case any problems are detected, the driver should panic.
48 panic("Scratch register read error - the system is probably broken! Expected: 0x%x but got: 0x%lx",
57 panic("Scratch register write error - the system is probably broken! Expected: 0x%x but got: 0x%lx",
/linux-master/arch/s390/mm/
H A Dextable.c7 #include <linux/panic.h>
103 panic("invalid exception table entry");
/linux-master/arch/um/kernel/
H A Dtime.c48 panic("time-travel: time goes backwards %lld -> %lld\n",
51 panic("The system was going to sleep forever, aborting");
85 panic("time-travel external link is broken\n");
87 panic("invalid time-travel message - %d bytes\n", ret);
142 panic("time-travel: ACK message has different seqno! op=%d, seq=%d != %d time=%lld\n",
421 panic("On-stack event dequeued outside of the stack! time=%lld, event time=%lld, event=%pS\n",
539 panic("time-travel: invalid external ID in string '%s'\n",
549 panic("time-travel: failed to connect to external socket %s\n",
H A Dmem.c89 panic("%s: Failed to allocate %lu bytes align=%lx\n",
103 panic("%s: Failed to allocate %lu bytes align=%lx\n",
154 panic("%s: Failed to allocate %lu bytes align=%lx\n",
175 panic("%s: Failed to allocate %lu bytes align=%lx\n",
/linux-master/kernel/
H A Dpanic.c3 * linux/kernel/panic.c
143 * Stop ourself in panic -- architecture code may override this
161 * Stop other CPUs in panic. Architecture dependent code may override this
171 * This function can be called twice in panic path, but obviously
179 * unfortunately means it may not be hardened to work in a panic
189 * A variant of panic() called from NMI context. We return if we've already
203 panic("%s", msg);
241 panic("%s: panic_on_warn set ...\n", origin);
245 panic("%s: system warned too often (kernel.warn_limit is %d)",
261 * which unfortunately may not be hardened to work in a panic
281 void panic(const char *fmt, ...) function
472 EXPORT_SYMBOL(panic); variable
[all...]
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1xxx.c81 panic("cannot initialize board support");
/linux-master/arch/mips/fw/arc/
H A Didentify.c76 panic("Yeee, could not determine architecture type <%s>", s);
/linux-master/arch/arm/kernel/
H A Dpsci_smp.c76 panic("psci: cpu %d failed to shutdown\n", cpu);
/linux-master/drivers/soc/canaan/
H A Dk210-sysctl.c72 panic("k210-sysctl: ioremap failed");
/linux-master/arch/arm64/kernel/
H A Dtime.c66 panic("Unable to initialise architected timer.\n");
/linux-master/arch/s390/kernel/
H A Djump_label.c44 panic("Corrupted kernel text");
/linux-master/arch/powerpc/platforms/pasemi/
H A Diommu.c151 panic("Failed to initialize iommu table");
206 panic("%s: Failed to allocate %lu bytes align=0x%lx max_addr=%x\n",
214 panic("IOBMAP: Cannot allocate spare page!");
222 panic("IOBMAP: Cannot map registers!");
/linux-master/arch/arm/mach-davinci/
H A Dcommon.c94 panic("davinci_common_init: SoC Initialization failed\n");
/linux-master/include/linux/
H A Dpanic.h12 void panic(const char *fmt, ...) __noreturn __cold;
39 * panic_cpu is used for synchronizing panic() and crash_kexec() execution. It
40 * holds a CPU number which is executing panic() currently. A value of
41 * PANIC_CPU_INVALID means no CPU has entered panic() or crash_kexec().
/linux-master/drivers/irqchip/
H A Dirq-orion.c66 panic("%pOFn: unable to add irq domain\n", np);
73 panic("%pOFn: unable to alloc irq domain gc\n", np);
82 panic("%pOFn: unable to request mem region %d",
87 panic("%pOFn: unable to map resource %d", np, n);

Completed in 225 milliseconds

1234567891011>>