/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-init.cxx | 38 #define panic(args...) \ macro 71 panic ("FAILURE: didn't reach beginning of unwind-chain\n"); in do_backtrace() 76 panic ("FAILURE: unw_step() returned %d\n", ret); in do_backtrace()
|
H A D | test-mem.c | 38 #define panic(args...) \ macro 53 panic ("unw_init_local failed!\n"); in do_backtrace() 67 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", in do_backtrace()
|
H A D | test-reg-state.c | 39 #define panic(args...) \ macro 78 panic ("unw_init_local failed!\n"); in do_backtrace() 98 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", in do_backtrace()
|
H A D | Ltest-mem-validate.c | 41 #define panic(args...) \ macro 66 panic ("unw_init_local failed!\n"); in do_backtrace() 128 panic ("unw_init_local failed!\n"); in main()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/ |
H A D | fsp2.c | 128 panic("Bus Error\n"); in bus_err_handler() 134 panic("CMU Error\n"); in cmu_err_handler() 142 panic("Configuration Logic Error\n"); in conf_err_handler() 146 panic("OPBD Error\n"); in opbd_err_handler() 187 panic("DDR: Uncorrectable Error\n"); in mcue_handler() 194 panic("Received chassis-initiated reset request"); in rst_wrn_handler() 196 panic("Unknown external reset: CRCS=0x%x", crcs); in rst_wrn_handler()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/44x/ |
H A D | fsp2.c | 128 panic("Bus Error\n"); in bus_err_handler() 134 panic("CMU Error\n"); in cmu_err_handler() 142 panic("Configuration Logic Error\n"); in conf_err_handler() 146 panic("OPBD Error\n"); in opbd_err_handler() 187 panic("DDR: Uncorrectable Error\n"); in mcue_handler() 194 panic("Received chassis-initiated reset request"); in rst_wrn_handler() 196 panic("Unknown external reset: CRCS=0x%x", crcs); in rst_wrn_handler()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | dart_iommu.c | 96 panic("DART: TLB did not flush after waiting a long " in dart_tlb_invalidate_all() 128 panic("DART: TLB did not flush after waiting a long " in dart_tlb_invalidate_one() 244 panic("Failed to allocate 16MB below 2GB for DART table\n"); in allocate_dart() 255 panic("DART: table allocation failed\n"); in allocate_dart() 286 panic("DART: can't get register base ! "); in dart_init() 291 panic("DART: Cannot map registers!"); in dart_init() 348 panic("Failed to initialize iommu table"); in iommu_table_dart_setup()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_lit.rs | 23 wrong => panic!("{:?}", wrong), in lit() 38 wrong => panic!("{:?}", wrong), in strings() 77 wrong => panic!("{:?}", wrong), in byte_strings() 107 wrong => panic!("{:?}", wrong), in bytes() 131 wrong => panic!("{:?}", wrong), in chars() 158 wrong => panic!("{:?}", wrong), in ints() 198 wrong => panic!("{:?}", wrong), in floats()
|
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | platsmp.c | 99 panic("Invalid number of CPUs in DT\n"); in armada_xp_smp_init_cpus() 138 panic("Cannot find 'marvell,bootrom' compatible node"); in armada_xp_smp_prepare_cpus() 143 panic("Cannot get 'bootrom' node address"); in armada_xp_smp_prepare_cpus() 147 panic("The address for the BootROM is incorrect"); in armada_xp_smp_prepare_cpus()
|
/kernel/linux/linux-5.10/arch/csky/mm/ |
H A D | tcm.c | 35 goto panic; 56 goto panic; 105 panic: 106 panic("TCM init error");
|
/kernel/linux/linux-5.10/arch/mips/ralink/ |
H A D | irq.c | 159 panic("Failed to get INTC IRQ"); in intc_of_init() 162 panic("Failed to get intc memory range"); in intc_of_init() 171 panic("Failed to remap intc memory"); in intc_of_init() 182 panic("Failed to add irqdomain"); in intc_of_init()
|
H A D | of.c | 38 panic("Failed to find %s node", node); in plat_of_remap_node() 41 panic("Failed to get resource for %s", node); in plat_of_remap_node() 46 panic("Failed to request resources for %s", node); in plat_of_remap_node()
|
/kernel/linux/linux-6.6/arch/csky/mm/ |
H A D | tcm.c | 35 goto panic; 56 goto panic; 105 panic: 106 panic("TCM init error");
|
/kernel/linux/linux-6.6/arch/ia64/mm/ |
H A D | contig.c | 88 panic("%s: Failed to allocate %lu bytes align=%lx from=%lx\n", in alloc_per_cpu_data() 110 panic("failed to allocate pcpu_alloc_info"); in setup_per_cpu_areas() 122 panic("percpu area overflow static=%zd reserved=%zd\n", in setup_per_cpu_areas() 184 panic("Cannot use FLATMEM with %ldMB hole\n" in verify_gap_absence()
|
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/ |
H A D | platsmp.c | 96 panic("Invalid number of CPUs in DT\n"); in armada_xp_smp_init_cpus() 135 panic("Cannot find 'marvell,bootrom' compatible node"); in armada_xp_smp_prepare_cpus() 140 panic("Cannot get 'bootrom' node address"); in armada_xp_smp_prepare_cpus() 144 panic("The address for the BootROM is incorrect"); in armada_xp_smp_prepare_cpus()
|
/kernel/linux/linux-6.6/arch/mips/ralink/ |
H A D | irq.c | 159 panic("Failed to get INTC IRQ"); in intc_of_init() 162 panic("Failed to get intc memory range"); in intc_of_init() 171 panic("Failed to remap intc memory"); in intc_of_init() 182 panic("Failed to add irqdomain"); in intc_of_init()
|
/third_party/protobuf/benchmarks/go/ |
H A D | go_benchmark_test.go | 40 panic("Unknown message type: " + dataset.MessageName) 50 panic(err) 56 panic(err) 68 panic(err)
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | cache.c | 1057 * To avoid random memory issues later, just panic here and ask user to in arc_ioc_setup() 1061 panic("IOC already enabled, please upgrade bootloader!\n"); in arc_ioc_setup() 1081 panic("IOC Aperture size must be power of 2 larger than 4KB"); in arc_ioc_setup() 1093 panic("IOC Aperture start must be aligned to the size of the aperture"); in arc_ioc_setup() 1116 panic("cache support enabled but non-existent cache\n"); in arc_cache_init_master() 1119 panic("ICache line [%d] != kernel Config [%d]", in arc_cache_init_master() 1136 panic("cache support enabled but non-existent cache\n"); in arc_cache_init_master() 1139 panic("DCache line [%d] != kernel Config [%d]", in arc_cache_init_master() 1148 panic("Enable CONFIG_ARC_CACHE_VIPT_ALIASING\n"); in arc_cache_init_master() 1150 panic("CACHE_COLORS_NU in arc_cache_init_master() [all...] |
/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | init.c | 75 panic("%s: Kernel hardcoded for " in map_ram() 82 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in map_ram() 113 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in fixedrange_init() 126 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in fixedrange_init() 154 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in paging_init()
|
/kernel/linux/linux-6.6/certs/ |
H A D | system_keyring.c | 146 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction() 192 panic("Can't link (machine) trusted keyrings\n"); in set_machine_trusted_keys() 238 panic("Can't allocate builtin trusted keyring\n"); in system_trusted_keyring_init() 251 panic("Can't allocate secondary trusted keyring\n"); in system_trusted_keyring_init() 254 panic("Can't link trusted keyrings\n"); in system_trusted_keyring_init()
|
/third_party/rust/crates/regex/tests/ |
H A D | macros.rs | 47 panic!("For RE '{}' against '{:?}', \ 65 panic!("For RE '{}' against '{:?}', \ 75 panic!("For RE '{}' against '{:?}', \ 91 panic!("For RE '{}' against '{:?}', \ 101 panic!("For RE '{}' against '{:?}', \
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | vdso.c | 27 panic("Cannot allocate vdso"); in init_vdso() 31 panic("Cannot map vdso"); in init_vdso() 37 panic("Cannot set signal return code, err: %x.", err); in init_vdso()
|
/kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
H A D | setup.c | 113 panic("Failed to initialize SSB bus (err %d)", err); in bcm47xx_register_ssb() 138 panic("Failed to register BCMA bus (err %d)", err); in bcm47xx_register_bcma() 213 panic("Failed to setup SoC device\n"); in bcm47xx_bus_setup() 217 panic("Failed to initialize BCMA bus (err %d)", err); in bcm47xx_bus_setup()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | mem.c | 71 panic("%s: Failed to allocate %lu bytes align=%lx\n", in one_page_table_init() 86 panic("%s: Failed to allocate %lu bytes align=%lx\n", in one_md_table_init() 138 panic("%s: Failed to allocate %lu bytes align=%lx\n", in fixaddr_user_init() 159 panic("%s: Failed to allocate %lu bytes align=%lx\n", in paging_init()
|
/kernel/linux/linux-5.10/certs/ |
H A D | system_keyring.c | 85 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction() 108 panic("Can't allocate builtin trusted keyring\n"); in system_trusted_keyring_init() 121 panic("Can't allocate secondary trusted keyring\n"); in system_trusted_keyring_init() 124 panic("Can't link trusted keyrings\n"); in system_trusted_keyring_init()
|