Lines Matching full:interrupt
58 * (TT 0x60, TL>0) Interrupt Vector Handler
59 * Globals are the Interrupt Globals.
63 ! Load the interrupt receive data register 0.
65 ! or an interrupt number.
68 ldxa [%g2]ASI_INTR_RECEIVE, %g5 ! %g5 = PC or Interrupt Number
79 bl,a,pt %xcc, 0f ! an interrupt number found
115 ! Load interrupt receive data registers 1 and 2 to fetch
164 ! We have an interrupt number.
189 ! interrupt format
193 ! g5: word 0 of the interrupt data
253 ! determine whether a software interrupt will be issued, as
256 ! If %g1 is less than zero, no interrupt will be queued.
257 ! Otherwise, %g1 will be used as the interrupt number
259 ! interrupt system will be exactly that which would have
260 ! occurred if the first word of the incoming interrupt
266 ! generate an interrupt based on the contents of %g1
341 _not_ready: .asciz "Interrupt Vector Receive Register not READY"