Home | History | Annotate | Download | only in sparc

Lines Matching refs:tf_pc

112 			tf->tf_pc = tf->tf_global[5];
114 tf->tf_pc = tf->tf_global[2];
116 tf->tf_pc = tf->tf_global[7];
118 tf->tf_pc = tf->tf_npc;
205 * System calls. `pc' is just a copy of tf->tf_pc.
239 opc = tf->tf_pc;
244 tf->tf_npc = tf->tf_pc + 4;
266 tf->tf_pc = opc;
280 tf->tf_pc = onpc;
281 tf->tf_npc = tf->tf_pc + 4;
299 userret(l, l->l_md.md_tf->tf_pc, 0);
309 userret(l, l->l_md.md_tf->tf_pc, 0);