Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c3122 static mfn_t last_mfn = 0; in page_get_high_mfn() local
3127 if (new_high > last_mfn) in page_get_high_mfn()
3128 last_mfn = new_high; in page_get_high_mfn()
3130 for (; loop_count < mfn_count; loop_count++, last_mfn--) { in page_get_high_mfn()
3131 if (last_mfn == 0) { in page_get_high_mfn()
3132 last_mfn = cached_max_mfn; in page_get_high_mfn()
3135 pfn = mfn_to_pfn(last_mfn); in page_get_high_mfn()
3148 last_mfn--; in page_get_high_mfn()