Lines Matching refs:pp_sz
180 size_t pp_sz; /* Size in bytes of page struct array */ variable
1130 pp_sz = calc_pp_sz(npages); in startup_memlist()
1131 PRM_DEBUG(pp_sz); in startup_memlist()
1167 kmem64_sz = pp_sz + kpm_pp_sz + hmehash_sz + pagehash_sz + in startup_memlist()
1196 pp_sz = roundup(pp_sz, PAGESIZE); in startup_memlist()
1202 tmp_base = kmem64_base + pp_sz; in startup_memlist()
1213 if (bop_alloc_chunk(kmem64_base, pp_sz, PAGESIZE) == 0) in startup_memlist()
1216 PRM_DEBUG(pp_sz); in startup_memlist()
1218 kmem64_aligned_end = kmem64_base + pp_sz + tmp_size; in startup_memlist()
1234 pp_sz = npages * sizeof (struct page); in startup_memlist()
1249 alloc_base += pp_sz; in startup_memlist()