/kernel/linux/linux-6.6/drivers/soc/canaan/ |
H A D | k210-sysctl.c | 72 panic("k210-sysctl: ioremap failed"); in k210_soc_early_init()
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | pinned_drop.rs | 36 .unwrap_or_else(|| panic!("Expected an `impl` block implementing `PinnedDrop`."));
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | ifndef.rs | 29 panic!("not found in cxx.h header: {}", guard)
|
/third_party/rust/crates/clang-sys/ |
H A D | build.rs | 53 panic!("`runtime` and `static` features can't be combined"); in main()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | ifndef.rs | 29 panic!("not found in cxx.h header: {}", guard)
|
/third_party/rust/crates/libc/ci/ |
H A D | runtest-android.rs | 47 panic!("failed to find successful test run"); in main()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | ifndef.rs | 29 panic!("not found in cxx.h header: {}", guard)
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | ifndef.rs | 29 panic!("not found in cxx.h header: {}", guard)
|
/third_party/rust/crates/regex/tests/ |
H A D | noparse.rs | 8 Ok(_) => panic!("Regex '{}' should cause a parse error.", re),
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | ctxt.rs | 8 /// Dropping this object will cause a panic. It must be consumed using `check`. 21 /// This object contains no errors, but will still trigger a panic if it is not `check`ed. 65 panic!("forgot to check for errors"); in drop()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | ctxt.rs | 8 /// Dropping this object will cause a panic. It must be consumed using `check`. 21 /// This object contains no errors, but will still trigger a panic if it is not `check`ed. 65 panic!("forgot to check for errors"); in drop()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 2051 panic!() in iterator() 2298 panic!("should not happen"); 2593 use std::panic::{catch_unwind, AssertUnwindSafe}; 3138 panic!("panic in `drop`"); in drain_filter_drop_panic_leak() 3185 drop(q.drain_filter(|item| if item.0 >= 2 { panic!() } else { true })) in drain_filter_pred_panic_leak() 3278 panic!("panic in `drop`"); in test_drop_panic() 3460 98 => panic!("I've almost got 99 problems."), in shared_from_iter_trustedlen_panic() 3466 panic!(" in shared_from_iter_trustedlen_panic() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | setup_64.c | 112 * Should we panic instead? in setup_tlb_core_data() 677 panic("cannot allocate stacks"); in alloc_stack() 868 panic("%s: Failed to allocate %lu bytes align=%lx from=%lx\n", in pcpu_populate_pte() 904 panic("cannot initialize percpu area (err=%d)", rc); in setup_per_cpu_areas() 1082 panic("%s: Failed to allocate %llu bytes align=0x%llx max_addr=%pa\n", in init_fallback_flush()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | traps.c | 265 panic("Fatal exception in interrupt"); in die_if_kernel() 268 panic("Fatal exception"); in die_if_kernel() 463 /* Call kernel panic() so reboot timeouts work properly in parisc_terminate() 465 * panic notifiers, and we should call panic in parisc_terminate() 467 * e.g. We should not call panic from in parisc_terminate() 469 * This hack works, prints the panic message twice, in parisc_terminate() 472 panic(msg); in parisc_terminate() 815 panic("IVT invalid"); in initialize_ivt()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | time.c | 282 panic("Couldn't request external interrupt 0x1004"); in time_init() 286 panic("Couldn't request external interrupt 0x1406"); in time_init() 289 panic("Could not register TOD clock source"); in time_init() 397 panic("TOD clock sync offset %lli is too large to drift\n", in clock_sync_global()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | traps.c | 347 panic("Fatal exception in interrupt"); in oops_end() 349 panic("Fatal exception"); in oops_end() 538 panic("bad mode"); in bad_mode() 726 * Try to abort the user program, or panic if it was the kernel. 781 panic("Oops failed to kill thread"); in abort()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlb.c | 831 panic("MMU ver %d doesn't match kernel built for %d...\n", in arc_mmu_init() 836 panic("MMU pg size != PAGE_SIZE (%luk)\n", TO_KB(PAGE_SIZE)); in arc_mmu_init() 840 panic("MMU Super pg size != Linux HPAGE_PMD_SIZE (%luM)\n", in arc_mmu_init() 844 panic("Hardware doesn't support PAE40\n"); in arc_mmu_init()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | traps.c | 352 panic("Fatal exception in interrupt"); in oops_end() 354 panic("Fatal exception"); in oops_end() 543 panic("bad mode"); in bad_mode() 731 * Try to abort the user program, or panic if it was the kernel. 788 panic("Oops failed to kill thread"); in abort()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | setup-common.c | 459 panic("%s: Failed to allocate %zu bytes align=0x%zx\n", in smp_setup_cpu_maps() 719 * should run early in the panic path. 725 * only if the platform wishes to perform final actions in the panic path, 733 * panic does a local_irq_disable, but we really in ppc_panic_fadump_handler() 760 * This handler is only registered if we have a panic callback in ppc_panic_platform_handler() 762 * Also, it may not return, so it runs really late on panic path. in ppc_panic_platform_handler() 764 ppc_md.panic(ptr); in ppc_panic_platform_handler() 793 /* Low-level platform-specific routines that should run on panic */ in setup_panic() 794 if (ppc_md.panic) in setup_panic() 925 /* Setup panic notifie in setup_arch() [all...] |
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | cache.c | 170 panic("parisc_cache_init: pdc_cache_info failed"); in parisc_cache_init() 271 panic("SMP kernel required to avoid non-equivalent aliasing"); in parisc_cache_init() 307 /* If this procedure isn't implemented, don't panic. */ in disable_sr_hashing() 309 panic("pdc_spaceid_bits call failed.\n"); in disable_sr_hashing() 311 panic("SpaceID hashing is still on!\n"); in disable_sr_hashing()
|
H A D | traps.c | 263 panic("Fatal exception in interrupt"); in die_if_kernel() 266 panic("Fatal exception"); in die_if_kernel() 463 /* Call kernel panic() so reboot timeouts work properly in parisc_terminate() 465 * panic notifiers, and we should call panic in parisc_terminate() 467 * e.g. We should not call panic from in parisc_terminate() 469 * This hack works, prints the panic message twice, in parisc_terminate() 472 panic(msg); in parisc_terminate() 810 panic("IVT invalid"); in initialize_ivt()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | time.c | 276 panic("Couldn't request external interrupt 0x1004"); in time_init() 280 panic("Couldn't request external interrupt 0x1406"); in time_init() 283 panic("Could not register TOD clock source"); in time_init() 389 panic("TOD clock sync offset %li is too large to drift\n", in clock_sync_global()
|
/kernel/linux/linux-5.10/init/ |
H A D | initramfs.c | 83 panic("can't allocate link hash entry"); in find_link() 128 panic("can't allocate dir_entry buffer"); in dir_add() 463 panic("can't allocate buffers"); in unpack_to_rootfs() 655 panic("%s", err); /* Failed to decompress INTERNAL initramfs */ in populate_rootfs()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | tlbex.c | 313 * over anything important on overflow before we panic. 442 panic("TLB refill handler space exceeded"); in build_r3000_tlb_refill_handler() 621 panic("No TLB refill handler yet (CPU type: %d)", in build_tlb_write_entry() 1387 panic("TLB refill handler space exceeded"); in build_r4000_tlb_refill_handler() 1401 panic("TLB refill handler space exceeded"); in build_r4000_tlb_refill_handler() 1660 panic("tlbmiss_handler_setup_pgd space exceeded"); in build_setup_pgd() 1957 panic("TLB load handler fastpath space exceeded"); in build_r3000_tlb_load_handler() 1987 panic("TLB store handler fastpath space exceeded"); in build_r3000_tlb_store_handler() 2017 panic("TLB modify handler fastpath space exceeded"); in build_r3000_tlb_modify_handler() 2303 panic("TL in build_r4000_tlb_load_handler() [all...] |
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | tlbex.c | 312 * over anything important on overflow before we panic. 435 panic("TLB refill handler space exceeded"); in build_r3000_tlb_refill_handler() 595 panic("No TLB refill handler yet (CPU type: %d)", in build_tlb_write_entry() 1347 panic("TLB refill handler space exceeded"); in build_r4000_tlb_refill_handler() 1361 panic("TLB refill handler space exceeded"); in build_r4000_tlb_refill_handler() 1620 panic("tlbmiss_handler_setup_pgd space exceeded"); in build_setup_pgd() 1917 panic("TLB load handler fastpath space exceeded"); in build_r3000_tlb_load_handler() 1947 panic("TLB store handler fastpath space exceeded"); in build_r3000_tlb_store_handler() 1977 panic("TLB modify handler fastpath space exceeded"); in build_r3000_tlb_modify_handler() 2245 panic("TL in build_r4000_tlb_load_handler() [all...] |