Searched refs:host_featureset (Results 1 – 2 of 2) sorted by relevance
439 uint32_t host_featureset[FEATURESET_NR_ENTRIES] = {}; in xc_cpuid_apply_policy() local440 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()
133 the *raw_featureset* into the *host_featureset*, which is the set of135 values are picked from the *host_featureset*.137 The *host_featureset* is then used to calculate the *pv_featureset* and
Completed in 9 milliseconds