Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h33 except_type_irq = 0x80, enumerator
40 { except_type_irq, "IRQ" }, \
/linux/arch/arm64/kvm/hyp/
H A Dexception.c345 enter_exception64(vcpu, PSR_MODE_EL2h, except_type_irq); in kvm_inject_exception()