Searched refs:exception_handlers (Results 1 – 4 of 4) sorted by relevance
33 unsigned long exception_handlers[32]; variable294 unsigned long old_handler = exception_handlers[n]; in set_except_vector()296 exception_handlers[n] = handler; in set_except_vector()
97 la r30, exception_handlers
43 PTR_L k0, exception_handlers(k1)71 PTR_L k0, exception_handlers(k1)
1867 unsigned long exception_handlers[32]; variable1886 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()