Home
last modified time | relevance | path

Searched refs:deep_features (Results 1 – 4 of 4) sorted by relevance

/xen/xen/tools/
A Dgen-cpuid.py41 self.deep_features = set() # featureset of keys in deep_deps
293 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),
/xen/xen/lib/x86/
A Dcpuid.c241 static const uint32_t deep_features[] = INIT_DEEP_FEATURES; in x86_cpuid_lookup_deep_deps() local
251 if ( !test_bit(feature, deep_features) ) in x86_cpuid_lookup_deep_deps()
/xen/xen/arch/x86/
A Dcpuid.c25 static const uint32_t deep_features[] = INIT_DEEP_FEATURES; variable
132 disabled_features[i] = ~fs[i] & deep_features[i]; in sanitise_featureset()
1114 BUILD_BUG_ON(ARRAY_SIZE(deep_features) != FSCAPINTS); in build_assertions()
/xen/tools/libxc/
A Dxc_cpuid_x86.c518 static const uint32_t deep_features[] = INIT_DEEP_FEATURES; in xc_cpuid_apply_policy() local
538 disabled_features[i] = ~feat[i] & deep_features[i]; in xc_cpuid_apply_policy()

Completed in 7 milliseconds