Searched refs:ESR_ELx_IL (Results 1 – 4 of 4) sorted by relevance
82 #define ESR_ELx_IL (UL(1) << ESR_ELx_IL_SHIFT) macro83 #define ESR_ELx_ISS_MASK (ESR_ELx_IL - 1)154 ((ESR_ELx_EC_BRK64 << ESR_ELx_EC_SHIFT) | ESR_ELx_IL | \
293 return !!(kvm_vcpu_get_hsr(vcpu) & ESR_ELx_IL); in kvm_vcpu_trap_il_is32bit()
83 esr |= ESR_ELx_IL; in inject_abt64()116 esr |= ESR_ELx_IL; in inject_undef64()
116 (esr & ESR_ELx_IL) ? 32 : 16); in mem_abort_decode()328 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL | in __do_user_fault()338 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL; in __do_user_fault()