Searched refs:nwindows (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | i86_mmu.c | 245 int nwindows; in hat_kern_alloc() local 284 nwindows = (kpm_size == 0) ? 2 * NCPU : 0; in hat_kern_alloc() 292 nwindows = MAX(nwindows, mmu.max_level); in hat_kern_alloc() 295 if (nwindows != 0) { in hat_kern_alloc() 300 mmu.pwin_base = vmem_xalloc(heap_arena, nwindows * MMU_PAGESIZE, in hat_kern_alloc() 302 ASSERT(nwindows <= MMU_PAGESIZE / mmu.pte_size); in hat_kern_alloc()
|
/illumos-gate/usr/src/stand/lib/sa/sparc/ |
H A D | _setjmp.S | 91 * We will flush our registers by doing (nwindows-1) save instructions. 113 set nwindows, %g7
|
/illumos-gate/usr/src/uts/sparc/syscall/ |
H A D | getcontext.c | 184 extern int nwindows; in getsetcontext() 286 if (gwin->wbcnt < 0 || gwin->wbcnt > nwindows) { in getsetcontext() 433 extern int nwindows; in getsetcontext32() 534 if (gwin->wbcnt < 0 || gwin->wbcnt > nwindows) { in getsetcontext32()
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.S | 173 .global nwindows, nwin_minus_one, winmask 174 nwindows: label 246 sethi %hi(nwindows), %g2 247 st %g1, [%g2 + %lo(nwindows)] 1063 set nwindows, %g1
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.S | 164 .global nwindows, nwin_minus_one, winmask 165 nwindows: label 237 sethi %hi(nwindows), %g2 238 st %g1, [%g2 + %lo(nwindows)] 939 set nwindows, %g1
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_asm.S | 374 ! the %cwp by one (mod nwindows) because we're in the user's windows
|