Searched defs:nwindows (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s197 .global nwindows, nwin_minus_one, winmask
198 nwindows: label
270 sethi %hi(nwindows), %g2
271 st %g1, [%g2 + %lo(nwindows)]
1128 set nwindows, %g1
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s189 .global nwindows, nwin_minus_one, winmask
190 nwindows: label
262 sethi %hi(nwindows), %g2
263 st %g1, [%g2 + %lo(nwindows)]
1016 set nwindows, %g1
/illumos-gate/usr/src/uts/i86pc/vm/
H A Di86_mmu.c326 int nwindows; local
365 nwindows = (kpm_size == 0) ? 2 * NCPU : 0;
373 nwindows = MAX(nwindows, mmu.max_level);
376 if (nwindows != 0) {
381 mmu.pwin_base = vmem_xalloc(heap_arena, nwindows * MMU_PAGESIZE,
383 ASSERT(nwindows <= MMU_PAGESIZE / mmu.pte_size);

Completed in 1675 milliseconds