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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmpo.h83 uint64_t ra_to_pa; member in struct:mblock_md
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c53 * 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, szcpagesiz
1367 uint64_t ra_to_pa = mb->ra_to_pa; local
1779 uint64_t offset, stripe_end, base, end, ra_to_pa, stride; local
[all...]

Completed in 60 milliseconds