Lines Matching refs:esr
1444 void do_sve_acc(unsigned long esr, struct pt_regs *regs) in do_sve_acc() argument
1486 void do_sme_acc(unsigned long esr, struct pt_regs *regs) in do_sme_acc() argument
1498 if (ESR_ELx_ISS(esr) != ESR_ELx_SME_ISS_SME_DISABLED) { in do_sme_acc()
1530 void do_fpsimd_acc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_acc() argument
1539 void do_fpsimd_exc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_exc() argument
1543 if (esr & ESR_ELx_FP_EXC_TFV) { in do_fpsimd_exc()
1544 if (esr & FPEXC_IOF) in do_fpsimd_exc()
1546 else if (esr & FPEXC_DZF) in do_fpsimd_exc()
1548 else if (esr & FPEXC_OFF) in do_fpsimd_exc()
1550 else if (esr & FPEXC_UFF) in do_fpsimd_exc()
1552 else if (esr & FPEXC_IXF) in do_fpsimd_exc()