Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/
H A Dhyp-entry.S151 .macro valid_vect target macro
187 valid_vect el2_sync // Synchronous EL2h
190 valid_vect el2_error // Error EL2h
192 valid_vect el1_sync // Synchronous 64-bit EL1
193 valid_vect el1_irq // IRQ 64-bit EL1
194 valid_vect el1_fiq // FIQ 64-bit EL1
195 valid_vect el1_error // Error 64-bit EL1
197 valid_vect el1_sync // Synchronous 32-bit EL1
198 valid_vect el1_irq // IRQ 32-bit EL1
199 valid_vect el1_fiq // FIQ 32-bit EL1
[all …]