Searched defs:start_pfn (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c203 pfn_t start_pfn; local
323 start_pfn = TTE_TO_TTEPFN(&tte);
324 *pap = (start_pfn << MMU_PAGESHIFT) +
328 sfhmep->hme_page + (pfn - start_pfn) :
/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c1677 pfn_t start_pfn; local
1691 start_pfn = PFN_INVALID; /* force init with 1st cage pfn */
1725 if (start_pfn == PFN_INVALID)
1726 start_pfn = pfn;
1727 else if (start_pfn == pfn) {
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h120 uint64_aligned_t start_pfn; member in struct:xen_domctl_getmemlist

Completed in 79 milliseconds