Home
last modified time | relevance | path

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

/linux-6.1.9/arch/xtensa/include/asm/
Dtraps.h123 void (*debug_exception)(void); member
136 void debug_exception(void);
/linux-6.1.9/arch/xtensa/kernel/
Dtraps.c434 this_cpu_ptr(&debug_table)->debug_exception = debug_exception; in trap_init_debug()
Dasm-offsets.c132 offsetof(struct debug_table, debug_exception)); in main()
Dentry.S793 ENTRY(debug_exception)
907 ENDPROC(debug_exception)
/linux-6.1.9/arch/s390/include/asm/
Ddebug.h275 static inline debug_entry_t *debug_exception(debug_info_t *id, int level, in debug_exception() function