Searched refs:this_leaf (Results 1 – 2 of 2) sorted by relevance
94 this_leaf->eax = eax; in cpuid4_cache_lookup()95 this_leaf->ebx = ebx; in cpuid4_cache_lookup()96 this_leaf->ecx = ecx; in cpuid4_cache_lookup()140 struct cpuid4_info this_leaf; in init_intel_cacheinfo() local146 switch(this_leaf.eax.split.level) { in init_intel_cacheinfo()148 if (this_leaf.eax.split.type == in init_intel_cacheinfo()150 new_l1d = this_leaf.size/1024; in init_intel_cacheinfo()151 else if (this_leaf.eax.split.type == in init_intel_cacheinfo()153 new_l1i = this_leaf.size/1024; in init_intel_cacheinfo()156 new_l2 = this_leaf.size/1024; in init_intel_cacheinfo()[all …]
193 int cpuid4_cache_lookup(int index, struct cpuid4_info *this_leaf);
Completed in 3 milliseconds