Searched refs:os3 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | interrupt.S | 164 #define SERVE_INTR_PRE(iv_p, cpu, ls1, ls2, os1, os2, os3, regs) \ argument 167 SERVE_INTR_TRACE(iv_p, os1, os2, os3, regs); 191 #define SERVE_INTR(os5, cpu, ls1, ls2, os1, os2, os3, os4) \ argument 206 ldx [cpu + os2], os3; \ 207 inc os3; \ 208 stx os3, [cpu + os2]; \ 212 ldn [os1], os3; 222 #define SERVE_INTR_NEXT(os5, cpu, ls1, ls2, os1, os2, os3, os4) \ argument 227 lduh [os3 + IV_FLAGS], os2; \ 230 add os3, IV_PIL_NEXT, os2; \ [all …]
|