Home
last modified time | relevance | path

Searched refs:ASI_QUEUE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.S61 ldxa [%g3]ASI_QUEUE, %g6 ! %g6 = head ptr
63 ldxa [%g4]ASI_QUEUE, %g7 ! %g7 = tail ptr
429 stxa %g3, [%g4]ASI_QUEUE ! set head equal to tail
460 ldxa [%g4]ASI_QUEUE, %g2 ! %g2 = Q head offset
462 ldxa [%g4]ASI_QUEUE, %g3 ! %g3 = Q tail offset
471 ldxa [%g4]ASI_QUEUE, %g2 ! %g2 = Q head offset
473 ldxa [%g4]ASI_QUEUE, %g3 ! %g3 = Q tail offset
530 stxa %g6, [%g4]ASI_QUEUE ! update head offset
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachasi.h59 #define ASI_QUEUE 0x25 macro