Home
last modified time | relevance | path

Searched refs:host_featureset (Results 1 – 2 of 2) sorted by relevance

/xen/tools/libxc/
A Dxc_cpuid_x86.c439 uint32_t host_featureset[FEATURESET_NR_ENTRIES] = {}; in xc_cpuid_apply_policy() local
440 uint32_t len = ARRAY_SIZE(host_featureset); in xc_cpuid_apply_policy()
465 &len, host_featureset); in xc_cpuid_apply_policy()
506 p->basic.rdrand = test_bit(X86_FEATURE_RDRAND, host_featureset); in xc_cpuid_apply_policy()
510 p->feat.mpx = test_bit(X86_FEATURE_MPX, host_featureset); in xc_cpuid_apply_policy()
569 p->basic.htt = test_bit(X86_FEATURE_HTT, host_featureset); in xc_cpuid_apply_policy()
570 p->extd.cmp_legacy = test_bit(X86_FEATURE_CMP_LEGACY, host_featureset); in xc_cpuid_apply_policy()
/xen/docs/features/
A Dfeature-levelling.pandoc133 the *raw_featureset* into the *host_featureset*, which is the set of
135 values are picked from the *host_featureset*.
137 The *host_featureset* is then used to calculate the *pv_featureset* and

Completed in 9 milliseconds