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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dnexgen.c32 c->x86_cache_size = 256; /* A few had 1 MB... */
H A Dproc.c111 if (c->x86_cache_size >= 0)
112 seq_printf(m, "cache size\t: %d KB\n", c->x86_cache_size);
H A Dcommon.c128 c->x86_cache_size=(ecx>>24)+(edx>>24);
148 c->x86_cache_size = l2size;
398 c->x86_cache_size = -1;
H A Dcyrix.c268 c->x86_cache_size=16; /* Yep 16K integrated cache thats it */
H A Dintel_cacheinfo.c206 size_in_kb = current_cpu_data.x86_cache_size;
414 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d));
H A Dcentaur.c434 c->x86_cache_size = (cc>>24)+(dd>>24);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsetup.c447 c->x86_cache_size=(ecx>>24)+(edx>>24);
455 c->x86_cache_size = ecx >> 16;
459 c->x86_cache_size, ecx & 0xFF);
771 c->x86_cache_size = -1;
1018 if (c->x86_cache_size >= 0)
1019 seq_printf(m, "cache size\t: %d KB\n", c->x86_cache_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dprocessor.h60 int x86_cache_size; /* in KB */ member in struct:cpuinfo_x86
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h63 int x86_cache_size; /* in KB - valid for CPUS which support this member in struct:cpuinfo_x86

Completed in 92 milliseconds