Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Darm-cpu-features.c21 #define SVE_MAX_VQ 16 macro
251 g_assert(n == SVE_MAX_VQ); in resp_get_sve_vls()
272 assert_sve_vls(qts, cpu_type, BIT_ULL(SVE_MAX_VQ) - 1, NULL); in sve_tests_default()
282 assert_sve_vls(qts, cpu_type, ((BIT_ULL(SVE_MAX_VQ) - 1) & ~BIT_ULL(2)), in sve_tests_default()
389 assert_sve_vls(qts, "max", BIT_ULL(SVE_MAX_VQ) - 1, "{ 'sve': true }"); in sve_tests_sve_off()
615 if (vq <= SVE_MAX_VQ) { in test_query_cpu_model_expansion_kvm()