Home
last modified time | relevance | path

Searched refs:panic (Results 201 - 225 of 1578) sorted by relevance

12345678910>>...64

/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dsetup.c84 panic( "PA-RISC Linux currently only supports machines that conform to\n" in dma_ops_init()
125 * panic early if not, else we may access kernel functions in setup_arch()
129 panic("KERNEL_INITIAL_ORDER too small!"); in setup_arch()
406 panic("must have an fpu to boot linux"); in start_parisc()
H A Dinventory.c123 panic("If this is a 64-bit machine, please try a 64-bit kernel.\n"); in setup_pdc()
136 * panic if they are not (it's more likely that the in set_pmem_entry()
143 panic("Memory range doesn't align with page size!\n"); in set_pmem_entry()
198 panic("couldn't allocate memory for PDC_PAT_CELL!"); in pat_query_module()
604 panic("Unknown PDC type!\n"); in do_memory_inventory()
635 panic("Unknown PDC type!\n"); in do_device_inventory()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H A Dinit.c178 panic("%s: Failed to allocate memory\n", __func__); in populate_kernel_pte()
189 panic("%s: Failed to allocate memory\n", __func__); in populate_kernel_pte()
202 panic("%s: Failed to allocate memory\n", __func__); in populate_kernel_pte()
/kernel/linux/linux-6.6/arch/m68k/apollo/
H A Dconfig.c71 panic("Unknown apollo model"); in dn_setup_model()
92 panic("Apollo model not yet supported"); in dn_setup_model()
104 panic("Undefined apollo model"); in dn_setup_model()
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H A Dcpu.c249 panic("Failed to detect clock for CPU with id=%04X\n", cpu_id); in detect_cpu_clock()
327 * really early to panic, but delaying panic would not help since we in bcm63xx_cpu_init()
331 panic("unsupported Broadcom CPU"); in bcm63xx_cpu_init()
372 panic("unsupported broadcom CPU %x", bcm63xx_cpu_id); in bcm63xx_cpu_init()
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dsmp.c78 panic("Master cpu (cpu[0]) is missed in cpu possible mask!"); in arc_init_cpu_possible()
400 panic("Cannot find virq for root domain and hwirq=%lu", hwirq); in smp_ipi_irq_setup()
408 panic("Percpu IRQ request failed for %u\n", virq); in smp_ipi_irq_setup()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dkasan_init.c55 panic("%s failed to allocate shadow page for address 0x%lx\n", in kasan_pte_populate()
104 panic("%s failed to allocate shadow block for address 0x%lx\n", in kasan_pmd_populate()
136 panic("%s failed to allocate shadow block for address 0x%lx\n", in kasan_pgd_populate()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dpaca.c47 panic("cannot allocate paca data"); in alloc_paca_data()
82 panic("cannot allocate shared data"); in alloc_shared_lppaca()
250 panic("Failed to allocate %d bytes for paca pointers\n", in allocate_paca_ptrs()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H A Dmmu_context.c393 panic("%s: Failed to allocate %zu bytes\n", __func__, in mmu_context_init()
398 panic("%s: Failed to allocate %zu bytes\n", __func__, in mmu_context_init()
403 panic("%s: Failed to allocate %zu bytes\n", __func__, in mmu_context_init()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dsetup.c91 panic( "PA-RISC Linux currently only supports machines that conform to\n" in dma_ops_init()
128 * panic early if not, else we may access kernel functions in setup_arch()
132 panic("KERNEL_INITIAL_ORDER too small!"); in setup_arch()
303 panic("must have an fpu to boot linux"); in start_parisc()
H A Dinventory.c123 panic("If this is a 64-bit machine, please try a 64-bit kernel.\n"); in setup_pdc()
136 * panic if they are not (it's more likely that the in set_pmem_entry()
143 panic("Memory range doesn't align with page size!\n"); in set_pmem_entry()
198 panic("couldn't allocate memory for PDC_PAT_CELL!"); in pat_query_module()
604 panic("Unknown PDC type!\n"); in do_memory_inventory()
635 panic("Unknown PDC type!\n"); in do_device_inventory()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dsignal.c150 panic("enabling signal stack failed, errno = %d\n", errno); in set_sigstack()
243 panic("sigaction failed - errno = %d\n", errno); in set_handler()
248 panic("sigprocmask failed - errno = %d\n", errno); in set_handler()
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-bcm2835.c143 panic("%pOF: unable to map IC registers\n", node); in armctrl_of_init()
148 panic("%pOF: unable to create IRQ domain\n", node); in armctrl_of_init()
181 panic("%pOF: unable to get parent interrupt.\n", in armctrl_of_init()
/kernel/linux/linux-6.6/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"); in blacklist_init()
332 panic("Can't allocate blacklist keyring restriction\n"); in blacklist_init()
348 panic("Can't allocate system blacklist keyring\n"); in blacklist_init()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-bcm2835.c143 panic("%pOF: unable to map IC registers\n", node); in armctrl_of_init()
148 panic("%pOF: unable to create IRQ domain\n", node); in armctrl_of_init()
181 panic("%pOF: unable to get parent interrupt.\n", in armctrl_of_init()
/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs80 None => panic!( in pin_mut()
137 None => panic!( in deref()
152 None => panic!( in deref_mut()
/third_party/rust/crates/proc-macro-error/src/
H A Dlib.rs4 //! Migrate from `panic!`-based errors for as little effort as possible!
41 //! - If a panic occurs somewhere in your macro no errors will be displayed. This is not a
42 //! technical limitation but rather intentional design. `panic` is not for error reporting.
88 //! present it will panic. It's the intention - this crate is supposed to be used only with
116 //! * Emit the error and abort. Very much panic-like usage. Served by [`abort!`] and
139 //! Very much panic-like usage - abort right away and show the error.
265 //! [unwind safe]: https://doc.rust-lang.org/std/panic/trait.UnwindSafe.html#what-is-unwind-safety
290 use std::panic::{catch_unwind, resume_unwind, UnwindSafe};
472 panic!(AbortNow) in abort_now()
483 panic!( in check_correctness()
[all...]
/kernel/linux/linux-5.10/arch/mips/lantiq/xway/
H A Dsysctrl.c170 panic("activating PMU module failed!"); in ltq_pmu_enable()
223 panic("activating PMU module failed!"); in pmu_enable()
437 panic("Failed to load core nodes from devicetree"); in ltq_soc_init()
442 panic("Failed to get core resources"); in ltq_soc_init()
458 panic("Failed to remap core resources"); in ltq_soc_init()
/kernel/linux/linux-5.10/drivers/clk/samsung/
H A Dclk.c65 panic("could not allocate clock provider context.\n"); in samsung_clk_init()
83 panic("could not register clk provider\n"); in samsung_clk_of_add_provider()
324 panic("could not allocate register reg_cache.\n"); in samsung_clk_extended_sleep_init()
328 panic("could not allocate register dump storage.\n"); in samsung_clk_extended_sleep_init()
354 panic("%s: failed to map registers\n", __func__); in samsung_cmu_register_one()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dexynos_mct.c147 panic("MCT hangs after writing %d (offset:0x%lx)\n", value, offset); in exynos4_mct_write()
243 panic("%s: can't register clocksource\n", mct_frc.name); in exynos4_clocksource_init()
503 panic("%s: unable to ioremap mct address space\n", __func__); in exynos4_timer_resources()
507 panic("%s: unable to determine tick clock rate\n", __func__); in exynos4_timer_resources()
512 panic("%s: unable to retrieve mct clock instance\n", __func__); in exynos4_timer_resources()
/kernel/linux/linux-6.6/arch/mips/lantiq/xway/
H A Dsysctrl.c169 panic("activating PMU module failed!"); in ltq_pmu_enable()
222 panic("activating PMU module failed!"); in pmu_enable()
436 panic("Failed to load core nodes from devicetree"); in ltq_soc_init()
441 panic("Failed to get core resources"); in ltq_soc_init()
461 panic("Failed to remap core resources"); in ltq_soc_init()
/kernel/linux/linux-6.6/drivers/clk/samsung/
H A Dclk.c75 panic("could not allocate clock provider context.\n"); in samsung_clk_init()
94 panic("could not register clk provider\n"); in samsung_clk_of_add_provider()
321 panic("could not allocate register reg_cache.\n"); in samsung_clk_extended_sleep_init()
325 panic("could not allocate register dump storage.\n"); in samsung_clk_extended_sleep_init()
378 panic("%s: failed to map registers\n", __func__); in samsung_cmu_register_one()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dexynos_mct.c153 panic("MCT hangs after writing %d (offset:0x%lx)\n", value, offset); in exynos4_mct_write()
256 panic("%s: can't register clocksource\n", mct_frc.name); in exynos4_clocksource_init()
516 panic("%s: unable to ioremap mct address space\n", __func__); in exynos4_timer_resources()
520 panic("%s: unable to determine tick clock rate\n", __func__); in exynos4_timer_resources()
525 panic("%s: unable to retrieve mct clock instance\n", __func__); in exynos4_timer_resources()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
H A Dmain.go175 panic(fmt.Errorf("unhandled AST declaration %T", n))
215 panic(fmt.Errorf("%v includes %v, but %v is not an interface", d.Name, d.Source, d.Name))
219 panic(fmt.Errorf("%v includes %v, but %v is not an mixin", d.Name, d.Source, d.Source))
333 panic(fmt.Errorf("unhandled AST declaration %T", d))
362 panic(fmt.Errorf("unhandled AST type %T", t))
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsetup.c337 panic("Couldn't allocate async stack"); in arch_early_irq_init()
349 panic("Couldn't allocate async stack"); in async_stack_realloc()
362 panic("Couldn't allocate kernel stack"); in arch_call_rest_init()
387 panic("%s: Failed to allocate %zu bytes align=%zx\n", in setup_lowcore_dat_off()
430 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in setup_lowcore_dat_off()
511 panic("%s: Failed to allocate %zu bytes align=0x%x\n", in setup_resources()
533 panic("%s: Failed to allocate %zu bytes align=0x%x\n", in setup_resources()
1007 panic("Failed to allocate memory for sysinfo structure\n"); in setup_randomness()

Completed in 18 milliseconds

12345678910>>...64