Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.s74 ldxa [%g3]ASI_QUEUE, %g6 ! %g6 = head ptr
76 ldxa [%g4]ASI_QUEUE, %g7 ! %g7 = tail ptr
465 stxa %g3, [%g4]ASI_QUEUE ! set head equal to tail
505 ldxa [%g4]ASI_QUEUE, %g2 ! %g2 = Q head offset
507 ldxa [%g4]ASI_QUEUE, %g3 ! %g3 = Q tail offset
516 ldxa [%g4]ASI_QUEUE, %g2 ! %g2 = Q head offset
518 ldxa [%g4]ASI_QUEUE, %g3 ! %g3 = Q tail offset
575 stxa %g6, [%g4]ASI_QUEUE ! update head offset
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachasi.h59 #define ASI_QUEUE 0x25 macro