Home
last modified time | relevance | path

Searched refs:debug_exception (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/xtensa/include/asm/
H A Dtraps.h130 void (*debug_exception)(void); member
143 void debug_exception(void);
/openbmc/qemu/target/xtensa/
H A Dexc_helper.c81 HELPER(debug_exception)(env, env->pc, cause); in debug_exception_env()
85 void HELPER(debug_exception)(CPUXtensaState *env, uint32_t pc, uint32_t cause) in HELPER() argument
H A Dhelper.h4 DEF_HELPER_3(debug_exception, noreturn, env, i32, i32)
/openbmc/linux/arch/xtensa/kernel/
H A Dtraps.c467 this_cpu_ptr(&debug_table)->debug_exception = debug_exception; in trap_init_debug()
H A Dasm-offsets.c132 offsetof(struct debug_table, debug_exception)); in main()
H A Dentry.S793 ENTRY(debug_exception)
907 ENDPROC(debug_exception)
/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h275 static inline debug_entry_t *debug_exception(debug_info_t *id, int level, in debug_exception() function