Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h172 pfn_t highest_pfn; member
H A Dhat_i86.c885 mmu.highest_pfn = mmu_btop((1ull << pa_bits) - 1); in mmu_init()
887 mmu.highest_pfn = PFN_4G - 1; in mmu_init()
H A Dvm_machdep.c1269 pfnseg = mmu.highest_pfn; in page_get_contigpage()