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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmtc.c203 int i, tlbsiz, vpes; local
225 if ((tlbsiz = ((mvpconf0 & MVPCONF0_PTLBE)
253 tlbsiz += ((config1val >> 25) & 0x3f) + 1;
273 if (tlbsiz > 64)
274 tlbsiz = 64;
275 cpu_data[0].tlbsize = current_cpu_data.tlbsize = tlbsiz;
280 tlbsiz, vpes);

Completed in 63 milliseconds