Home
last modified time | relevance | path

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

12345678910>>...64

/kernel/linux/linux-5.10/arch/mips/ralink/
H A Dclk.c28 panic("failed to add clock"); in ralink_clk_add()
82 panic("unable to get CPU clock, err=%ld", PTR_ERR(clk)); in plat_time_init()
H A Dmt7621.c110 panic("Cannot detect cpc address"); in mips_cpc_default_phys_base()
119 panic("Failed to remap core resources"); in ralink_of_remap()
186 panic("mt7621: unknown SoC, n0:%08x n1:%08x\n", n0, n1); in prom_soc_init()
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dboard-ranchu.c43 panic("%s(): Failed to find 'google,goldfish-rtc' dt node!", in ranchu_measure_hpt_freq()
49 panic("%s(): Failed to ioremap Goldfish RTC base!", __func__); in ranchu_measure_hpt_freq()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dprom.c53 panic("device tree not present"); in __dt_register_buses()
62 panic("failed to populate DT"); in __dt_register_buses()
H A Dr4k-bugs64.c166 panic(bug64hit, in check_mult_sh()
243 panic(bug64hit, in check_daddi()
312 panic(bug64hit, in check_daddiu()
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H A Dvdso.c26 panic("Cannot allocate vdso"); in vdso_init()
30 panic("Cannot map vdso"); in vdso_init()
/kernel/linux/linux-6.6/arch/mips/ralink/
H A Dclk.c73 panic("unable to get CPU clock index"); in plat_time_init()
81 panic("unable to get CPU clock, err=%ld", PTR_ERR(clk)); in plat_time_init()
/kernel/linux/linux-6.6/rust/kernel/sync/
H A Dlocked_by.rs124 panic!("mismatched owners"); in access()
150 panic!("mismatched owners"); in access_mut()
/third_party/FreeBSD/sys/sys/
H A Dmutex.h75 /* if (!mtx_owned(m)){ panic("mtx assert at %s:%d\n", __FUNCTION__, __LINE__);}*/ \
78 if (mtx_owned(m)){ panic("mtx assert at %s:%d\n", __FUNCTION__, __LINE__);} \
81 {panic("mtx assert at %s:%d\n", __FUNCTION__, __LINE__);} \
/third_party/libunwind/libunwind/tests/
H A DLtest-nocalloc.c33 #define panic(args...) \ macro
120 panic ("FAILURE: unable to create key %d\n", i); in main()
H A Dtest-init-remote.c42 #define panic(args...) \ macro
58 panic ("unw_init_remote failed!\n"); in do_backtrace()
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/tests/
H A Dbindgen-up-to-date.rs38 panic!("differences found, need to regenerate ittnotify bindings"); in test_ittnotify_bindings_up_to_date()
66 panic!("differences found, need to regenerate jitprofiling bindings"); in test_jitprofiling_bindings_up_to_date()
/third_party/rust/crates/regex/regex-capi/src/
H A Dmacros.rs9 use ::std::panic::{self, AssertUnwindSafe};
11 match panic::catch_unwind(AssertUnwindSafe(move || $body)) {
23 "panic unwind caught, aborting: {:?}",
/third_party/rust/crates/syn/tests/common/
H A Dparse.rs13 use std::panic;
16 match panic::catch_unwind(|| { in librustc_expr()
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dcache.c1163 * To avoid random memory issues later, just panic here and ask user to in arc_ioc_setup()
1167 panic("IOC already enabled, please upgrade bootloader!\n"); in arc_ioc_setup()
1187 panic("IOC Aperture size must be power of 2 larger than 4KB"); in arc_ioc_setup()
1199 panic("IOC Aperture start must be aligned to the size of the aperture"); in arc_ioc_setup()
1224 panic("cache support enabled but non-existent cache\n"); in arc_cache_init_master()
1227 panic("ICache line [%d] != kernel Config [%d]", in arc_cache_init_master()
1244 panic("cache support enabled but non-existent cache\n"); in arc_cache_init_master()
1247 panic("DCache line [%d] != kernel Config [%d]", in arc_cache_init_master()
1257 panic("Enable CONFIG_ARC_CACHE_VIPT_ALIASING\n"); in arc_cache_init_master()
1259 panic("CACHE_COLORS_NU in arc_cache_init_master()
[all...]
/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dcpuinfo.c39 panic("%s: No CPU found in devicetree!\n", __func__); in setup_cpuinfo()
42 panic("initda instruction is unimplemented. Please update your " in setup_cpuinfo()
78 panic("altr,tlb-num-ways can't be 0. Please check your hardware " in setup_cpuinfo()
/kernel/linux/linux-5.10/arch/powerpc/mm/kasan/
H A Dkasan_init_32.c134 panic("kasan: kasan_init_shadow_page_tables() failed"); in kasan_mmu_init()
152 panic("kasan: kasan_init_region() failed"); in kasan_init()
159 panic("kasan: kasan_init_shadow_page_tables() failed"); in kasan_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/
H A Diommu.c203 panic("%s: Failed to allocate %lu bytes align=0x%lx max_addr=%x\n", in iob_init()
211 panic("IOBMAP: Cannot allocate spare page!"); in iob_init()
219 panic("IOBMAP: Cannot map registers!"); in iob_init()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dr4k-bugs64.c166 panic(bug64hit, !R4000_WAR ? r4kwar : nowar); in check_mult_sh()
242 panic(bug64hit, !DADDI_WAR ? daddiwar : nowar); in check_daddi()
310 panic(bug64hit, !DADDI_WAR ? daddiwar : nowar); in check_daddiu()
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/
H A Dinit_32.c134 panic("kasan: kasan_init_shadow_page_tables() failed"); in kasan_mmu_init()
152 panic("kasan: kasan_init_region() failed"); in kasan_init()
159 panic("kasan: kasan_init_shadow_page_tables() failed"); in kasan_init()
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dcpuinfo.c39 panic("%s: No CPU found in devicetree!\n", __func__); in setup_cpuinfo()
42 panic("initda instruction is unimplemented. Please update your " in setup_cpuinfo()
78 panic("altr,tlb-num-ways can't be 0. Please check your hardware " in setup_cpuinfo()
/third_party/rust/crates/syn/tests/
H A Dtest_derive_input.rs565 _ => panic!("expected a struct"), in test_fields_on_unit_struct()
626 _ => panic!("expected a struct"), in test_fields_on_named_struct()
711 _ => panic!("expected a struct"), in test_fields_on_tuple_struct()
/third_party/rust/crates/regex/tests/
H A Dtest_default.rs86 use std::panic::{RefUnwindSafe, UnwindSafe}; in oibits()
134 use std::panic; in oibits_regression()
136 let _ = panic::catch_unwind(|| Regex::new("a").unwrap()); in oibits_regression()
/third_party/rust/crates/unicode-ident/generate/src/
H A Dmain.rs51 panic!("exceeded 256 unique chunks"); in main()
117 Err(_) => panic!("exceeded 256 half-chunks"), in main()
134 Err(_) => panic!("exceeded 256 half-chunks"), in main()
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dsetup.c395 panic("Disable %s, hardware NOT present\n", opt_name); in chk_opt_strict()
401 panic("Disable %s, hardware NOT present\n", opt_name); in chk_opt_weak()
410 panic("Timer0 is not present!\n"); in arc_chk_core_config()
413 panic("Timer1 is not present!\n"); in arc_chk_core_config()
421 panic("Linux built with incorrect DCCM Base address\n"); in arc_chk_core_config()
424 panic("Linux built with incorrect DCCM Size\n"); in arc_chk_core_config()
429 panic("Linux built with incorrect ICCM Size\n"); in arc_chk_core_config()
538 panic("Embedded DT invalid\n"); in handle_uboot_args()

Completed in 12 milliseconds

12345678910>>...64