Home
last modified time | relevance | path

Searched refs:ntcs (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/mips/kernel/
Dvpe.c133 unsigned int ntcs; member
767 mttgpr(6, v->ntcs); in vpe_run()
1376 return sprintf(buf, "%d\n", vpe->ntcs); in show_ntcs()
1393 vpe->ntcs = new; in store_ntcs()
1403 __ATTR(ntcs, S_IRUGO | S_IWUSR, show_ntcs, store_ntcs),
1516 v->ntcs = hw_tcs - tclimit; in vpe_module_init()
Dsmtc.c300 int i, ntcs; in smtc_build_cpu_map() local
307 ntcs = ((read_c0_mvpconf0() & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1; in smtc_build_cpu_map()
308 for (i=start_cpu_slot; i<NR_CPUS && i<ntcs; i++) { in smtc_build_cpu_map()