Searched refs:ESR_ELx_IL (Results 1 – 4 of 4) sorted by relevance
34 esr |= ESR_ELx_IL; in inject_abt64()64 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)
309 return !!(kvm_vcpu_get_esr(vcpu) & ESR_ELx_IL); in kvm_vcpu_trap_il_is32bit()
95 (esr & ESR_ELx_IL) ? 32 : 16); in mem_abort_decode()422 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL | in set_thread_esr()432 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL; in set_thread_esr()
Completed in 7 milliseconds