| /openbmc/u-boot/arch/arm/lib/ |
| H A D | interrupts_64.c | 52 panic("Resetting CPU ...\n"); in do_bad_sync() 63 panic("Resetting CPU ...\n"); in do_bad_irq() 74 panic("Resetting CPU ...\n"); in do_bad_fiq() 85 panic("Resetting CPU ...\n"); in do_bad_error() 96 panic("Resetting CPU ...\n"); in do_sync() 107 panic("Resetting CPU ...\n"); in do_irq() 118 panic("Resetting CPU ...\n"); in do_fiq() 132 panic("Resetting CPU ...\n"); in do_error()
|
| /openbmc/u-boot/board/corscience/tricorder/ |
| H A D | tricorder.c | 50 panic("No eeprom given!\n"); in get_eeprom() 54 panic("gpio: requesting BMS pin failed\n"); in get_eeprom() 58 panic("gpio: set BMS as input failed\n"); in get_eeprom() 62 panic("gpio: get BMS pin state failed\n"); in get_eeprom() 71 panic("Wrong board name '%.*s'\n", in get_eeprom() 75 panic("Wrong board version '%.*s'\n", in get_eeprom() 79 panic("Could not get board revision\n"); in get_eeprom() 95 panic("No eeprom given!"); in print_hwversion()
|
| /openbmc/u-boot/arch/arm/mach-k3/ |
| H A D | common.c | 26 panic("%s: ATF failed to initialize on rproc (%d)\n", __func__, in jump_to_image_no_args() 31 panic("%s: ATF failed to load on rproc (%d)\n", __func__, ret); in jump_to_image_no_args() 38 panic("%s: ATF failed to start on rproc (%d)\n", __func__, ret); in jump_to_image_no_args()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | traps.c | 82 panic("Exception in kernel pc %lx signal %d", regs->nip, signr); in _exception() 120 panic("machine check"); in MachineCheckException() 127 panic("Alignment Exception"); in AlignmentException() 134 panic("Program Check Exception"); in ProgramCheckException() 141 panic("Software Emulation Exception"); in SoftEmuException()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | traps.c | 90 panic("Exception in kernel pc %lx signal %d", regs->nip, signr); in _exception() 136 panic("machine check"); in MachineCheckException() 147 panic("Alignment Exception"); in AlignmentException() 172 panic("Program Check Exception"); in ProgramCheckException() 183 panic("Software Emulation Exception"); in SoftEmuException()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | traps.c | 81 panic("Exception in kernel pc %lx signal %d",regs->nip,signr); in _exception() 157 panic("machine check"); in MachineCheckException() 168 panic("Alignment Exception"); in AlignmentException() 179 panic("Program Check Exception"); in ProgramCheckException() 190 panic("Software Emulation Exception"); in SoftEmuException()
|
| /openbmc/qemu/docs/specs/ |
| H A D | pvpanic.rst | 4 pvpanic device is a simulated device, through which a guest panic 10 device has fired a panic event. 27 a guest panic has happened and should be processed by the host 29 a guest panic has happened and will be handled by the guest; 51 To determine whether guest panic notification is supported. 61 To send a guest panic event.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
| H A D | 0001-Cargo.toml-do-not-abort-on-panic.patch | 4 Subject: [PATCH] Cargo.toml: do not abort on panic 22 -panic = "abort" 28 -panic = "abort"
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | traps.c | 119 panic("Exception in kernel pc %lx signal %d",regs->nip,signr); in _exception() 124 panic("Critical Input Exception"); in CritcalInputException() 189 panic("machine check count too high\n"); in MachineCheckException() 210 panic("Alignment Exception"); in AlignmentException() 233 panic("Program Check Exception"); in ProgramCheckException()
|
| /openbmc/u-boot/arch/arc/lib/ |
| H A D | cache.c | 382 panic("Try to enable IOC but SLC is not present"); in arc_ioc_setup() 386 panic("Try to enable IOC but L1 D$ is disabled"); in arc_ioc_setup() 389 panic("IOC Aperture size must be power of 2 and bigger 4Kib"); in arc_ioc_setup() 393 panic("IOC Aperture start must be aligned to the size of the aperture"); in arc_ioc_setup() 424 panic("Unsupported cache configuration: SLC exists but one of L1 caches is absent"); in read_decode_cache_bcr_arcv2() 446 panic("Instruction exists but line length is 0\n"); in read_decode_cache_bcr() 453 panic("Data cache exists but line length is 0\n"); in read_decode_cache_bcr()
|
| /openbmc/qemu/system/ |
| H A D | runstate-action.c | 26 bool has_panic, PanicAction panic, in qmp_set_action() argument 35 panic_action = panic; in qmp_set_action()
|
| /openbmc/u-boot/lib/ |
| H A D | panic.c | 38 void panic(const char *fmt, ...) in panic() function 53 panic("%s:%u: %s: Assertion `%s' failed.", file, line, function, in __assert_fail()
|
| /openbmc/qemu/subprojects/libvhost-user/ |
| H A D | link-test.c | 10 panic(VuDev *dev, const char *err) in panic() function 40 rc = vu_init(&dev, max_queues, socket, panic, NULL, set_watch, remove_watch, &iface); in main()
|
| H A D | libvhost-user-glib.c | 135 dev->panic(dev, "Error processing vhost message"); in vug_watch() 151 vu_panic_cb panic, const VuDevIface *iface) in vug_init() argument 156 if (!vu_init(&dev->parent, max_queues, socket, panic, NULL, set_watch, in vug_init()
|
| /openbmc/openbmc/meta-security/recipes-security/krill/files/ |
| H A D | panic_workaround.patch | 12 -panic = "abort" 13 +#panic = "abort"
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | error.rs | 41 panic, ptr, 83 panic!("no message nor cause?"); in fmt() 92 let location = panic::Location::caller(); in from() 105 let location = panic::Location::caller(); in from() 118 let location = panic::Location::caller(); in from() 133 let location = panic::Location::caller(); in with_error() 327 let location = panic::Location::caller(); in error_for_test()
|
| /openbmc/qemu/qapi/ |
| H A D | run-state.json | 52 # panic 87 # @guest-panic: Guest panicked, and command line turns that into a 102 'guest-panic', 'subsystem-reset', 'snapshot-load'] } 403 # @panic: `PanicAction` action taken on guest panic. 421 '*panic': 'PanicAction', 428 # Emitted when guest OS panic is detected 432 # @info: information about a panic (since 2.9) 452 # @info: information about a panic 482 # An enumeration of the actions taken when guest OS panic is detected 498 # An enumeration of the guest panic information types [all …]
|
| /openbmc/u-boot/arch/mips/lib/ |
| H A D | reloc.c | 92 panic("Unhandled reloc type %u\n", type); in apply_reloc() 122 panic("Mis-aligned relocation\n"); in relocate_code()
|
| /openbmc/u-boot/board/varisys/cyrus/ |
| H A D | ddr.c | 144 panic("DIMM is not supported by this board"); in fsl_ddr_board_options() 177 panic("Cyrus only supports using SPD for DRAM\n"); in dram_init()
|
| /openbmc/u-boot/common/ |
| H A D | kgdb.c | 333 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()
|
| /openbmc/openbmc/meta-phosphor/recipes-core/systemd/systemd/ |
| H A D | 40-hardware-watchdog.conf | 4 RuntimeWatchdogPreGovernor=panic
|
| /openbmc/u-boot/arch/arm/cpu/armv8/ |
| H A D | cache_v8.c | 151 panic("Insufficient RAM for page table: 0x%lx > 0x%lx. " in create_table() 179 panic("PTE %p (%llx) is not a block. Some driver code wants to " in split_block() 223 panic("pte not found\n"); in add_map() 368 panic("Page table pointer not setup."); in setup_pgtables() 536 panic("PTE %p (%llx) for addr=%llx should be a table", in set_one_region() 553 panic("Emergency page table not setup."); in mmu_set_region_dcache_behaviour()
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | s390-ccw.h | 95 static inline void panic(const char *string) in panic() function 147 panic(message); /* no return */ in IPL_assert()
|
| /openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/ |
| H A D | cpu.c | 43 panic("AE3XX wdt not support yet.\n"); in do_reset()
|
| /openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control/ |
| H A D | 0001-Stop-and-send-SRESET-for-one-thread-only.patch | 15 Sending SRESET to all threads causes kernel panic: 16 [ 50.495727] Kernel panic - not syncing: Unrecoverable nested System Reset
|