Lines Matching refs:errors
65 int errors = 0; in check_gpr() local
76 errors++; in check_gpr()
80 return errors; in check_gpr()
97 int errors = 0; in check_fpr() local
107 errors++; in check_fpr()
112 return errors; in check_fpr()
132 int errors = 0; in check_z() local
151 errors++; in check_z()
161 errors++; in check_z()
169 errors++; in check_z()
174 return errors; in check_z()
192 int errors = 0; in check_p() local
201 errors++; in check_p()
202 if (errors) in check_p()
206 return errors; in check_p()
238 int errors = 0; in check_ffr() local
251 errors++; in check_ffr()
252 if (errors) in check_ffr()
256 return errors; in check_ffr()
270 int errors = 0; in check_svcr() local
275 errors++; in check_svcr()
281 errors++; in check_svcr()
284 return errors; in check_svcr()
301 int errors = 0; in check_za() local
308 errors++; in check_za()
311 return errors; in check_za()
342 int errors = 0; in do_test() local
351 errors += regset[i].check(cfg, sve_vl, sme_vl, svcr); in do_test()
353 return errors == 0; in do_test()