Searched refs:panic (Results 26 - 50 of 659) sorted by relevance

1234567891011>>

/linux-master/arch/s390/kernel/
H A Dnuma.c30 panic("%s: Failed to allocate %zu bytes align=0x%x\n",
/linux-master/kernel/trace/rv/
H A Dreactor_panic.c6 * Prints the exception msg to the kernel message log and panic().
18 panic(msg);
22 .name = "panic",
23 .description = "panic the system if an exception is found.",
42 MODULE_DESCRIPTION("panic rv reactor: panic if an exception is found.");
/linux-master/arch/openrisc/mm/
H A Dioremap.c43 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A DMakefile5 bond-arp-interval-causes-panic.sh \
/linux-master/arch/mips/generic/
H A Dboard-ranchu.c43 panic("%s(): Failed to find 'google,goldfish-rtc' dt node!",
49 panic("%s(): Failed to ioremap Goldfish RTC base!", __func__);
/linux-master/arch/mips/ralink/
H A Dclk.c73 panic("unable to get CPU clock index");
81 panic("unable to get CPU clock, err=%ld", PTR_ERR(clk));
H A Dirq.c159 panic("Failed to get INTC IRQ");
162 panic("Failed to get intc memory range");
171 panic("Failed to remap intc memory");
182 panic("Failed to add irqdomain");
/linux-master/arch/hexagon/kernel/
H A Dvdso.c27 panic("Cannot allocate vdso");
31 panic("Cannot map vdso");
/linux-master/arch/mips/kernel/
H A Dprom.c55 panic("device tree not present");
64 panic("failed to populate DT");
/linux-master/arch/powerpc/sysdev/
H A Ddart_iommu.c96 panic("DART: TLB did not flush after waiting a long "
128 panic("DART: TLB did not flush after waiting a long "
244 panic("Failed to allocate 16MB below 2GB for DART table\n");
255 panic("DART: table allocation failed\n");
286 panic("DART: can't get register base ! ");
291 panic("DART: Cannot map registers!");
348 panic("Failed to initialize iommu table");
/linux-master/arch/powerpc/platforms/44x/
H A Dfsp2.c128 panic("Bus Error\n");
134 panic("CMU Error\n");
142 panic("Configuration Logic Error\n");
146 panic("OPBD Error\n");
187 panic("DDR: Uncorrectable Error\n");
194 panic("Received chassis-initiated reset request");
196 panic("Unknown external reset: CRCS=0x%x", crcs);
/linux-master/arch/sparc/include/asm/
H A Dfloppy_32.h120 panic("floppy: Port bolixed.");
128 panic("sun_82072_fd_inb: How did I get here?");
137 panic("floppy: Port bolixed.");
160 panic("floppy: Port bolixed.");
176 panic("sun_82077_fd_inb: How did I get here?");
185 panic("floppy: Port bolixed.");
239 panic("floppy: Giving up...");
/linux-master/arch/arm/mach-s3c/
H A Dinit.c50 panic("Unknown S3C24XX CPU");
57 panic("Unsupported Samsung CPU");
139 panic("s3c_arch_init: NULL cpu\n");
/linux-master/sound/usb/6fire/
H A Dpcm.h52 bool panic; /* if set driver won't do anymore pcm on device */ member in struct:pcm_runtime
/linux-master/arch/csky/mm/
H A Dcontext.c35 panic("Unable to initialize ASID allocator for %lu ASIDs\n",
H A Dtcm.c35 goto panic;
56 goto panic;
105 panic:
106 panic("TCM init error");
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dfpga.c58 panic("FPGA detection failed.\n");
/linux-master/arch/sh/mm/
H A Dnuma.c47 panic("%s: Failed to allocate %zu bytes align=0x%x nid=%d\n",
/linux-master/arch/mips/bcm47xx/
H A Dsetup.c113 panic("Failed to initialize SSB bus (err %d)", err);
138 panic("Failed to register BCMA bus (err %d)", err);
213 panic("Failed to setup SoC device\n");
217 panic("Failed to initialize BCMA bus (err %d)", err);
/linux-master/arch/arc/mm/
H A Dhighmem.c57 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
/linux-master/arch/powerpc/kernel/
H A Dstatic_call.c35 panic("%s: patching failed %pS at %pS\n", __func__, func, tramp);
/linux-master/arch/um/kernel/
H A Dload_file.c53 panic("%s: Failed to allocate %llu bytes\n", __func__, *size);
/linux-master/drivers/xen/
H A Dfeatures.c29 panic("Xen: feature %s not available!\n", #f); \
/linux-master/tools/testing/selftests/
H A Dkselftest_module.h6 #include <linux/panic.h>
/linux-master/arch/arm/mach-mvebu/
H A Dplatsmp.c96 panic("Invalid number of CPUs in DT\n");
135 panic("Cannot find 'marvell,bootrom' compatible node");
140 panic("Cannot get 'bootrom' node address");
144 panic("The address for the BootROM is incorrect");

Completed in 237 milliseconds

1234567891011>>