Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/kernel/
Dvpe-cmp.c45 return sprintf(buf, "%d\n", vpe->ntcs); in ntcs_show()
63 vpe->ntcs = new; in ntcs_store()
67 static DEVICE_ATTR_RW(ntcs);
146 v->ntcs = 1; in vpe_module_init()
Dvpe-mt.c99 mttgpr(6, v->ntcs); in vpe_run()
284 return sprintf(buf, "%d\n", vpe->ntcs); in ntcs_show()
301 vpe->ntcs = new; in ntcs_store()
305 static DEVICE_ATTR_RW(ntcs);
419 v->ntcs = hw_tcs - aprp_cpu_index(); in vpe_module_init()
/Linux-v6.1/arch/mips/include/asm/
Dvpe.h79 unsigned int ntcs; member