Searched refs:panic (Results 151 - 175 of 659) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mm/
H A Dkasan_init.c61 panic("%s failed to allocate shadow page for address 0x%lx\n",
110 panic("%s failed to allocate shadow block for address 0x%lx\n",
142 panic("%s failed to allocate shadow block for address 0x%lx\n",
/linux-master/arch/arc/kernel/
H A Dsmp.c73 panic("Master cpu (cpu[0]) is missed in cpu possible mask!");
395 panic("Cannot find virq for root domain and hwirq=%lu", hwirq);
403 panic("Percpu IRQ request failed for %u\n", virq);
/linux-master/arch/parisc/kernel/
H A Dinventory.c123 panic("If this is a 64-bit machine, please try a 64-bit kernel.\n");
136 * panic if they are not (it's more likely that the
143 panic("Memory range doesn't align with page size!\n");
198 panic("couldn't allocate memory for PDC_PAT_CELL!");
604 panic("Unknown PDC type!\n");
635 panic("Unknown PDC type!\n");
H A Dvdso.c107 panic("%s: Cannot allocate page list for VDSO", __func__);
/linux-master/drivers/clk/samsung/
H A Dclk.c75 panic("could not allocate clock provider context.\n");
94 panic("could not register clk provider\n");
321 panic("could not allocate register reg_cache.\n");
325 panic("could not allocate register dump storage.\n");
378 panic("%s: failed to map registers\n", __func__);
/linux-master/arch/um/kernel/
H A Dtlb.c375 panic("munmap failed, errno = %d\n",
391 panic("munmap failed, errno = %d\n",
407 panic("munmap failed, errno = %d\n",
423 panic("munmap failed, errno = %d\n",
435 panic("munmap failed, errno = %d\n",
451 panic("flush_tlb_kernel failed, errno = %d\n", err);
/linux-master/sound/soc/sof/intel/
H A Dbdw.c235 /* then get panic info */
254 u32 status, panic, imrx, imrd; local
258 panic = snd_sof_dsp_read(sdev, BDW_DSP_BAR, SHIM_IPCX);
261 sof_print_oops_and_stack(sdev, KERN_ERR, status, panic, &xoops,
269 (panic & SHIM_IPCX_BUSY) ? "yes" : "no",
270 (panic & SHIM_IPCX_DONE) ? "yes" : "no", panic);
/linux-master/arch/x86/kernel/
H A Damd_gart_64.c212 panic("dma_map_area overflow %lu bytes\n", size);
456 panic("dma_map_sg: overflow on %lu pages\n", pages);
647 panic("Cannot allocate GATT table");
649 panic("Could not set GART PTEs to uncacheable pages");
756 panic("Cannot allocate iommu bitmap\n");
803 panic("Cannot allocate iommu scratch page");
H A Dirq_32.c47 panic("low stack detected by irq handler - check messages\n");
H A Ddoublefault_32.c82 panic("cannot return from double fault\n");
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c413 panic(__FILE__ ": find_and_map failed on 'mpc5200-pic'. "
420 panic(__FILE__ ": find_and_map failed on 'mpc5200-bestcomm'. "
454 panic(__FILE__ ": Cannot allocate the IRQ host\n");
/linux-master/arch/sh/mm/
H A Dinit.c142 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
158 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
220 panic("Can't allocate pgdat for node %d\n", nid);
/linux-master/arch/s390/kernel/
H A Dtraps.c149 panic("Translation-Specification Exception");
269 panic("Corrupt kernel stack, can't continue.");
286 panic("Monitor call doesn't work!\n");
/linux-master/arch/openrisc/kernel/
H A Dsetup.c59 panic("No memory!");
165 panic("Couldn't find CPU%d in device tree...\n", cpu_id);
247 panic("no cpu 'clock-frequency' parameter in device tree");
/linux-master/arch/mips/lantiq/xway/
H A Dprom.c79 panic("ase is only supported for non pci kernels");
/linux-master/arch/mips/sgi-ip30/
H A Dip30-smp.c58 panic("IP30: Unknown action value in %s!\n", __func__);
/linux-master/drivers/crypto/ccree/
H A Dcc_fips.c94 panic("ccree: TEE reported cryptographic error in fips mode!\n");
/linux-master/arch/mips/pci/
H A Dfixup-cobalt.c153 panic("Cannot read board ID");
/linux-master/arch/x86/um/os-Linux/
H A Dregisters.c109 panic("check_ptrace : PTRACE_GETFPXREGS failed, errno = %d",
/linux-master/arch/mips/jazz/
H A Dirq.c109 panic("Unimplemented loc_no_irq handler");
/linux-master/crypto/
H A Dkdf_sp800108.c137 panic("alg: self-tests for CTR-KDF (hmac(sha256)) failed (rc=%d)\n",
/linux-master/arch/arm/mach-orion5x/
H A Dpci.c174 panic("pcie_setup unable to alloc resources");
184 panic("Request PCIe Memory resource failed\n");
495 panic("pci_setup unable to alloc resources");
505 panic("Request PCI Memory resource failed\n");
/linux-master/arch/sparc/kernel/
H A Dauxio_32.c101 panic("Can't set AUXIO register on this machine.");
/linux-master/arch/m68k/mm/
H A Dmotorola.c195 panic ("table already free!");
231 panic("%s: Failed to allocate %lu bytes align=%lx\n",
279 panic("%s: Failed to allocate %lu bytes align=%lx\n",
496 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
/linux-master/drivers/tty/
H A Dpty.c541 panic("Couldn't allocate pty driver");
548 panic("Couldn't allocate pty slave driver");
580 panic("Couldn't register pty driver");
582 panic("Couldn't register pty slave driver");
882 panic("Couldn't allocate Unix98 ptm driver");
890 panic("Couldn't allocate Unix98 pts driver");
922 panic("Couldn't register Unix98 ptm driver");
924 panic("Couldn't register Unix98 pts driver");
933 panic("Couldn't register /dev/ptmx driver");

Completed in 311 milliseconds

1234567891011>>