Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c2240 update_contig_pfnlist(pfn_t pfn, mfn_t oldmfn, mfn_t newmfn) in update_contig_pfnlist() argument
2290 if (newmfn == MFN_INVALID) in update_contig_pfnlist()
2301 if (newmfn == probe_mfn + 1) in update_contig_pfnlist()
2303 else if (newmfn == probe_mfn - 1) in update_contig_pfnlist()
2307 if (probe_mfn <= newmfn) in update_contig_pfnlist()