Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/arch/arm64/kvm/hyp/
Dexception.c323 case unpack_vcpu_flag(EXCEPT_AA64_EL1_SYNC): in kvm_inject_exception()
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dsys_regs.c41 kvm_pend_exception(vcpu, EXCEPT_AA64_EL1_SYNC); in inject_undef64()
/linux-6.1.9/arch/arm64/include/asm/
Dkvm_host.h513 #define EXCEPT_AA64_EL1_SYNC __vcpu_except_flags(0) macro