Searched refs:deep_features (Results 1 – 4 of 4) sorted by relevance
41 self.deep_features = set() # featureset of keys in deep_deps293 deep_features = tuple(sorted(deps.keys()))296 for feat in deep_features:320 state.deep_features = deps.keys()393 format_uint32s(state, state.deep_features, 4),
241 static const uint32_t deep_features[] = INIT_DEEP_FEATURES; in x86_cpuid_lookup_deep_deps() local251 if ( !test_bit(feature, deep_features) ) in x86_cpuid_lookup_deep_deps()
25 static const uint32_t deep_features[] = INIT_DEEP_FEATURES; variable132 disabled_features[i] = ~fs[i] & deep_features[i]; in sanitise_featureset()1114 BUILD_BUG_ON(ARRAY_SIZE(deep_features) != FSCAPINTS); in build_assertions()
518 static const uint32_t deep_features[] = INIT_DEEP_FEATURES; in xc_cpuid_apply_policy() local538 disabled_features[i] = ~feat[i] & deep_features[i]; in xc_cpuid_apply_policy()
Completed in 7 milliseconds