Searched refs:panic (Results 126 - 150 of 659) sorted by relevance

1234567891011>>

/linux-master/security/selinux/
H A Dnetlink.c117 panic("SELinux: Cannot create netlink socket.");
/linux-master/arch/m68k/mm/
H A Dinit.c73 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
/linux-master/arch/xtensa/mm/
H A Dmmu.c37 panic("%s: Failed to allocate %lu bytes align=%lx\n",
/linux-master/arch/mips/lantiq/falcon/
H A Dsysctrl.c202 panic("Failed to load core nodes from devicetree");
209 panic("Failed to get core resources");
238 panic("Failed to remap core resources");
244 panic("Failed to remap sysctrl resources");
/linux-master/drivers/ata/
H A Dpata_rz1000.c118 panic("rz1000 fifo");
/linux-master/arch/powerpc/mm/book3s32/
H A Dmmu_context.c119 panic("mm_struct %p has no context ID", next);
/linux-master/arch/mips/lantiq/
H A Dirq.c347 panic("Failed to get icu%i memory range", vpe);
357 panic("Failed to remap icu%i memory", vpe);
400 panic("failed to load external irq resources");
409 panic("Failed to remap eiu memory");
/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c68 panic("%s", __func__);
H A Dinit.c178 panic("%s: Failed to allocate memory\n", __func__);
189 panic("%s: Failed to allocate memory\n", __func__);
202 panic("%s: Failed to allocate memory\n", __func__);
/linux-master/lib/
H A Dcpumask.c82 * system to panic.
88 panic("%s: Failed to allocate %u bytes\n", __func__,
/linux-master/arch/mips/cavium-octeon/
H A Dsmp.c266 panic("Cannot request_irq(OCTEON_IRQ_MBOX0)");
457 panic("Cannot request_irq for SchedulerIPI");
463 panic("Cannot request_irq for SMP-Call");
469 panic("Cannot request_irq for ICache-Flush");
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond-arp-interval-causes-panic.sh21 # setup kernel so it reboots after causing the panic
22 echo 180 >/proc/sys/kernel/panic
/linux-master/arch/mips/sgi-ip32/
H A Dcrime.c88 panic("Fatal memory error.");
/linux-master/arch/x86/kernel/apic/
H A Dprobe_32.c138 panic("Didn't find an APIC driver");
/linux-master/drivers/iommu/
H A Dirq_remapping.c160 panic(msg);
/linux-master/arch/powerpc/mm/
H A Dpageattr.c124 panic("%s: changing memory protections failed\n", __func__);
/linux-master/arch/mips/bcm63xx/
H A Dcpu.c249 panic("Failed to detect clock for CPU with id=%04X\n", cpu_id);
327 * really early to panic, but delaying panic would not help since we
331 panic("unsupported Broadcom CPU");
372 panic("unsupported broadcom CPU %x", bcm63xx_cpu_id);
/linux-master/drivers/irqchip/
H A Dirq-bcm2835.c143 panic("%pOF: unable to map IC registers\n", node);
148 panic("%pOF: unable to create IRQ domain\n", node);
181 panic("%pOF: unable to get parent interrupt.\n",
/linux-master/arch/um/os-Linux/
H A Dsignal.c150 panic("enabling signal stack failed, errno = %d\n", errno);
243 panic("sigaction failed - errno = %d\n", errno);
248 panic("sigprocmask failed - errno = %d\n", errno);
/linux-master/arch/powerpc/mm/nohash/
H A Dmmu_context.c393 panic("%s: Failed to allocate %zu bytes\n", __func__,
398 panic("%s: Failed to allocate %zu bytes\n", __func__,
403 panic("%s: Failed to allocate %zu bytes\n", __func__,
/linux-master/certs/
H A Dblacklist.c319 * expect to be present fails to initialize, panic()ing is likely the right
328 panic("Can't allocate system blacklist key type\n");
332 panic("Can't allocate blacklist keyring restriction\n");
348 panic("Can't allocate system blacklist keyring\n");
/linux-master/arch/arm/mach-mv78xx0/
H A Dpcie.c66 panic("can't allocate PCIe I/O space");
69 panic("invalid number of PCIe ports");
87 panic("can't allocate PCIe MEM sub-space");
/linux-master/arch/parisc/kernel/
H A Dsetup.c91 panic( "PA-RISC Linux currently only supports machines that conform to\n"
125 * panic early if not, else we may access kernel functions
129 panic("KERNEL_INITIAL_ORDER too small!");
300 panic("must have an fpu to boot linux");
/linux-master/arch/powerpc/kernel/
H A Dpaca.c47 panic("cannot allocate paca data");
82 panic("cannot allocate shared data");
250 panic("Failed to allocate %d bytes for paca pointers\n",
/linux-master/arch/hexagon/kernel/
H A Dtraps.c211 panic("Fatal exception in interrupt");
214 panic("Fatal exception");
272 * If anything is to be done here other than panic,
330 panic("Unrecognized exception 0x%lx\n", pt_cause(regs));

Completed in 253 milliseconds

1234567891011>>