Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c443 int sve_vls[MAX_VLS], sme_vls[MAX_VLS]; in main() local
464 probe_vls(sve_vls, &sve_vl_count, PR_SVE_SET_VL); in main()
548 start_sve(&children[num_children++], sve_vls[j], i); in main()