Searched refs:new_l3 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/cpu/
H A Dcacheinfo.c741 unsigned int new_l2 = 0, new_l3 = 0, i; /* Cache sizes from cpuid(4) */ local
779 new_l3 = this_leaf.size/1024;
860 if (new_l3) {
861 l3 = new_l3;

Completed in 150 milliseconds