Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_pte.h200 caddr_t pwin_base; member
228 #define PWIN_VA(x) (mmu.pwin_base + ((x) << MMU_PAGESHIFT))
H A Di86_mmu.c381 mmu.pwin_base = vmem_xalloc(heap_arena, nwindows * MMU_PAGESIZE, in hat_kern_alloc()
391 (void) find_pte((uintptr_t)mmu.pwin_base, &paddr, 0, 0); in hat_kern_alloc()