Home
last modified time | relevance | path

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

/linux-6.15/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.c2532 kvm_pend_exception(vcpu, EXCEPT_AA64_EL2_SYNC); in kvm_inject_el2_exception()
2536 kvm_pend_exception(vcpu, EXCEPT_AA64_EL2_IRQ); in kvm_inject_el2_exception()
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
Dsys_regs.c257 kvm_pend_exception(vcpu, EXCEPT_AA64_EL1_SYNC); in inject_undef64()
/linux-6.15/arch/arm64/include/asm/
Dkvm_emulate.h557 #define kvm_pend_exception(v, e) \ macro