Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachsystm.h231 extern page_t *page_get_high_mfn(mfn_t);
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c527 pp = page_get_high_mfn(new_high_mfn); in balloon_dec_reservation()
537 (pp = page_get_high_mfn(0)) == NULL) { in balloon_dec_reservation()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c3120 page_get_high_mfn(mfn_t new_high) in page_get_high_mfn() function