Lines Matching refs:ra_to_pa
53 * ra_to_pa. A real address ra is a member of an lgroup if
55 * (ra + mblock.ra_to_pa) & lgroup.mask == lgroup.match
70 * containing a pfn, apply the mblock's ra_to_pa adjustment, and extract the
173 static pfn_t base_ra_to_pa_pfn = 0; /* ra_to_pa for single mblock memory */
590 * bailing from this routine so we obtain ra_to_pa (needed for page
1009 * the pfn falls to get the ra_to_pa adjustment, and extract
1016 ra_to_pa_pfn = btop(mb->ra_to_pa);
1050 * in order to get the ra_to_pa adjustment.
1055 ra_to_pa_pfn = btop(mb->ra_to_pa);
1166 if (P2PHASE(mpo_mblock[i].ra_to_pa, szcpagesize))
1187 it->mi_ra_to_pa = btop(mblock->ra_to_pa);
1367 uint64_t ra_to_pa = mb->ra_to_pa;
1375 if (MNODE(base + ra_to_pa) != MNODE(end + ra_to_pa)) {
1378 "ra2pa = %lx\n", base, end, ra_to_pa);
1383 uint64_t pa_base = base + ra_to_pa;
1401 MNODE(last_page_base + ra_to_pa) !=
1402 MNODE(mb[1].base + mb[1].ra_to_pa)) {
1405 "pagelen = %lx\n", end, ra_to_pa, mb[1].base,
1406 mb[1].ra_to_pa, max_coalesce_len);
1549 base_ra_to_pa_pfn = btop(mc->mc_mblocks[0].ra_to_pa);
1589 PROP_LG_RA_PA_OFFSET, &mblock[i].ra_to_pa);
1593 mblock[i].ra_to_pa = 0;
1596 "ra_to_pa = %lx\n", i,
1599 mblock[i].ra_to_pa);
1779 uint64_t offset, stripe_end, base, end, ra_to_pa, stride;
1813 ra_to_pa = mblock[i].ra_to_pa;
1816 offset = (base + ra_to_pa) & (stripe - 1);
1821 lgrp_start = (((base + ra_to_pa) & home_mask) >>
1862 lgrphand = (((base + ra_to_pa) & home_mask) >>