Searched refs:unhandled_exceptions (Results 1 – 2 of 2) sorted by relevance
/arch/nds32/kernel/ |
D | ex-entry.S | 91 .long unhandled_exceptions !Reset/NMI 92 .long unhandled_exceptions !TLB fill 95 .long unhandled_exceptions !TLB VLPT 96 .long unhandled_exceptions !Machine Error
|
D | traps.c | 247 void unhandled_exceptions(unsigned long entry, unsigned long addr, in unhandled_exceptions() function 273 unhandled_exceptions(entry, addr, type, regs); in do_dispatch_tlb_misc() 328 unhandled_exceptions(entry, addr, type, regs); in do_dispatch_general() 353 unhandled_exceptions(entry, addr, type, regs); in do_dispatch_general()
|