HomeSort by: relevance | last modified time | path
    Searched defs:threads_dis (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/rmi/
rmixl_cpucore.c 144 u_int threads_dis = (~threads_enb) & thread_mask; local in function:cpucore_rmixl_attach
146 sc->sc_threads_dis = threads_dis;
147 if (threads_dis != 0) {
149 u_int d = threads_dis;
173 threads_dis |= bit;
178 sc->sc_threads_dis = threads_dis;
rmixl_cpucore.c 144 u_int threads_dis = (~threads_enb) & thread_mask; local in function:cpucore_rmixl_attach
146 sc->sc_threads_dis = threads_dis;
147 if (threads_dis != 0) {
149 u_int d = threads_dis;
173 threads_dis |= bit;
178 sc->sc_threads_dis = threads_dis;

Completed in 139 milliseconds