Searched refs:nlists (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c1656 int nlists; local
1670 nlists = mapSetLists(grand); /* Set number of lists this will be on */
1672 mp = mapping_alloc(nlists); /* Get a spare mapping block */
1674 mp->mpFlags = 0x01000000 | mpNest | mpPerm | mpBSu | nlists; /* Make this a permanent nested pmap with a 32MB basic size unit */
1811 int nlists; local
1814 nlists = mapSetLists(kernel_pmap); /* Set number of lists this will be on */
1816 mp = mapping_alloc(nlists); /* Get a spare mapping block */
1818 mp->mpFlags = 0x01000000 | mpLinkage | mpPerm | mpBSu | nlists; /* Make this a permanent nested pmap with a 32MB basic size unit */
H A Dmappings.c318 int nlists, pcf; local
380 nlists = mapSetLists(pmap); /* Set number of lists this will be on */
382 mp = mapping_alloc(nlists); /* Get a spare mapping block with this many lists */

Completed in 32 milliseconds