Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c2330 update_contig_pfnlist(pfn_t pfn, mfn_t oldmfn, mfn_t newmfn) in update_contig_pfnlist() argument
2380 if (newmfn == MFN_INVALID) in update_contig_pfnlist()
2391 if (newmfn == probe_mfn + 1) in update_contig_pfnlist()
2393 else if (newmfn == probe_mfn - 1) in update_contig_pfnlist()
2397 if (probe_mfn <= newmfn) in update_contig_pfnlist()