Searched refs:nwindows (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | i86_mmu.c | 326 int nwindows; in hat_kern_alloc() local 365 nwindows = (kpm_size == 0) ? 2 * NCPU : 0; in hat_kern_alloc() 373 nwindows = MAX(nwindows, mmu.max_level); in hat_kern_alloc() 376 if (nwindows != 0) { in hat_kern_alloc() 381 mmu.pwin_base = vmem_xalloc(heap_arena, nwindows * MMU_PAGESIZE, in hat_kern_alloc() 383 ASSERT(nwindows <= MMU_PAGESIZE / mmu.pte_size); in hat_kern_alloc()
|
/titanic_41/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
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.s | 197 .global nwindows, nwin_minus_one, winmask 198 nwindows: label 270 sethi %hi(nwindows), %g2 271 st %g1, [%g2 + %lo(nwindows)] 1128 set nwindows, %g1
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 189 .global nwindows, nwin_minus_one, winmask 190 nwindows: label 262 sethi %hi(nwindows), %g2 263 st %g1, [%g2 + %lo(nwindows)] 1016 set nwindows, %g1
|
/titanic_41/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_asm.s | 605 ! the %cwp by one (mod nwindows) because we're in the user's windows
|