Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h31 except_type_irq = 0x80, enumerator
38 { except_type_irq, "IRQ" }, \
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c347 enter_exception64(vcpu, PSR_MODE_EL2h, except_type_irq); in kvm_inject_exception()
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1961 case except_type_irq: in kvm_inject_el2_exception()
2056 return kvm_inject_nested(vcpu, 0, except_type_irq); in kvm_inject_nested_irq()