Searched refs:nvpe (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/mips/kernel/
H A Dsmtc.c101 static void setup_cross_vpe_interrupts(unsigned int nvpe);
395 int i, vpe, tc, ntc, nvpe, tcpervpe[NR_CPUS], slop, cpu; local
449 nvpe = ((val & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT) + 1;
450 if (vpelimit > 0 && nvpe > vpelimit)
451 nvpe = vpelimit;
457 slop = ntc % nvpe;
458 for (i = 0; i < nvpe; i++) {
459 tcpervpe[i] = ntc / nvpe;
471 slopslop = slop % (nvpe - 1);
473 for (i = 1; i < nvpe;
1193 setup_cross_vpe_interrupts(unsigned int nvpe) argument
[all...]
H A Dsmp-cmp.c175 unsigned int nvpe, mvpconf0 = read_c0_mvpconf0(); local
177 nvpe = ((mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1;
178 smp_num_siblings = nvpe;
H A Dmips-mt.c55 int nvpe; local
72 nvpe = ((mvpconf0 & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT) + 1;
75 for (i = 0; i < nvpe; i++) {
H A Dsmp-mt.c262 unsigned int nvpe; local
283 nvpe = ((mvpconf0 & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT) + 1;
284 smp_num_siblings = nvpe;

Completed in 89 milliseconds