Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/sys/
H A Dmachsystm.h230 extern page_t *page_get_high_mfn(mfn_t);
/titanic_44/usr/src/uts/i86xpv/os/
H A Dballoon.c525 pp = page_get_high_mfn(new_high_mfn); in balloon_dec_reservation()
535 (pp = page_get_high_mfn(0)) == NULL) { in balloon_dec_reservation()
/titanic_44/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c3029 page_get_high_mfn(mfn_t new_high) in page_get_high_mfn() function