Lines Matching refs:sme
404 int sve, sme; in test_one_syscall() local
420 for (sme = 0; sme < sme_vl_count; sme++) { in test_one_syscall()
421 ret = prctl(PR_SME_SET_VL, sme_vls[sme]); in test_one_syscall()
427 sme_vls[sme], in test_one_syscall()
431 sme_vls[sme]); in test_one_syscall()
433 sme_vls[sme], SVCR_SM_MASK), in test_one_syscall()
436 sme_vls[sme]); in test_one_syscall()
438 sme_vls[sme], SVCR_ZA_MASK), in test_one_syscall()
441 sme_vls[sme]); in test_one_syscall()
445 for (sme = 0; sme < sme_vl_count; sme++) { in test_one_syscall()
446 ret = prctl(PR_SME_SET_VL, sme_vls[sme]); in test_one_syscall()
451 ksft_test_result(do_test(cfg, 0, sme_vls[sme], in test_one_syscall()
454 cfg->name, sme_vls[sme]); in test_one_syscall()
455 ksft_test_result(do_test(cfg, 0, sme_vls[sme], SVCR_SM_MASK), in test_one_syscall()
457 cfg->name, sme_vls[sme]); in test_one_syscall()
458 ksft_test_result(do_test(cfg, 0, sme_vls[sme], SVCR_ZA_MASK), in test_one_syscall()
460 cfg->name, sme_vls[sme]); in test_one_syscall()