Lines Matching refs:handler
53 LDR pc, UNDEFINED @ Undefined handler
54 LDR pc, SWI @ Software interrupt handler
55 LDR pc, PREFETCH @ Prefetch exception handler
56 LDR pc, ABORT @ Abort exception handler
57 LDR pc, RESERVED @ Reserved exception handler
58 LDR pc, IRQ @ IRQ interrupt handler
59 LDR pc, FIQ @ FIQ interrupt handler
64 .word __tx_undefined @ Undefined handler
66 .word __tx_swi_interrupt @ Software interrupt handler
68 .word __tx_prefetch_handler @ Prefetch exception handler
70 .word __tx_abort_handler @ Abort exception handler
72 .word __tx_reserved_handler @ Reserved exception handler
74 .word __tx_irq_handler @ IRQ interrupt handler
76 .word __tx_fiq_handler @ FIQ interrupt handler