Home
last modified time | relevance | path

Searched refs:unhandled_exception (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dpsci.S214 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 Dexceptions.c20 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 Dtraps.c38 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 Dentry.S71 .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 Dtraps.c168 asmlinkage void unhandled_exception(struct pt_regs *regs, int cause) in unhandled_exception() function
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dcoroutine.hpp69 static void unhandled_exception() noexcept in unhandled_exception() function
H A Dat_coroutine_exit.hpp245 [[noreturn]] void unhandled_exception() noexcept in unhandled_exception() function
H A Dtask.hpp419 void unhandled_exception() noexcept in unhandled_exception() function
/openbmc/linux/arch/openrisc/kernel/
H A Dtraps.c42 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 Dentry.S227 l.jal unhandled_exception ;\
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__connect_awaitable.hpp49 [[noreturn]] void unhandled_exception() noexcept in unhandled_exception() function
H A D__as_awaitable.hpp221 void unhandled_exception() noexcept;