Home
last modified time | relevance | path

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

/xen/xen/lib/x86/
A Dcpuid.c5 static void zero_leaves(struct cpuid_leaf *l, in zero_leaves() function
190 zero_leaves(p->basic.raw, p->basic.max_leaf + 1, in x86_cpuid_policy_clear_out_of_range_leaves()
201 zero_leaves(p->cache.raw, i, ARRAY_SIZE(p->cache.raw) - 1); in x86_cpuid_policy_clear_out_of_range_leaves()
207 zero_leaves(p->feat.raw, p->feat.max_subleaf + 1, in x86_cpuid_policy_clear_out_of_range_leaves()
218 zero_leaves(p->topo.raw, i, ARRAY_SIZE(p->topo.raw) - 1); in x86_cpuid_policy_clear_out_of_range_leaves()
231 zero_leaves(p->xstate.raw, i, in x86_cpuid_policy_clear_out_of_range_leaves()
235 zero_leaves(p->extd.raw, (p->extd.max_leaf & 0xffff) + 1, in x86_cpuid_policy_clear_out_of_range_leaves()
/xen/xen/arch/x86/
A Dcpuid.c99 static void zero_leaves(struct cpuid_leaf *l, in zero_leaves() function
273 zero_leaves(p->basic.raw, 0x2, 0x3); in recalculate_misc()
275 zero_leaves(p->basic.raw, 0x9, 0xa); in recalculate_misc()
290 zero_leaves(p->extd.raw, 0xb, 0x18); in recalculate_misc()
687 zero_leaves(p->cache.raw, i, ARRAY_SIZE(p->cache.raw) - 1); in recalculate_cpuid_policy()

Completed in 4 milliseconds