Lines Matching refs:esr
1385 void do_sve_acc(unsigned long esr, struct pt_regs *regs) in do_sve_acc() argument
1427 void do_sme_acc(unsigned long esr, struct pt_regs *regs) in do_sme_acc() argument
1439 if (ESR_ELx_ISS(esr) != ESR_ELx_SME_ISS_SME_DISABLED) { in do_sme_acc()
1471 void do_fpsimd_acc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_acc() argument
1480 void do_fpsimd_exc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_exc() argument
1484 if (esr & ESR_ELx_FP_EXC_TFV) { in do_fpsimd_exc()
1485 if (esr & FPEXC_IOF) in do_fpsimd_exc()
1487 else if (esr & FPEXC_DZF) in do_fpsimd_exc()
1489 else if (esr & FPEXC_OFF) in do_fpsimd_exc()
1491 else if (esr & FPEXC_UFF) in do_fpsimd_exc()
1493 else if (esr & FPEXC_IXF) in do_fpsimd_exc()