Searched defs:pp_sz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c180 size_t pp_sz; /* Size in bytes of page struct array */ variable
1130 pp_sz = calc_pp_sz(npages);
1131 PRM_DEBUG(pp_sz);
1167 kmem64_sz = pp_sz + kpm_pp_sz + hmehash_sz + pagehash_sz +
1196 pp_sz = roundup(pp_sz, PAGESIZE);
1202 tmp_base = kmem64_base + pp_sz;
1213 if (bop_alloc_chunk(kmem64_base, pp_sz, PAGESIZE) == 0)
1216 PRM_DEBUG(pp_sz);
1218 kmem64_aligned_end = kmem64_base + pp_sz
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c1000 size_t pp_sz; local
1215 pp_sz = sizeof (struct page) * npages;
1216 ADD_TO_ALLOCATIONS(pp_base, pp_sz);
1217 PRM_DEBUG(pp_sz);

Completed in 70 milliseconds