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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvgetcpu.c35 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dvsyscall_64.c195 tcache must point to a two element sized long array.
198 vgetcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache) argument
211 if (tcache && tcache->blob[0] == (j = __jiffies)) {
212 p = tcache->blob[1];
220 if (tcache) {
221 tcache->blob[0] = j;
222 tcache->blob[1] = p;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dcpu-info.h58 struct cache_desc tcache; /* Tertiary/split secondary cache */ member in struct:cpuinfo_mips
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dsc-rm7k.c257 * No efficient way to ask the hardware for the size of the tcache,
263 c->tcache.linesz = tc_lsize;
264 c->tcache.ways = 1;

Completed in 71 milliseconds