Searched refs:vector_stub (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/kernel/ |
D | entry-armv.S | 1036 .macro vector_stub, name, mode, correction=0 macro 1089 vector_stub irq, IRQ_MODE, 4 1112 vector_stub dabt, ABT_MODE, 8 1135 vector_stub pabt, ABT_MODE, 4 1158 vector_stub und, UND_MODE 1195 vector_stub fiq, FIQ_MODE, 4
|
/linux-4.1.27/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
|