Searched refs:ESR_ELx_IL (Results 1 – 4 of 4) sorted by relevance
138 esr |= ESR_ELx_IL; in inject_abt64()166 esr |= ESR_ELx_IL; in inject_undef64()
76 #define ESR_ELx_IL (UL(1) << ESR_ELx_IL_SHIFT) macro77 #define ESR_ELx_ISS_MASK (ESR_ELx_IL - 1)
325 return !!(kvm_vcpu_get_esr(vcpu) & ESR_ELx_IL); in kvm_vcpu_trap_il_is32bit()
92 (esr & ESR_ELx_IL) ? 32 : 16); in mem_abort_decode()359 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL | in set_thread_esr()369 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL; in set_thread_esr()