Searched refs:feats_incompatible (Results 1 – 4 of 4) sorted by relevance
316 if (td->feats_required || td->feats_incompatible) { in test_init()338 if (!(td->feats_incompatible & td->feats_supported)) in test_init()341 feats_to_string(td->feats_incompatible)); in test_init()349 if (td->feats_incompatible & td->feats_supported) in test_init()352 feats_to_string(td->feats_incompatible & in test_init()
23 if (td->feats_incompatible & td->feats_supported) in feats_ok()
60 unsigned long feats_incompatible; member
39 .feats_incompatible = FEAT_SME_FA64,