Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Darm-cpu-features.c256 #define assert_sve_vls(qts, cpu_type, expected_vls, fmt, ...) \ macro
272 assert_sve_vls(qts, cpu_type, BIT_ULL(SVE_MAX_VQ) - 1, NULL); in sve_tests_default()
275 assert_sve_vls(qts, cpu_type, 0, "{ 'sve': false }"); in sve_tests_default()
281 assert_sve_vls(qts, cpu_type, 0x7, "{ 'sve384': true }"); in sve_tests_default()
282 assert_sve_vls(qts, cpu_type, ((BIT_ULL(SVE_MAX_VQ) - 1) & ~BIT_ULL(2)), in sve_tests_default()
306 assert_sve_vls(qts, cpu_type, 0x8b, "{ 'sve1024': true }"); in sve_tests_default()
309 assert_sve_vls(qts, cpu_type, 0x8f, in sve_tests_default()
311 assert_sve_vls(qts, cpu_type, 0x8b, in sve_tests_default()
315 assert_sve_vls(qts, cpu_type, 0x8b, in sve_tests_default()
329 assert_sve_vls(qts, cpu_type, 0x7, "{ 'sve512': false }"); in sve_tests_default()
[all …]