Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h153 #define PFN_4G (4ull * (1024 * 1024 * 1024 / MMU_PAGESIZE)) macro
155 #define PFN_ABOVE4G(pfn) ((pfn) >= PFN_4G)
H A Dhat_i86.c887 mmu.highest_pfn = PFN_4G - 1; in mmu_init()