Searched refs:nwindows (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s91 * We will flush our registers by doing (nwindows-1) save instructions.
113 set nwindows, %g7
/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);
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c184 extern int nwindows;
286 if (gwin->wbcnt < 0 || gwin->wbcnt > nwindows) {
433 extern int nwindows;
534 if (gwin->wbcnt < 0 || gwin->wbcnt > nwindows) {
/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/sparc/dtrace/
H A Ddtrace_asm.s570 * %g3 maxwin (nwindows - 1)
605 ! the %cwp by one (mod nwindows) because we're in the user's windows

Completed in 51 milliseconds