Home
last modified time | relevance | path

Searched refs:ESR_ELx_ISV (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h71 return kvm_inject_serror_esr(vcpu, ESR_ELx_ISV); in kvm_inject_serror()
368 return !!(kvm_vcpu_get_esr(vcpu) & ESR_ELx_ISV); in kvm_vcpu_dabt_isvalid()
/linux/tools/testing/selftests/kvm/arm64/
H A Dsea_to_user.c32 #define ESR_ELx_INST_SYNDROME ((ESR_ELx_ISV) | (ESR_ELx_SAS) | \
H A Dexternal_aborts.c11 #define EXPECTED_SERROR_ISS (ESR_ELx_ISV | 0x1d1ed)
/linux/tools/arch/arm64/include/asm/
H A Desr.h133 #define ESR_ELx_ISV (UL(1) << ESR_ELx_ISV_SHIFT) macro
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h383 vsesr = ESR_ELx_ISV; in ___activate_traps()
/linux/arch/arm64/mm/
H A Dfault.c68 if (esr & ESR_ELx_ISV) { in data_abort_decode()