Searched refs:assert_has_feature_enabled (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | arm-cpu-features.c | 419 assert_has_feature_enabled(qts, cpu_type, "pauth"); in pauth_tests_default() 455 assert_has_feature_enabled(qts, "cortex-a15", "pmu"); in test_query_cpu_model_expansion() 459 assert_has_feature_enabled(qts, "max", "pmu"); in test_query_cpu_model_expansion() 467 assert_has_feature_enabled(qts, "max", "aarch64"); in test_query_cpu_model_expansion() 468 assert_has_feature_enabled(qts, "max", "sve"); in test_query_cpu_model_expansion() 469 assert_has_feature_enabled(qts, "max", "sve128"); in test_query_cpu_model_expansion() 470 assert_has_feature_enabled(qts, "cortex-a57", "pmu"); in test_query_cpu_model_expansion() 473 assert_has_feature_enabled(qts, "a64fx", "pmu"); in test_query_cpu_model_expansion() 474 assert_has_feature_enabled(qts, "a64fx", "aarch64"); in test_query_cpu_model_expansion() 479 assert_has_feature_enabled(qts, "a64fx", "sve"); in test_query_cpu_model_expansion() [all …]
|