Home
last modified time | relevance | path

Searched refs:sve_vls (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c34 static unsigned int sve_vls[ARCH_SVE_VQ_MAX]; variable
420 ret = prctl(PR_SVE_SET_VL, sve_vls[sve]); in test_one_syscall()
425 ksft_test_result(do_test(cfg, sve_vls[sve], default_sme_vl, 0), in test_one_syscall()
426 "%s SVE VL %d\n", cfg->name, sve_vls[sve]); in test_one_syscall()
434 ksft_test_result(do_test(cfg, sve_vls[sve], in test_one_syscall()
438 cfg->name, sve_vls[sve], in test_one_syscall()
440 ksft_test_result(do_test(cfg, sve_vls[sve], in test_one_syscall()
443 cfg->name, sve_vls[sve], in test_one_syscall()
445 ksft_test_result(do_test(cfg, sve_vls[sve], in test_one_syscall()
448 cfg->name, sve_vls[sve], in test_one_syscall()
[all …]
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c460 int sve_vls[MAX_VLS], sme_vls[MAX_VLS]; in main() local
481 probe_vls(sve_vls, &sve_vl_count, PR_SVE_SET_VL); in main()
560 start_sve(&children[num_children++], sve_vls[j], i); in main()
H A Dfp-ptrace.c1478 static int sve_vls[MAX_NUM_VLS], sme_vls[MAX_NUM_VLS]; variable
1554 test_config.sve_vl_in = sve_vls[i]; in run_sve_tests()
1557 test_config.sve_vl_expected = sve_vls[j]; in run_sve_tests()
1578 test_config.sve_vl_in = sve_vls[0]; in run_sme_tests()
1579 test_config.sve_vl_expected = sve_vls[0]; in run_sme_tests()
1624 probe_vls("SVE", sve_vls, &sve_vl_count, PR_SVE_SET_VL); in main()