Searched refs:panic (Results 101 - 125 of 659) sorted by relevance

1234567891011>>

/linux-master/fs/verity/
H A Dsignature.c121 panic("failed to allocate \".fs-verity\" keyring");
/linux-master/arch/arm/mach-bcm/
H A Dplatsmp-brcmstb.c165 panic("ZONE_MEM_PWR_STATE_MASK set timeout");
170 panic("ZONE_DPG_PWR_STATE_MASK set timeout");
221 panic("ZONE_MEM_PWR_STATE_MASK clear timeout");
226 panic("ZONE_DPG_PWR_STATE_MASK clear timeout");
/linux-master/arch/mips/lantiq/xway/
H A Dvmmc.c21 panic("no cp1 base was set\n");
/linux-master/arch/riscv/kernel/
H A Dirq.c114 panic("No interrupt controller found.");
/linux-master/arch/mips/lantiq/
H A Dprom.c80 panic("no dtb found");
/linux-master/sound/usb/hiface/
H A Dpcm.c53 bool panic; /* if set driver won't do anymore pcm on device */ member in struct:pcm_runtime
211 /* reset panic state when starting a new stream */
212 rt->panic = false;
311 if (rt->panic || rt->stream_state == STREAM_STOPPING)
346 rt->panic = true;
356 if (rt->panic)
398 if (rt->panic)
423 if (rt->panic)
457 if (rt->panic)
489 if (rt->panic || !su
[all...]
/linux-master/arch/arc/mm/
H A Dcache.c942 * To avoid random memory issues later, just panic here and ask user to
946 panic("IOC already enabled, please upgrade bootloader!\n");
966 panic("IOC Aperture size must be power of 2 larger than 4KB");
978 panic("IOC Aperture start must be aligned to the size of the aperture");
1001 panic("cache support enabled but non-existent cache\n");
1004 panic("ICache line [%d] != kernel Config [%d]",
1021 panic("cache support enabled but non-existent cache\n");
1024 panic("DCache line [%d] != kernel Config [%d]",
1029 panic("Aliasing VIPT cache not supported\n");
1040 panic("L
[all...]
/linux-master/drivers/mtd/
H A Dmtdoops.c173 static void mtdoops_inc_counter(struct mtdoops_context *cxt, int panic) argument
185 panic ? "immediately" : "scheduled");
186 if (panic) {
187 /* In case of panic, erase immediately */
199 static void mtdoops_write(struct mtdoops_context *cxt, int panic) argument
215 if (panic) {
219 pr_err("Cannot write from panic without panic_write\n");
232 mtdoops_inc_counter(cxt, panic);
/linux-master/arch/mips/generic/
H A Dboard-sead3.c166 panic("Corrupt DT");
176 panic("Unable to fixup FDT: %d", err);
/linux-master/drivers/irqchip/
H A Dirq-sun4i.c112 panic("%pOF: unable to map IC registers\n",
139 panic("%pOF: unable to create IRQ domain\n", node);
/linux-master/drivers/clocksource/
H A Ddw_apb_timer_of.c28 panic("Unable to map regs for %pOFn", np);
41 * Not all implementations use a peripheral clock, so don't panic
94 panic("No IRQ for clock event timer");
/linux-master/arch/sh/kernel/
H A Dtraps.c55 panic("Fatal exception in interrupt");
58 panic("Fatal exception");
/linux-master/sound/usb/6fire/
H A Dpcm.c300 if (usb_urb->status || rt->panic || rt->stream_state == STREAM_STOPPING)
304 rt->panic = true;
392 if (rt->panic)
428 if (rt->panic)
456 if (rt->panic)
500 if (rt->panic)
533 if (rt->panic || !sub)
660 rt->panic = true;
/linux-master/mm/kmsan/
H A Dreport.c28 module_param_named(panic, panic_on_kmsan, int, 0);
216 panic("kmsan.panic set ...\n");
/linux-master/arch/um/os-Linux/skas/
H A Dmem.c63 panic("%s : PTRACE_SETREGS failed, errno = %d\n",
69 panic("Failed to continue stub, pid = %d, errno = %d\n", pid,
/linux-master/crypto/async_tx/
H A Dasync_tx.c119 panic("%s: DMA error waiting for depend_tx\n",
271 panic("%s: DMA error waiting for transaction\n",
/linux-master/arch/powerpc/platforms/44x/
H A Dppc476.c130 panic("Can't find top level interrupt controller");
143 panic("Unrecognized top level interrupt controller");
/linux-master/arch/openrisc/mm/
H A Dinit.c92 panic("%s: OR1K kernel hardcoded for "
100 panic("%s: Failed to allocate page for PTEs\n",
/linux-master/arch/arc/kernel/
H A Dsetup.c370 panic("Disable %s, hardware NOT present\n", opt_name);
376 panic("Disable %s, hardware NOT present\n", opt_name);
385 panic("Timer0 is not present!\n");
388 panic("Timer1 is not present!\n");
396 panic("Linux built with incorrect DCCM Base address\n");
399 panic("Linux built with incorrect DCCM Size\n");
404 panic("Linux built with incorrect ICCM Size\n");
493 panic("Embedded DT invalid\n");
/linux-master/arch/x86/realmode/
H A Dinit.c84 panic("Failed to get/update SEV-ES AP Jump Table");
209 panic("Real mode trampoline was not allocated");
/linux-master/arch/mips/ralink/
H A Dmt7621.c61 panic("Cannot detect cpc address");
194 panic("mt7621: unknown SoC, n0:%08x n1:%08x\n",
/linux-master/fs/
H A Danon_inodes.c278 panic("anon_inode_init() kernel mount failed (%ld)\n", PTR_ERR(anon_inode_mnt));
282 panic("anon_inode_init() inode allocation failed (%ld)\n", PTR_ERR(anon_inode_inode));
/linux-master/drivers/watchdog/
H A Dintel-mid_wdt.c18 #include <linux/panic.h>
108 panic("Kernel Watchdog");
/linux-master/include/asm-generic/
H A Dbug.h21 #include <linux/panic.h>
66 panic("BUG!"); \
119 /* used internally by panic.c */
/linux-master/arch/sparc/kernel/
H A Dstarfire.c100 panic("Lucy in the sky....");

Completed in 343 milliseconds

1234567891011>>