Searched refs:pp_sz (Results 1 – 2 of 2) sorted by relevance
183 size_t pp_sz; /* Size in bytes of page struct array */ variable1126 pp_sz = calc_pp_sz(npages); in startup_memlist()1127 PRM_DEBUG(pp_sz); in startup_memlist()1163 kmem64_sz = pp_sz + kpm_pp_sz + hmehash_sz + pagehash_sz + in startup_memlist()1192 pp_sz = roundup(pp_sz, PAGESIZE); in startup_memlist()1198 tmp_base = kmem64_base + pp_sz; in startup_memlist()1209 if (bop_alloc_chunk(kmem64_base, pp_sz, PAGESIZE) == 0) in startup_memlist()1212 PRM_DEBUG(pp_sz); in startup_memlist()1214 kmem64_aligned_end = kmem64_base + pp_sz + tmp_size; in startup_memlist()1230 pp_sz = npages * sizeof (struct page); in startup_memlist()[all …]
990 size_t pp_sz; in startup_memlist() local1175 pp_sz = sizeof (struct page) * npages; in startup_memlist()1176 ADD_TO_ALLOCATIONS(pp_base, pp_sz); in startup_memlist()1177 PRM_DEBUG(pp_sz); in startup_memlist()