Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 25 of 104) sorted by relevance

12345

/rk3399_rockchip-uboot/board/corscience/tricorder/
H A Dtricorder.c51 panic("No eeprom given!\n"); in get_eeprom()
55 panic("gpio: requesting BMS pin failed\n"); in get_eeprom()
59 panic("gpio: set BMS as input failed\n"); in get_eeprom()
63 panic("gpio: get BMS pin state failed\n"); in get_eeprom()
72 panic("Wrong board name '%.*s'\n", in get_eeprom()
76 panic("Wrong board version '%.*s'\n", in get_eeprom()
80 panic("Could not get board revision\n"); in get_eeprom()
96 panic("No eeprom given!"); in print_hwversion()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dinterrupts_64.c145 panic("Resetting CPU ...\n"); in do_bad_sync()
156 panic("Resetting CPU ...\n"); in do_bad_irq()
167 panic("Resetting CPU ...\n"); in do_bad_fiq()
178 panic("Resetting CPU ...\n"); in do_bad_error()
196 panic("Resetting CPU ...\n"); in do_sync()
208 panic("Resetting CPU ...\n"); in do_irq()
220 panic("Resetting CPU ...\n"); in do_fiq()
241 panic("Resetting CPU ...\n"); in do_error()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dtraps.c83 panic("Exception in kernel pc %lx signal %d", regs->nip, signr); in _exception()
121 panic("machine check"); in MachineCheckException()
128 panic("Alignment Exception"); in AlignmentException()
135 panic("Program Check Exception"); in ProgramCheckException()
142 panic("Software Emulation Exception"); in SoftEmuException()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dtraps.c82 panic("Exception in kernel pc %lx signal %d",regs->nip,signr); in _exception()
158 panic("machine check"); in MachineCheckException()
169 panic("Alignment Exception"); in AlignmentException()
180 panic("Program Check Exception"); in ProgramCheckException()
191 panic("Software Emulation Exception"); in SoftEmuException()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Dtraps.c91 panic("Exception in kernel pc %lx signal %d", regs->nip, signr); in _exception()
137 panic("machine check"); in MachineCheckException()
148 panic("Alignment Exception"); in AlignmentException()
173 panic("Program Check Exception"); in ProgramCheckException()
184 panic("Software Emulation Exception"); in SoftEmuException()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dtraps.c120 panic("Exception in kernel pc %lx signal %d",regs->nip,signr); in _exception()
125 panic("Critical Input Exception"); in CritcalInputException()
190 panic("machine check count too high\n"); in MachineCheckException()
211 panic("Alignment Exception"); in AlignmentException()
234 panic("Program Check Exception"); in ProgramCheckException()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientApiLib.c110 panic("optee api revision is too low"); in OpteeClientApiLibInitialize()
161 panic("optee exchange capabilities fail!"); in TEEC_InitializeContext()
166 panic("optee vm create fail!"); in TEEC_InitializeContext()
187 panic("optee exchange capabilities fail!"); in TEEC_FinalizeContext()
192 panic("optee vm destroyed fail!"); in TEEC_FinalizeContext()
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dreloc.c93 panic("Unhandled reloc type %u\n", type); in apply_reloc()
123 panic("Mis-aligned relocation\n"); in relocate_code()
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dcache.c196 panic("Instruction exists but line length is 0\n"); in read_decode_cache_bcr()
204 panic("Data cache exists but line length is 0\n"); in read_decode_cache_bcr()
208 panic("Instruction and data cache line lengths differ\n"); in read_decode_cache_bcr()
228 panic("IOC Aperture size must be power of 2 and bigger 4Kib"); in cache_init()
240 panic("IOC Aperture start must be aligned to the size of the aperture"); in cache_init()
/rk3399_rockchip-uboot/board/varisys/cyrus/
H A Dddr.c145 panic("DIMM is not supported by this board"); in fsl_ddr_board_options()
178 panic("Cyrus only supports using SPD for DRAM\n"); in dram_init()
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ae3xx/
H A Dcpu.c44 panic("AE3XX wdt not support yet.\n"); in do_reset()
/rk3399_rockchip-uboot/arch/xtensa/cpu/
H A Dexceptions.c25 panic("*** PANIC\n"); in unhandled_exception()
/rk3399_rockchip-uboot/common/
H A Dkgdb.c333 panic("kgdb longjump failed!\n"); in handle_exception()
347 panic("kgdb: error or fault in entry init!\n"); in handle_exception()
494 panic("kgdb reset."); in handle_exception()
545 panic("kgdb_error: longjmp failed!\n"); in kgdb_error()
H A Dmain.c69 panic("No CLI available"); in main_loop()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dcache_v8.c152 panic("Insufficient RAM for page table: 0x%lx > 0x%lx. " in create_table()
180 panic("PTE %p (%llx) is not a block. Some driver code wants to " in split_block()
224 panic("pte not found\n"); in add_map()
369 panic("Page table pointer not setup."); in setup_pgtables()
537 panic("PTE %p (%llx) for addr=%llx should be a table", in set_one_region()
554 panic("Emergency page table not setup."); in mmu_set_region_dcache_behaviour()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Drelocate.c146 panic("No relocation data"); in do_elf_reloc_fixups()
151 panic("No CONFIG_SYS_TEXT_BASE"); in do_elf_reloc_fixups()
H A Dramtest.c76 panic("RAM INIT FAILURE!\n"); in quick_ram_check()
/rk3399_rockchip-uboot/lib/
H A DMakefile116 obj-$(SERIAL_SUPPORT) += tiny-printf.o panic.o strto.o
118 obj-$(SERIAL_SUPPORT) += vsprintf.o panic.o strto.o strmhz.o
122 obj-y += vsprintf.o panic.o strto.o strmhz.o
H A Dpanic.c38 void panic(const char *fmt, ...) in panic() function
/rk3399_rockchip-uboot/board/sandbox/
H A Dsandbox.c60 panic("Cannot init cros-ec device"); in board_late_init()
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Ddram_helpers.c23 panic("Timeout initialising DRAM\n"); in mctl_await_completion()
/rk3399_rockchip-uboot/board/imgtec/malta/
H A Dmalta.c195 panic("Failed to find PIIX4 PCI bridge\n"); in pci_init_board()
216 panic("Failed to find PIIX4 IDE controller\n"); in pci_init_board()
/rk3399_rockchip-uboot/drivers/net/
H A Dftmac110.c414 panic("ftmac110: out of memory 1\n"); in ftmac110_initialize()
434 panic("ftmac110: out of memory 3\n"); in ftmac110_initialize()
441 panic("ftmac110: out of memory 4\n"); in ftmac110_initialize()
453 panic("ftmac110: out of memory 4\n"); in ftmac110_initialize()
460 panic("ftmac110: out of memory 5\n"); in ftmac110_initialize()
/rk3399_rockchip-uboot/include/linux/
H A Dbug.h11 panic("BUG!"); \
/rk3399_rockchip-uboot/board/freescale/corenet_ds/
H A Dddr.c52 panic("Unsupported DDR data rate %s MT/s data rate\n", in fixed_sdram()
237 panic("DIMM is not supported by this board"); in fsl_ddr_board_options()

12345