Searched refs:ntc (Results 1 – 3 of 3) sorted by relevance
56 int ntc; in mips_mt_regdump() local70 ntc = ((mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1; in mips_mt_regdump()73 for (tc = 0; tc < ntc; tc++) { in mips_mt_regdump()95 for (tc = 0; tc < ntc; tc++) { in mips_mt_regdump()
185 unsigned int mvpconf0, ntc, tc, ncpu = 0; in vsmp_smp_setup() local204 ntc = (mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT; in vsmp_smp_setup()211 for (tc = 0; tc <= ntc; tc++) { in vsmp_smp_setup()
58 ntc {