Lines Matching refs:handler
52 LDR pc, UNDEFINED @ Undefined handler
53 LDR pc, SWI @ Software interrupt handler
54 LDR pc, PREFETCH @ Prefetch exception handler
55 LDR pc, ABORT @ Abort exception handler
56 LDR pc, RESERVED @ Reserved exception handler
57 LDR pc, IRQ @ IRQ interrupt handler
58 LDR pc, FIQ @ FIQ interrupt handler
63 .word __tx_undefined @ Undefined handler
65 .word __tx_swi_interrupt @ Software interrupt handler
67 .word __tx_prefetch_handler @ Prefetch exception handler
69 .word __tx_abort_handler @ Abort exception handler
71 .word __tx_reserved_handler @ Reserved exception handler
73 .word __tx_irq_handler @ IRQ interrupt handler
75 .word __tx_fiq_handler @ FIQ interrupt handler