Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/kvm/
Dinject_fault.c22 kvm_pend_exception(vcpu, EXCEPT_AA64_EL1_SYNC); in pend_sync_exception()
35 kvm_pend_exception(vcpu, EXCEPT_AA64_EL2_SYNC); in pend_sync_exception()
39 kvm_pend_exception(vcpu, EXCEPT_AA64_EL1_SYNC); in pend_sync_exception()
43 kvm_pend_exception(vcpu, EXCEPT_AA64_EL2_SYNC); in pend_sync_exception()
45 kvm_pend_exception(vcpu, EXCEPT_AA64_EL1_SYNC); in pend_sync_exception()
121 kvm_pend_exception(vcpu, EXCEPT_AA32_UND); in inject_undef32()
144 kvm_pend_exception(vcpu, EXCEPT_AA32_IABT); in inject_abt32()
149 kvm_pend_exception(vcpu, EXCEPT_AA32_DABT); in inject_abt32()
Demulate-nested.c2529 kvm_pend_exception(vcpu, EXCEPT_AA64_EL2_SYNC); in kvm_inject_el2_exception()
2533 kvm_pend_exception(vcpu, EXCEPT_AA64_EL2_IRQ); in kvm_inject_el2_exception()
/linux-6.14.4/arch/arm64/include/asm/
Dkvm_emulate.h539 #define kvm_pend_exception(v, e) \ macro
/linux-6.14.4/arch/arm64/kvm/hyp/nvhe/
Dsys_regs.c257 kvm_pend_exception(vcpu, EXCEPT_AA64_EL1_SYNC); in inject_undef64()