Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h209 caddr_t pwin_base; member
237 #define PWIN_VA(x) (mmu.pwin_base + ((x) << MMU_PAGESHIFT))
H A Di86_mmu.c300 mmu.pwin_base = vmem_xalloc(heap_arena, nwindows * MMU_PAGESIZE, in hat_kern_alloc()
310 (void) find_pte((uintptr_t)mmu.pwin_base, &paddr, 0, 0); in hat_kern_alloc()