Lines Matching full:exception
28 # Initial 16 slots are Exception Vectors
30 VECTOR mem_service ; Mem exception
38 VECTOR EV_Trap ; Trap exception
39 VECTOR EV_Extension ; Extn Instruction Exception
97 ;################### Non TLB Exception Handling #############################
118 ; Memory Error Exception Handler
120 ; Instruction fetch or Data access, under a single Exception Vector
158 ; Protection Violation Exception Handler
196 # reenabled after we return from interrupt/exception.
204 breq r11, 0, .Lexcept_ret ; No intr active, ret from Exception
215 ; Handle special case #1: (Entry via Exception, Return via IRQ)
217 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
230 ;####### Return from Exception / pure kernel mode #######
240 ; Handle special case #2: (Entry via Exception in Delay Slot, Return via IRQ)
244 ; entry was via Exception in DS which got preempted in kernel).