Searched refs:unhandled_exception (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | psci.S | 214 unhandled_exception: label 215 b unhandled_exception /* simply dead loop */ 237 b unhandled_exception 264 b unhandled_exception /* Sync, Current EL using SP0 */ 266 b unhandled_exception /* IRQ, Current EL using SP0 */ 268 b unhandled_exception /* FIQ, Current EL using SP0 */ 270 b unhandled_exception /* SError, Current EL using SP0 */ 272 b unhandled_exception /* Sync, Current EL using SPx */ 274 b unhandled_exception /* IRQ, Current EL using SPx */ 276 b unhandled_exception /* FIQ, Current EL using SPx */ [all …]
|
/openbmc/u-boot/arch/xtensa/cpu/ |
H A D | exceptions.c | 20 void unhandled_exception(struct pt_regs *regs) in unhandled_exception() function 28 [0 ... EXCCAUSE_LAST-1] = unhandled_exception,
|
/openbmc/linux/arch/arc/kernel/ |
H A D | traps.c | 38 unhandled_exception(const char *str, struct pt_regs *regs, in unhandled_exception() function 62 return unhandled_exception(str, regs, signr, sicode, \
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | entry.S | 71 .word unhandled_exception /* 0 - Reset */ 72 .word unhandled_exception /* 1 - Processor-only Reset */ 86 .word unhandled_exception /* 12 - Double TLB miss (data) */ 91 .word unhandled_exception /* 16 - MPU region violation */
|
H A D | traps.c | 168 asmlinkage void unhandled_exception(struct pt_regs *regs, int cause) in unhandled_exception() function
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | coroutine.hpp | 69 static void unhandled_exception() noexcept in unhandled_exception() function
|
H A D | at_coroutine_exit.hpp | 245 [[noreturn]] void unhandled_exception() noexcept in unhandled_exception() function
|
H A D | task.hpp | 419 void unhandled_exception() noexcept in unhandled_exception() function
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | traps.c | 42 asmlinkage void unhandled_exception(struct pt_regs *regs, int ea, int vector); 174 asmlinkage void unhandled_exception(struct pt_regs *regs, int ea, int vector) in unhandled_exception() function
|
H A D | entry.S | 227 l.jal unhandled_exception ;\
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __connect_awaitable.hpp | 49 [[noreturn]] void unhandled_exception() noexcept in unhandled_exception() function
|
H A D | __as_awaitable.hpp | 221 void unhandled_exception() noexcept;
|