Home
last modified time | relevance | path

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

/linux-4.1.27/arch/score/kernel/
Dtraps.c33 unsigned long exception_handlers[32]; variable
294 unsigned long old_handler = exception_handlers[n]; in set_except_vector()
296 exception_handlers[n] = handler; in set_except_vector()
Dentry.S97 la r30, exception_handlers
/linux-4.1.27/arch/mips/kernel/
Dgenex.S43 PTR_L k0, exception_handlers(k1)
71 PTR_L k0, exception_handlers(k1)
Dtraps.c1867 unsigned long exception_handlers[32]; variable
1886 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()