Searched refs:exception_handlers (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/nds32/kernel/ |
D | ex-entry.S | 70 exception_handlers: label 91 sethi $p1, hi20(exception_handlers) 92 ori $p1, $p1, lo12(exception_handlers) 113 sethi $p1, hi20(exception_handlers) 114 ori $p1, $p1, lo12(exception_handlers) 126 sethi $p0, hi20(exception_handlers) 127 ori $p0, $p0, lo12(exception_handlers)
|
/Linux-v4.19/arch/mips/kernel/ |
D | genex.S | 43 PTR_L k0, exception_handlers(k1) 71 PTR_L k0, exception_handlers(k1)
|
D | traps.c | 1897 unsigned long exception_handlers[32]; variable 1916 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()
|