Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_pte.h169 pfn_t highest_pfn; member
H A Dhat_i86.c571 mmu.highest_pfn = mmu_btop((1ull << pa_bits) - 1); in mmu_init()
573 mmu.highest_pfn = PFN_4G - 1; in mmu_init()
H A Dvm_machdep.c1147 pfnseg = mmu.highest_pfn; in page_get_contigpage()