Searched refs:this_leaf (Results 1 – 2 of 2) sorted by relevance
96 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() local148 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 …]
151 int cpuid4_cache_lookup(int index, struct cpuid4_info *this_leaf);
Completed in 4 milliseconds