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

  /src/sys/arch/powerpc/booke/dev/
cpunode.c 109 for (u_int childmask = 1; cnl->cnl_name != NULL; cnl++) { local in function:cpunode_attach
153 cna.cna_childmask = childmask;
158 childmask <<= 1;

Completed in 28 milliseconds