Home
last modified time | relevance | path

Searched refs:nwin (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S234 ! the actual implemented nwin - 1 value
237 rdpr %cwp, %g1 ! %g1 = nwin - 1
H A Dtrap_table.S1879 ld [%g5 + %lo(nwin_minus_one)], %g5 ! %g5 = nwin - 1
1882 movneg %xcc, %g5, %g6 ! if (%g6<0) %g6 = nwin-1
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.S2112 ld [%g5 + %lo(nwin_minus_one)], %g5 ! %g5 = nwin - 1
2115 movneg %xcc, %g5, %g6 ! if (%g6<0) %g6 = nwin-1
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c6379 uint_t nwin = 0; in fas_next_window() local
6380 (void) ddi_dma_numwin(sp->cmd_dmahandle, &nwin); in fas_next_window()
6381 sp->cmd_nwin = (uchar_t)nwin; in fas_next_window()