Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h69 #define MMU_MAX4LEVELVABITS (4 * MMU_NPTIXBITS + MMU_NPGOFFBITS) macro
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c863 else if (va_bits > MMU_MAX4LEVELVABITS) in mmu_init()
864 va_bits = MMU_MAX4LEVELVABITS; in mmu_init()