Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Dinject_fault.c23 kvm_pend_exception(vcpu, EXCEPT_AA64_EL1_SYNC); in inject_abt64()
53 kvm_pend_exception(vcpu, EXCEPT_AA64_EL1_SYNC); in inject_undef64()
72 kvm_pend_exception(vcpu, EXCEPT_AA32_UND); in inject_undef32()
95 kvm_pend_exception(vcpu, EXCEPT_AA32_IABT); in inject_abt32()
100 kvm_pend_exception(vcpu, EXCEPT_AA32_DABT); in inject_abt32()
/arch/arm64/kvm/hyp/nvhe/
Dsys_regs.c41 kvm_pend_exception(vcpu, EXCEPT_AA64_EL1_SYNC); in inject_undef64()
Dhyp-main.c143 kvm_pend_exception(&hyp_vcpu->vcpu, EXCEPT_AA64_EL1_SYNC); in handle_pvm_entry_sys64()
185 kvm_pend_exception(&hyp_vcpu->vcpu, EXCEPT_AA64_EL1_SYNC); in handle_pvm_entry_iabt()
210 kvm_pend_exception(&hyp_vcpu->vcpu, EXCEPT_AA64_EL1_SYNC); in handle_pvm_entry_dabt()
/arch/arm64/include/asm/
Dkvm_emulate.h503 #define kvm_pend_exception(v, e) \ macro