Home
last modified time | relevance | path

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

/xen/xen/arch/arm/arm64/
A Dbpi.S21 .macro ventry target macro
29 ventry \target + 0x000
30 ventry \target + 0x080
31 ventry \target + 0x100
32 ventry \target + 0x180
34 ventry \target + 0x200
35 ventry \target + 0x280
36 ventry \target + 0x300
37 ventry \target + 0x380
39 ventry \target + 0x400
[all …]
A Dentry.S530 .macro ventry label macro
537 ventry hyp_sync_invalid /* Synchronous EL2t */
538 ventry hyp_irq_invalid /* IRQ EL2t */
539 ventry hyp_fiq_invalid /* FIQ EL2t */
540 ventry hyp_error_invalid /* Error EL2t */
542 ventry hyp_sync /* Synchronous EL2h */
543 ventry hyp_irq /* IRQ EL2h */
544 ventry hyp_fiq_invalid /* FIQ EL2h */
545 ventry hyp_error /* Error EL2h */
548 ventry guest_irq /* IRQ 64-bit EL0/EL1 */
[all …]

Completed in 4 milliseconds