Searched refs:ESR_ELx_IL (Results 1 – 6 of 6) sorted by relevance
122 esr |= ESR_ELx_IL; in inject_abt64()153 esr |= ESR_ELx_IL; in inject_undef64()
2834 esr |= ESR_ELx_FSC_EXTABT | ESR_ELx_IL; in kvm_inject_nested_sea()
102 (esr & ESR_ELx_IL) ? 32 : 16); in mem_abort_decode()436 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL | in set_thread_esr()446 esr &= ESR_ELx_EC_MASK | ESR_ELx_IL; in set_thread_esr()
85 ESR_ELx_IL; in kvm_inject_nested_sve_trap()417 return !!(kvm_vcpu_get_esr(vcpu) & ESR_ELx_IL); in kvm_vcpu_trap_il_is32bit()
79 #define ESR_ELx_IL (UL(1) << ESR_ELx_IL_SHIFT) macro
507 ESR_ELx_IL; in kvm_hyp_handle_impdef()
Completed in 18 milliseconds