Searched refs:probe_vls (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-stress.c | 401 static void probe_vls(int vls[], int *vl_count, int set_vl) in probe_vls() function 481 probe_vls(sve_vls, &sve_vl_count, PR_SVE_SET_VL); in main() 488 probe_vls(sme_vls, &sme_vl_count, PR_SME_SET_VL); in main()
|
| H A D | fp-ptrace.c | 1481 static void probe_vls(const char *name, int vls[], int *vl_count, int set_vl) in probe_vls() function 1624 probe_vls("SVE", sve_vls, &sve_vl_count, PR_SVE_SET_VL); in main() 1636 probe_vls("SME", sme_vls, &sme_vl_count, PR_SME_SET_VL); in main()
|