Lines Matching refs:esr
1375 void do_sve_acc(unsigned long esr, struct pt_regs *regs) in do_sve_acc() argument
1417 void do_sme_acc(unsigned long esr, struct pt_regs *regs) in do_sme_acc() argument
1429 if (ESR_ELx_ISS(esr) != ESR_ELx_SME_ISS_SME_DISABLED) { in do_sme_acc()
1461 void do_fpsimd_acc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_acc() argument
1470 void do_fpsimd_exc(unsigned long esr, struct pt_regs *regs) in do_fpsimd_exc() argument
1474 if (esr & ESR_ELx_FP_EXC_TFV) { in do_fpsimd_exc()
1475 if (esr & FPEXC_IOF) in do_fpsimd_exc()
1477 else if (esr & FPEXC_DZF) in do_fpsimd_exc()
1479 else if (esr & FPEXC_OFF) in do_fpsimd_exc()
1481 else if (esr & FPEXC_UFF) in do_fpsimd_exc()
1483 else if (esr & FPEXC_IXF) in do_fpsimd_exc()