Lines Matching refs:sme_vls
28 static unsigned int sme_vls[SVE_VQ_MAX]; variable
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()
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()
516 sme_vls[sme_vl_count++] = vl; in sme_count_vls()
520 default_sme_vl = sme_vls[0]; in sme_count_vls()