Home
last modified time | relevance | path

Searched refs:exception_handlers (Results 1 – 3 of 3) sorted by relevance

/arch/nds32/kernel/
Dex-entry.S90 exception_handlers: label
112 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)
/arch/mips/kernel/
Dgenex.S40 PTR_L k0, exception_handlers(k1)
68 PTR_L k0, exception_handlers(k1)
Dtraps.c1927 unsigned long exception_handlers[32]; variable
1946 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()