Lines Matching refs:i0
83 add %i0, 0x38, %o2 /* build sigcontext in [%o2]->sc.sc_mask */
109 add %i0, 8, %o1 /* (foo being part of the sigcontext we're overwriting) */
111 lduw [%i0 + 8 + 0x10], %o0 /* foo.ss_flags */
113 st %o1, [%i0 + 0x00] /* sc.sc_onstack = current onstack; */
116 stx %fp, [%i0 + 0x08] /* sc.sc_sp = sp */
118 stx %o0, [%i0 + 0x10] /* sc.sc_pc = return_pc */
119 stx %g0, [%i0 + 0x20] /* sc.sc_tstate = (clean ccr) */
120 stx %l1, [%i0 + 0x28] /* sc.sc_g1 */
121 stx %l2, [%i0 + 0x30] /* sc.sc_o0, set in longjmp, use as %g2 */
125 stx %l3, [%i0 + 0x48] /* adjust asserts in longjmp.c */
126 stx %l6, [%i0 + 0x50] /* if you change any of these */
127 stx %l7, [%i0 + 0x58] /* offsets! */