Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dintel_cacheinfo.c96 this_leaf->eax = eax; in cpuid4_cache_lookup()
97 this_leaf->ebx = ebx; in cpuid4_cache_lookup()
98 this_leaf->ecx = ecx; in cpuid4_cache_lookup()
142 struct cpuid4_info this_leaf; in init_intel_cacheinfo() local
148 switch(this_leaf.eax.split.level) { in init_intel_cacheinfo()
150 if (this_leaf.eax.split.type == in init_intel_cacheinfo()
152 new_l1d = this_leaf.size/1024; in init_intel_cacheinfo()
153 else if (this_leaf.eax.split.type == in init_intel_cacheinfo()
155 new_l1i = this_leaf.size/1024; in init_intel_cacheinfo()
158 new_l2 = this_leaf.size/1024; in init_intel_cacheinfo()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dcpufeature.h151 int cpuid4_cache_lookup(int index, struct cpuid4_info *this_leaf);

Completed in 4 milliseconds