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

  /src/sys/arch/mips/rmi/
rmixl_cpucore.c 140 u_int thread_mask = (1 << nthreads) - 1; local in function:cpucore_rmixl_attach
143 (u_int)(rcp->rc_psb_info.userapp_cpu_map >> core_shft) & thread_mask;
144 u_int threads_dis = (~threads_enb) & thread_mask;

Completed in 284 milliseconds