Searched refs:ex_vector (Results  1 – 5 of 5) sorted by relevance
| /linux-4.1.27/kernel/debug/ | 
| D | debug_core.c | 423 	addr = kgdb_arch_pc(ks->ex_vector, ks->linux_regs);  in kgdb_reenter_check() 434 		kgdb_skipexception(ks->ex_vector, ks->linux_regs);  in kgdb_reenter_check() 442 	kgdb_skipexception(ks->ex_vector, ks->linux_regs);  in kgdb_reenter_check() 574 	if (kgdb_skipexception(ks->ex_vector, ks->linux_regs))  in kgdb_cpu_enter() 710 	ks->ex_vector		= evector;  in kgdb_handle_exception() 775 		ks->ex_vector		= trapnr;  in kgdb_nmicallin()
  | 
| D | debug_core.h | 20 	int			ex_vector;  member
  | 
| D | gdbstub.c | 1053 			error = kgdb_arch_handle_exception(ks->ex_vector,  in gdb_serial_stub() 1087 		error = kgdb_arch_handle_exception(ks->ex_vector,  in gdbstub_state()
  | 
| /linux-4.1.27/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-4.1.27/include/linux/ | 
| D | kgdb.h | 310 kgdb_handle_exception(int ex_vector, int signo, int err_code,
  |