Searched refs:newmfn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c2277 update_contig_pfnlist(pfn_t pfn, mfn_t oldmfn, mfn_t newmfn) argument
2327 if (newmfn == MFN_INVALID)
2338 if (newmfn == probe_mfn + 1)
2340 else if (newmfn == probe_mfn - 1)
2344 if (probe_mfn <= newmfn)

Completed in 50 milliseconds