Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c359 int sme_vq, sme_vl; in test_one_syscall() local
385 for (sme_vq = SVE_VQ_MAX; sme_vq > 0; --sme_vq) { in test_one_syscall()
386 sme_vl = prctl(PR_SME_SET_VL, sme_vq * 16); in test_one_syscall()
393 if (sme_vq != sve_vq_from_vl(sme_vl)) in test_one_syscall()
394 sme_vq = sve_vq_from_vl(sme_vl); in test_one_syscall()