Home
last modified time | relevance | path

Searched refs:panic (Results 251 - 275 of 1585) sorted by relevance

1...<<11121314151617181920>>...64

/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-loongarch-cpu.c104 panic("Failed to add irqdomain for loongarch CPU"); in cpuintc_of_init()
161 panic("Failed to add irqdomain for LoongArch CPU"); in cpuintc_acpi_init()
/third_party/rust/crates/syn/src/
H A Dlifetime.rs41 panic!( in new()
48 panic!("lifetime name must not be empty"); in new()
52 panic!("{:?} is not a valid lifetime name", symbol); in new()
/third_party/rust/crates/regex/src/
H A Dpool.rs60 use std::panic::{RefUnwindSafe, UnwindSafe};
74 // simultaneously without synchronization. The intent of this panic is
81 panic!("regex: thread ID allocation space exhausted");
281 use std::panic::{RefUnwindSafe, UnwindSafe};
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
H A Dlib.rs90 quote!(::std::panic::AssertUnwindSafe(|| #block )) in gen_body()
105 let closure = quote!(::std::panic::AssertUnwindSafe(|| #block )); in gen_body()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_borrow.rs153 _ => panic!("expected a copied string"), in test_cow()
158 _ => panic!("expected a borrowed string"), in test_cow()
/third_party/rust/crates/regex/bench/src/ffi/
H A Dpcre1.rs64 panic!("unexpected error. Maybe JIT support isn't enabled?"); in new()
99 panic!("unknown error code: {:?}", err) in find_at()
/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()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda.c383 /* then get panic info */ in hda_dsp_get_registers()
404 u32 status, panic; in hda_dsp_dump_skl() local
414 panic = snd_sof_dsp_read(sdev, HDA_DSP_BAR, in hda_dsp_dump_skl()
420 snd_sof_get_status(sdev, status, panic, &xoops, &panic_info, in hda_dsp_dump_skl()
423 dev_err(sdev->dev, "error: status = 0x%8.8x panic = 0x%8.8x\n", in hda_dsp_dump_skl()
424 status, panic); in hda_dsp_dump_skl()
454 u32 status, panic; in hda_dsp_dump() local
462 panic = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_SRAM_REG_FW_TRACEP); in hda_dsp_dump()
467 snd_sof_get_status(sdev, status, panic, &xoops, &panic_info, in hda_dsp_dump()
471 "status = 0x%8.8x panic in hda_dsp_dump()
[all...]
/kernel/linux/linux-5.10/init/
H A Dmain.c631 panic("%s: Failed to allocate %zu bytes\n", __func__, len + ilen); in setup_command_line()
637 panic("%s: Failed to allocate %zu bytes\n", __func__, len); in setup_command_line()
988 panic("Too many boot %s vars at `%s'", panic_later, in start_kernel()
1091 panic("%s: Failed to allocate %zu bytes\n", in initcall_blacklist()
1096 panic("%s: Failed to allocate %zu bytes\n", in initcall_blacklist()
1294 panic("%s: Failed to allocate %zu bytes\n", __func__, len); in do_initcalls()
1450 panic("Requested init %s failed (error %d).", in kernel_init()
1469 panic("No working init found. Try passing init= option to kernel. " in kernel_init()
/kernel/linux/linux-6.6/init/
H A Dmain.c631 panic("%s: Failed to allocate %zu bytes\n", __func__, len + ilen); in setup_command_line()
635 panic("%s: Failed to allocate %zu bytes\n", __func__, len); in setup_command_line()
1011 panic("Too many boot %s vars at `%s'", panic_later, in start_kernel()
1122 panic("%s: Failed to allocate %zu bytes\n", in initcall_blacklist()
1127 panic("%s: Failed to allocate %zu bytes\n", in initcall_blacklist()
1310 panic("%s: Failed to allocate %zu bytes\n", __func__, len); in do_initcalls()
1485 panic("Requested init %s failed (error %d).", in kernel_init()
1504 panic("No working init found. Try passing init= option to kernel. " in kernel_init()
/third_party/FreeBSD/sys/sys/
H A Dqueue.h208 panic("Bad prevptr *(%p) == %p != %p", \
488 panic("Bad list head %p first->prev != head", (head)); \
501 panic("Bad link elm %p next->prev != elm", (elm)); \
511 panic("Bad link elm %p prev->next != elm", (elm)); \
669 panic("Bad tailq head %p first->prev != head", (head)); \
679 panic("Bad tailq NEXT(%p->tqh_last) != NULL", (head)); \
692 panic("Bad link elm %p next->prev != elm", (elm)); \
702 panic("Bad link elm %p prev->next != elm", (elm)); \
/third_party/rust/crates/rustix/tests/net/
H A Dconnect_bind_send.rs91 other => panic!("unexpected socket address {:?}", other), in net_v4_connect()
130 other => panic!("unexpected socket address {:?}", other), in net_v6_connect()
244 other => panic!("unexpected socket address {:?}", other), in net_v4_sendto()
289 other => panic!("unexpected socket address {:?}", other), in net_v6_sendto()
414 other => panic!("unexpected socket address {:?}", other), in net_v4_acceptfrom()
418 other => panic!("unexpected socket address {:?}", other), in net_v4_acceptfrom()
468 other => panic!("unexpected socket address {:?}", other), in net_v6_acceptfrom()
472 other => panic!("unexpected socket address {:?}", other), in net_v6_acceptfrom()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Damd_gart_64.c214 panic("dma_map_area overflow %lu bytes\n", size); in dma_map_area()
456 panic("dma_map_sg: overflow on %lu pages\n", pages); in gart_map_sg()
649 panic("Cannot allocate GATT table"); in init_amd_gatt()
651 panic("Could not set GART PTEs to uncacheable pages"); in init_amd_gatt()
758 panic("Cannot allocate iommu bitmap\n"); in gart_iommu_init()
805 panic("Cannot allocate iommu scratch page"); in gart_iommu_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dsetup.c146 panic("Failed to allocate %d bytes below %pa for MCE buffer\n", in fwnmi_init()
162 panic("Failed to allocate %zu bytes below %pa for slb area\n", in fwnmi_init()
435 * At this point it is unlikely panic() will get anything in pseries_big_endian_exceptions()
446 panic("Could not enable big endian exceptions"); in pseries_big_endian_exceptions()
461 panic("Could not enable little endian exceptions"); in pseries_little_endian_exceptions()
775 panic("BUG: Radix support requires either GTSE or RPT_INVALIDATE\n"); in pSeries_setup_arch()
1064 .panic = pseries_panic, in define_machine()
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dtlb.c387 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
403 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
419 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
435 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
447 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
463 panic("flush_tlb_kernel failed, errno = %d\n", err); in flush_tlb_kernel_range_common()
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dtlb.c375 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
391 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
407 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
423 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
435 panic("munmap failed, errno = %d\n", in flush_tlb_kernel_range_common()
451 panic("flush_tlb_kernel failed, errno = %d\n", err); in flush_tlb_kernel_range_common()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Damd_gart_64.c212 panic("dma_map_area overflow %lu bytes\n", size); in dma_map_area()
456 panic("dma_map_sg: overflow on %lu pages\n", pages); in gart_map_sg()
647 panic("Cannot allocate GATT table"); in init_amd_gatt()
649 panic("Could not set GART PTEs to uncacheable pages"); in init_amd_gatt()
756 panic("Cannot allocate iommu bitmap\n"); in gart_iommu_init()
803 panic("Cannot allocate iommu scratch page"); in gart_iommu_init()
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs174 unexpected => panic!("unexpected token: {:?}", unexpected), in literal_c_string()
179 panic!("unexpected token: {:?}", unexpected); in literal_c_string()
184 panic!("unexpected token: {:?}", unexpected); in literal_c_string()
272 unexpected => panic!("unexpected token {:?}", unexpected), in literal_iter_negative()
278 unexpected => panic!("unexpected token {:?}", unexpected), in literal_iter_negative()
389 panic!("should have failed to parse: {}\n{:#?}", p, s); in fail()
499 wrong => panic!("wrong token {:?}", wrong), in punct_before_comment()
524 wrong => panic!("wrong token {:?}", wrong), in raw_identifier()
/third_party/rust/crates/lazy-static.rs/compiletest/tests/compile-fail/
H A Dstatic_is_sized.rs6 pub static ref FOO: str = panic!();
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Derror.h9 void panic(const char *fmt, ...) __noreturn __cold;
/third_party/rust/crates/cxx/src/
H A Dunwind.rs9 // Goal is to make it impossible to propagate a panic across the C interface in prevent_unwind()
12 // built in an application using panic=abort, this guard object is compiled in prevent_unwind()
14 // panic=unwind, an unwind from the foreign call will attempt to drop the in prevent_unwind()
15 // guard object leading to a double panic, which is defined by Rust to in prevent_unwind()
25 // If we made it here, no uncaught panic occurred during the foreign call. in prevent_unwind()
37 panic!("panic in ffi function {}, aborting.", self.label); in drop()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dirq.c23 panic("No interrupt controller found."); in init_IRQ()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dbug.h18 panic("BUG!"); \
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dbug.h18 panic("BUG!"); \
/kernel/linux/linux-6.6/arch/mips/loongson32/common/
H A Dtime.c20 panic("unable to get cpu clock, err=%ld", PTR_ERR(clk)); in plat_time_init()

Completed in 26 milliseconds

1...<<11121314151617181920>>...64