Home
last modified time | relevance | path

Searched refs:vector_stub (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/arm/
H A Dcstart64.S331 .macro vector_stub, name, vec macro
408 vector_stub el1t_sync, 0
409 vector_stub el1t_irq, 1
410 vector_stub el1t_fiq, 2
411 vector_stub el1t_error, 3
413 vector_stub el1h_sync, 4
414 vector_stub el1h_irq, 5
415 vector_stub el1h_fiq, 6
416 vector_stub el1h_error, 7
418 vector_stub el0_sync_64, 8
[all …]
H A Dcstart.S308 .macro vector_stub, name, vec, mode, correction=0 macro
337 vector_stub rst, 0, UND_MODE
338 vector_stub und, 1, UND_MODE
339 vector_stub pabt, 3, ABT_MODE, 4
340 vector_stub dabt, 4, ABT_MODE, 8
341 vector_stub irq, 6, IRQ_MODE, 4
342 vector_stub fiq, 7, FIQ_MODE, 4