Lines Matching refs:assert_has_feature_enabled
180 #define assert_has_feature_enabled(qts, cpu_type, feature) \ macro
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()
471 assert_has_feature_enabled(qts, "cortex-a57", "aarch64"); 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()
539 assert_has_feature_enabled(qts, "host", "aarch64"); in test_query_cpu_model_expansion_kvm()