Searched refs:feats_incompatible (Results 1 – 4 of 4) sorted by relevance
312 if (td->feats_required || td->feats_incompatible) { in test_init()332 if (!(td->feats_incompatible & td->feats_supported)) in test_init()335 feats_to_string(td->feats_incompatible)); in test_init()343 if (td->feats_incompatible & td->feats_supported) in test_init()346 feats_to_string(td->feats_incompatible & in test_init()
21 if (td->feats_incompatible & td->feats_supported) in feats_ok()
58 unsigned long feats_incompatible; member
39 .feats_incompatible = FEAT_SME_FA64,