Searched refs:nwin_minus_one (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_asm.s | 203 sethi %hi(nwin_minus_one), %g4 204 ld [%g4 + %lo(nwin_minus_one)], %g4 275 sethi %hi(nwin_minus_one), %g4 276 ld [%g4 + %lo(nwin_minus_one)], %g4 591 sethi %hi(nwin_minus_one), %g3 ! hang onto maxwin since we'll need
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | machthread.h | 243 sethi %hi(nwin_minus_one), scr1; \ 244 ld [scr1 + %lo(nwin_minus_one)], scr1; \
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.s | 197 .global nwindows, nwin_minus_one, winmask 200 nwin_minus_one: label 267 sethi %hi(nwin_minus_one), %g2 268 st %g1, [%g2 + %lo(nwin_minus_one)]
|
H A D | trap_table.s | 1899 sethi %hi(nwin_minus_one), %g5 1900 ld [%g5 + %lo(nwin_minus_one)], %g5 ! %g5 = nwin - 1
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 189 .global nwindows, nwin_minus_one, winmask 192 nwin_minus_one: label 259 sethi %hi(nwin_minus_one), %g2 260 st %g1, [%g2 + %lo(nwin_minus_one)]
|
H A D | trap_table.s | 2131 sethi %hi(nwin_minus_one), %g5 2132 ld [%g5 + %lo(nwin_minus_one)], %g5 ! %g5 = nwin - 1
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus_asm.s | 956 sethi %hi(nwin_minus_one), tmp ;\ 957 ld [tmp + %lo(nwin_minus_one)], tmp ;\
|