Home
last modified time | relevance | path

Searched refs:xtensa_exception_handler (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/xtensa/include/asm/
H A Dtraps.h15 typedef void xtensa_exception_handler(struct pt_regs *regs); typedef
39 xtensa_exception_handler *default_handler[EXCCAUSE_N];
44 xtensa_exception_handler *
45 __init trap_set_handler(int cause, xtensa_exception_handler *handler);
/openbmc/linux/arch/xtensa/kernel/
H A Dtraps.c448 xtensa_exception_handler *
449 __init trap_set_handler(int cause, xtensa_exception_handler *handler) in trap_set_handler()