Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_pte.h151 #define PFN_4G (4ull * (1024 * 1024 * 1024 / MMU_PAGESIZE)) macro
153 #define PFN_ABOVE4G(pfn) ((pfn) >= PFN_4G)
H A Dhat_i86.c573 mmu.highest_pfn = PFN_4G - 1; in mmu_init()
/titanic_44/usr/src/uts/i86pc/os/
H A Dstartup.c1052 physinstalled -= (physmax - (PFN_4G - 1)); in startup_memlist()
1053 physmax = PFN_4G - 1; in startup_memlist()