Searched refs:panic (Results 101 - 125 of 659) sorted by last modified time

1234567891011>>

/linux-master/drivers/clk/samsung/
H A Dclk-exynos5420.c1586 panic("%s: failed to map registers\n", __func__);
1588 panic("%s: unable to determine soc\n", __func__);
H A Dclk-exynos5250.c799 panic("%s: failed to map registers\n", __func__);
801 panic("%s: unable to determine soc\n", __func__);
H A Dclk-exynos4.c1282 panic("%s: failed to map registers\n", __func__);
/linux-master/drivers/base/
H A Dnode.c968 panic("%s() failed to register subsystem: %d\n", __func__, ret);
977 panic("%s() failed to add node: %d\n", __func__, ret);
/linux-master/crypto/
H A Dtestmgr.c5874 panic("alg: self-tests for %s (%s) failed in %s mode!\n",
/linux-master/arch/sparc/mm/
H A Dsrmmu.c283 panic("%s: Failed to allocate %lu bytes align=0x%x\n",
291 panic("%s: Failed to allocate %zu bytes\n", __func__,
430 panic("out of mmu contexts");
457 panic("%s: Failed to allocate %lu bytes\n", __func__, size);
/linux-master/arch/sparc/kernel/
H A Dnmi.c82 panic("Watchdog detected hard LOCKUP on cpu %d", this_cpu);
279 if (!strncmp(str, "panic", 5))
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c165 panic("Failed to allocate %d bytes below %pa for MCE buffer\n",
181 panic("Failed to allocate %zu bytes below %pa for slb area\n",
467 * At this point it is unlikely panic() will get anything
478 panic("Could not enable big endian exceptions");
493 panic("Could not enable little endian exceptions");
824 panic("BUG: Radix support requires either GTSE or RPT_INVALIDATE\n");
1152 .panic = pseries_panic,
H A Dvio.c907 * On failure, continue with entitlement set to 0, will panic()
926 panic("%s: Insufficient system entitlement", __func__);
/linux-master/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c48 panic("Halt failed\n");
/linux-master/arch/powerpc/mm/
H A Dpageattr.c124 panic("%s: changing memory protections failed\n", __func__);
H A Dnuma.c521 panic("numa.c: No memory nodes found!");
1093 panic("Cannot allocate %zu bytes for node %d data\n",
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1114 panic("ERROR: Failed to allocate %pa bytes below %pa\n",
1143 panic("%s: Failed to allocate %lu bytes max_addr=%pa\n",
1265 panic("hash__early_init_mmu: No MMU hash ops defined!\n");
H A Dradix_pgtable.c56 panic("%s: Failed to allocate %lu bytes align=0x%lx nid=%d from=%pa max_addr=%pa\n",
/linux-master/arch/powerpc/kernel/
H A Dtraps.c163 * These are mostly taken from kernel/panic.c, but tries to do
223 * system_reset_excption handles debugger, crash dump, panic, for 0x100
238 * from panic() called below can race and corrupt it. If we
239 * know we are going to panic, delay for 1 second so we have a
248 panic("Fatal exception");
291 * system_reset_excption handles debugger, crash dump, panic, for 0x100
487 * to a holding pattern to avoid it ending up in the panic
494 * panic.
H A Ddt_cpu_ftrs.c1092 panic("%s: Failed to allocate %zu bytes align=0x%lx\n",
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h64 void (*panic)(char *str); member in struct:machdep_calls
/linux-master/arch/parisc/kernel/
H A Dirq.c392 /* exit if already in panic */
439 panic("low stack detected by irq handler - check messages\n");
H A Ddrivers.c909 panic("Could not register PA-RISC bus type\n");
911 panic("Could not register PA-RISC root device\n");
/linux-master/arch/mips/pci/
H A Dops-tx4927.c495 panic("PCI error.");
/linux-master/arch/mips/mm/
H A Dtlbex.c293 * over anything important on overflow before we panic.
416 panic("TLB refill handler space exceeded");
576 panic("No TLB refill handler yet (CPU type: %d)",
1328 panic("TLB refill handler space exceeded");
1342 panic("TLB refill handler space exceeded");
1602 panic("tlbmiss_handler_setup_pgd space exceeded");
1899 panic("TLB load handler fastpath space exceeded");
1929 panic("TLB store handler fastpath space exceeded");
1959 panic("TLB modify handler fastpath space exceeded");
2227 panic("TL
[all...]
/linux-master/arch/mips/kernel/
H A Dtraps.c418 panic("Fatal exception in interrupt");
421 panic("Fatal exception");
1608 panic("Caught Machine Check exception - %scaused by multiple "
1652 panic("Unexpected DSP exception");
1665 panic("Caught reserved exception %ld - should not happen.",
1878 panic("Can't handle the cache error!");
1935 panic("Unhandled Loongson exception - GSCause = %08x", diag1);
2061 panic("Caught unexpected vectored interrupt.");
2111 panic("VECTORSPACING too small");
2305 panic(panic_null_cer
[all...]
H A Dsmp-cps.c432 panic("Failed to call remote CPU\n");
593 panic("Failed to offline CPU %u", cpu);
681 panic("Failed to call remote sibling CPU\n");
/linux-master/tools/objtool/
H A Dnoreturns.h34 NORETURN(panic)
/linux-master/sound/soc/sof/intel/
H A Dhda.c714 /* then get panic info */
763 u32 panic = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_SRAM_REG_FW_TRACEP); local
767 sof_print_oops_and_stack(sdev, level, status, panic, &xoops,

Completed in 610 milliseconds

1234567891011>>