Home | History | Annotate | Download | only in daemon

Lines Matching refs:rip

209 	trans_fetch->rip = pop_buffer_value(trans);
220 "FETCH_X CPU:%ld PID:%ld RIP:%lx CTL_H:%x LAT:%d P_HI:%x P_LO:%x L_HI:%x L_LO:%x\n",
223 trans_fetch->rip,
231 /* Overwrite the trans->pc with the more accurate trans_fetch->rip */
232 trans->pc = trans_fetch->rip;
283 trans_op->rip = pop_buffer_value(trans);
302 "IBS_OP_X CPU:%ld PID:%d RIP:%lx D1HI:%x D1LO:%x D2LO:%x D3HI:%x D3LO:%x L_LO:%x P_LO:%x\n",
305 trans_op->rip,
314 /* Overwrite the trans->pc with the more accurate trans_op->rip */
315 trans->pc = trans_op->rip;