Searched refs:ex_vector (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/kernel/debug/ | 
| D | debug_core.c | 481 	addr = kgdb_arch_pc(ks->ex_vector, ks->linux_regs);  in kgdb_reenter_check()492 		kgdb_skipexception(ks->ex_vector, ks->linux_regs);  in kgdb_reenter_check()
 500 	kgdb_skipexception(ks->ex_vector, ks->linux_regs);  in kgdb_reenter_check()
 634 	if (kgdb_skipexception(ks->ex_vector, ks->linux_regs))  in kgdb_cpu_enter()
 772 	ks->ex_vector		= evector;  in kgdb_handle_exception()
 836 		ks->ex_vector		= trapnr;  in kgdb_nmicallin()
 
 | 
| D | debug_core.h | 20 	int			ex_vector;  member
 | 
| D | gdbstub.c | 1055 			error = kgdb_arch_handle_exception(ks->ex_vector,  in gdb_serial_stub()1089 		error = kgdb_arch_handle_exception(ks->ex_vector,  in gdbstub_state()
 
 | 
| /Linux-v5.4/kernel/debug/kdb/ | 
| D | kdb_debugger.c | 57 	unsigned long addr = kgdb_arch_pc(ks->ex_vector, ks->linux_regs);  in kdb_stub()109 	if (reason != KDB_REASON_BREAK && ks->ex_vector == 0 &&  in kdb_stub()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | kgdb.h | 316 kgdb_handle_exception(int ex_vector, int signo, int err_code,
 |