Searched refs:pp_sz (Results 1 – 2 of 2) sorted by relevance
180 size_t pp_sz; /* Size in bytes of page struct array */ variable1130 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()[all …]
936 size_t pp_sz; in startup_memlist() local1151 pp_sz = sizeof (struct page) * npages; in startup_memlist()1152 ADD_TO_ALLOCATIONS(pp_base, pp_sz); in startup_memlist()1153 PRM_DEBUG(pp_sz); in startup_memlist()