Searched refs:panic (Results 226 - 250 of 659) sorted by relevance

1234567891011>>

/linux-master/arch/mips/ath79/
H A Dsetup.c184 panic("ath79: unknown SoC, id:0x%08x", id);
/linux-master/arch/xtensa/mm/
H A Dinit.c53 panic("No memory found!\n");
/linux-master/arch/mips/mm/
H A Dcontext.c282 panic("Failed to allocate bitmap for %u MMIDs\n", num_mmids);
/linux-master/arch/powerpc/kernel/
H A Dsetup_32.c146 panic("cannot allocate %d bytes for stack at %pS\n",
H A Dsetup-common.c463 panic("%s: Failed to allocate %zu bytes align=0x%zx\n",
728 * should run early in the panic path.
734 * only if the platform wishes to perform final actions in the panic path,
742 * panic does a local_irq_disable, but we really
769 * This handler is only registered if we have a panic callback
771 * Also, it may not return, so it runs really late on panic path.
773 ppc_md.panic(ptr);
802 /* Low-level platform-specific routines that should run on panic */
803 if (ppc_md.panic)
934 /* Setup panic notifie
[all...]
/linux-master/arch/um/kernel/
H A Dphysmem.c54 panic("map_memory(0x%lx, %d, 0x%llx, %ld, %d, %d, %d) failed, "
/linux-master/arch/powerpc/platforms/ps3/
H A Dhtab.c94 panic("ps3_hpte_remove() not implemented");
/linux-master/arch/mips/sibyte/common/
H A Dcfe.c94 panic("initrd out of addressable memory");
250 /* too early for panic to do any good */
263 /* too early for panic to do any good */
/linux-master/arch/nios2/mm/
H A Dfault.c196 panic("Oops");
/linux-master/arch/mips/ralink/
H A Dmt7620.c177 panic("mt762x: unknown SoC, n0:%08x n1:%08x\n",
/linux-master/arch/sparc/include/asm/
H A Dfloppy_64.h107 panic("floppy: Port bolixed.");
116 panic("sun_82072_fd_inb: How did I get here?");
126 panic("floppy: Port bolixed.");
180 panic("floppy: Giving up...");
/linux-master/arch/arm/mm/
H A Dnommu.c167 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
/linux-master/arch/parisc/kernel/
H A Dtraps.c263 panic("Fatal exception in interrupt");
266 panic("Fatal exception");
463 /* Call kernel panic() so reboot timeouts work properly
465 * panic notifiers, and we should call panic
467 * e.g. We should not call panic from
469 * This hack works, prints the panic message twice,
472 panic(msg);
810 panic("IVT invalid");
H A Dcache.c170 panic("parisc_cache_init: pdc_cache_info failed");
275 panic("SMP kernel required to avoid non-equivalent aliasing");
311 /* If this procedure isn't implemented, don't panic. */
313 panic("pdc_spaceid_bits call failed.\n");
315 panic("SpaceID hashing is still on!\n");
/linux-master/net/mptcp/
H A Dctrl.c249 panic("Failed to register MPTCP pernet subsystem.\n");
/linux-master/arch/m68k/q40/
H A Dq40ints.c161 panic("Couldn't register timer int");
/linux-master/drivers/misc/sgi-gru/
H A Dgruhandles.c56 panic(KERN_ALERT "GRU %p (%s) is malfunctioning\n", h, id);
/linux-master/arch/s390/lib/
H A Duaccess.c26 panic("incorrect ASCE on kernel %s\n"
/linux-master/arch/x86/kernel/
H A Dsetup_percpu.c165 panic("cannot initialize percpu area (err=%d)", rc);
/linux-master/arch/um/os-Linux/
H A Dutil.c25 panic("protecting stack failed, errno = %d", errno);
/linux-master/arch/mips/loongson64/
H A Dnuma.c103 panic("Cannot allocate %zu bytes for node %d data\n",
/linux-master/drivers/firmware/efi/
H A Defi-init.c228 panic("Unable to map EFI memory map.\n");
/linux-master/arch/mips/include/asm/
H A Dpage.h42 panic("Invalid FTLB configuration with Conf4_mmuextdef=%d value\n",
/linux-master/arch/s390/kernel/
H A Dtime.c276 panic("Couldn't request external interrupt 0x1004");
280 panic("Couldn't request external interrupt 0x1406");
283 panic("Could not register TOD clock source");
389 panic("TOD clock sync offset %li is too large to drift\n",
/linux-master/arch/arm/kernel/
H A Dtraps.c352 panic("Fatal exception in interrupt");
354 panic("Fatal exception");
543 panic("bad mode");
731 * Try to abort the user program, or panic if it was the kernel.
788 panic("Oops failed to kill thread");

Completed in 203 milliseconds

1234567891011>>