Searched refs:vector_stub (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/arm/kernel/ |
D | entry-armv.S | 1033 .macro vector_stub, name, mode, correction=0 macro 1085 vector_stub irq, IRQ_MODE, 4 1108 vector_stub dabt, ABT_MODE, 8 1131 vector_stub pabt, ABT_MODE, 4 1154 vector_stub und, UND_MODE 1191 vector_stub fiq, FIQ_MODE, 4
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | entry.S | 692 .macro vector_stub, name, mode macro 730 vector_stub intr, INTR_MODE 741 vector_stub dabt, ABRT_MODE 752 vector_stub pabt, ABRT_MODE 763 vector_stub extn, EXTN_MODE
|