Searched refs:exception_handlers (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/nds32/kernel/ | 
| D | ex-entry.S | 90 exception_handlers:  label112 	sethi	$p1, hi20(exception_handlers)
 113 	ori	$p1, $p1, lo12(exception_handlers)
 133 	sethi	$p1, hi20(exception_handlers)
 134 	ori	$p1, $p1, lo12(exception_handlers)
 146 	sethi	$p0, hi20(exception_handlers)
 147 	ori	$p0, $p0, lo12(exception_handlers)
 
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | genex.S | 40 	PTR_L	k0, exception_handlers(k1)68 	PTR_L	k0, exception_handlers(k1)
 
 | 
| D | traps.c | 1927 unsigned long exception_handlers[32];  variable1946 	old_handler = xchg(&exception_handlers[n], handler);  in set_except_vector()
 
 |