Home
last modified time | relevance | path

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

/xen/xen/lib/x86/
A Dcpuid.c300 #define COPY_LEAF(l, s, data) \ in x86_cpuid_copy_to_buffer() macro
318 COPY_LEAF(leaf, subleaf, &p->cache.raw[subleaf]); in x86_cpuid_copy_to_buffer()
329 COPY_LEAF(leaf, subleaf, &p->feat.raw[subleaf]); in x86_cpuid_copy_to_buffer()
335 COPY_LEAF(leaf, subleaf, &p->topo.raw[subleaf]); in x86_cpuid_copy_to_buffer()
346 COPY_LEAF(leaf, 0, &p->xstate.raw[0]); in x86_cpuid_copy_to_buffer()
347 COPY_LEAF(leaf, 1, &p->xstate.raw[1]); in x86_cpuid_copy_to_buffer()
352 COPY_LEAF(leaf, subleaf, &p->xstate.raw[subleaf]); in x86_cpuid_copy_to_buffer()
357 COPY_LEAF(leaf, XEN_CPUID_NO_SUBLEAF, &p->basic.raw[leaf]); in x86_cpuid_copy_to_buffer()
363 COPY_LEAF(0x40000000, XEN_CPUID_NO_SUBLEAF, in x86_cpuid_copy_to_buffer()
365 COPY_LEAF(0x40000100, XEN_CPUID_NO_SUBLEAF, in x86_cpuid_copy_to_buffer()
[all …]

Completed in 2 milliseconds