Searched refs:kvm_pend_exception (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/kvm/ |
H A D | inject_fault.c | 22 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()
|
H A D | emulate-nested.c | 2716 kvm_pend_exception(vcpu, EXCEPT_AA64_EL2_SYNC); in kvm_inject_el2_exception() 2720 kvm_pend_exception(vcpu, EXCEPT_AA64_EL2_IRQ); in kvm_inject_el2_exception()
|
/linux/arch/arm64/include/asm/ |
H A D | kvm_emulate.h | 557 #define kvm_pend_exception(v, e) \ macro
|