Searched refs:panic (Results 176 - 200 of 659) sorted by relevance

1234567891011>>

/linux-master/arch/arc/mm/
H A Dinit.c59 panic("CONFIG_LINUX_RAM_BASE != DT memory { }");
H A Dtlb.c644 panic("MMU ver %d doesn't match kernel built for\n", mmu->ver);
647 panic("MMU pg size != PAGE_SIZE (%luk)\n", TO_KB(PAGE_SIZE));
651 panic("MMU Super pg size != Linux HPAGE_PMD_SIZE (%luM)\n",
655 panic("Hardware doesn't support PAE40\n");
/linux-master/arch/mips/pic32/pic32mzda/
H A Dconfig.c108 panic("pic32: config base not mapped");
/linux-master/drivers/soc/fujitsu/
H A Da64fx-diag.c33 panic("a64fx_diag: interrupt received\n");
/linux-master/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c63 panic("%s: Failed to allocate %lu bytes align=0x%lx max_addr=%lx\n",
/linux-master/arch/powerpc/mm/
H A Dinit-common.c145 panic("Could not allocate pgtable cache for order %d", shift);
/linux-master/arch/hexagon/kernel/
H A Dprocess.c181 panic("%s: bad thread_info flags 0x%08x\n", __func__,
/linux-master/arch/loongarch/kernel/
H A Defi.c139 panic("Unable to map EFI memory map.\n");
H A Dunaligned.c135 panic("unexpected idx '%d'", idx);
244 panic("unexpected idx '%d'", idx);
/linux-master/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c48 panic("Halt failed\n");
/linux-master/arch/x86/coco/
H A Dcore.c235 * just panic here because it's absolutely unsafe to continue
239 panic("RDRAND is defective.");
/linux-master/tools/include/linux/
H A Dkernel.h11 #include <linux/panic.h>
/linux-master/arch/arm/lib/
H A Dio-readsw-armv3.S13 b panic
/linux-master/drivers/irqchip/
H A Dirq-mips-cpu.c247 panic("Failed to add MIPS CPU IPI domain");
267 panic("Failed to add irqdomain for MIPS CPU");
H A Dirq-bcm2836.c320 panic("%pOF: unable to map local interrupt registers\n", node);
329 panic("%pOF: unable to create IRQ domain\n", node);
H A Dirq-mxs.c169 panic("%pOF: unable to create irq domain", np);
178 panic("%pOF: unable to map resource", np);
/linux-master/arch/sparc/kernel/
H A Dunaligned_32.c168 /* This is just to make gcc think panic does return... */
171 panic("%s", str);
267 panic("Impossible kernel unaligned trap.");
/linux-master/arch/powerpc/platforms/cell/
H A Dspider-pic.c282 panic("spider_pic: can't map registers !");
288 panic("spider_pic: can't allocate irq host !");
/linux-master/arch/mips/lantiq/xway/
H A Ddma.c247 panic("Failed to remap dma resource");
252 panic("Failed to get dma clock");
/linux-master/arch/arm/mach-mv78xx0/
H A Dcommon.c69 panic("unknown HCLK PLL setting: %.8x\n",
118 panic("unknown TCLK PLL setting: %.8x\n",
/linux-master/arch/powerpc/platforms/ps3/
H A Dsetup.c120 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
295 .panic = ps3_panic,
/linux-master/arch/mips/mm/
H A Dc-octeon.c230 panic("Unsupported Cavium Networks CPU type");
354 panic("Can't handle cache error: nested exception");
/linux-master/arch/s390/kernel/
H A Ddumpstack.c219 panic("Fatal exception in interrupt");
221 panic("Fatal exception: panic_on_oops");
/linux-master/arch/m68k/bvme6000/
H A Dconfig.c197 panic ("Couldn't register timer int");
217 panic ("Couldn't register abort int");
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c47 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
57 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",

Completed in 1167 milliseconds

1234567891011>>